Home
last modified time | relevance | path

Searched refs:xhci_trb_virt_to_dma (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/usb/host/
Dxhci-dbgcap.h174 xhci_trb_virt_to_dma((d)->ring_out->enq_seg, (d)->ring_out->enqueue)
176 xhci_trb_virt_to_dma((d)->ring_in->enq_seg, (d)->ring_in->enqueue)
Dxhci-ring.c69 dma_addr_t xhci_trb_virt_to_dma(struct xhci_segment *seg, in xhci_trb_virt_to_dma() function
453 crcr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_abort_cmd_ring()
668 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_move_dequeue_past_td()
692 addr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_move_dequeue_past_td()
980 (unsigned long long)xhci_trb_virt_to_dma( in xhci_invalidate_cancelled_tds()
1421 if (xhci_trb_virt_to_dma(ep->queued_deq_seg, in xhci_handle_cmd_set_deq()
1729 cmd_dequeue_dma = xhci_trb_virt_to_dma(xhci->cmd_ring->deq_seg, in handle_cmd_completion()
2077 start_dma = xhci_trb_virt_to_dma(td->start_seg, td->first_trb); in trb_in_td()
2084 end_seg_dma = xhci_trb_virt_to_dma(cur_seg, in trb_in_td()
2087 end_trb_dma = xhci_trb_virt_to_dma(cur_seg, td->last_trb); in trb_in_td()
[all …]
Dxhci-debugfs.c170 dma = xhci_trb_virt_to_dma(ring->enq_seg, ring->enqueue); in xhci_ring_enqueue_show()
181 dma = xhci_trb_virt_to_dma(ring->deq_seg, ring->dequeue); in xhci_ring_dequeue_show()
Dxhci-trace.h473 __entry->enq = xhci_trb_virt_to_dma(ring->enq_seg, ring->enqueue);
474 __entry->deq = xhci_trb_virt_to_dma(ring->deq_seg, ring->dequeue);
Dxhci-dbgcap.c289 req->trb_dma = xhci_trb_virt_to_dma(ring->enq_seg, ring->enqueue); in xhci_dbc_queue_bulk_tx()
524 deq = xhci_trb_virt_to_dma(dbc->ring_evt->deq_seg, in xhci_dbc_mem_init()
922 deq = xhci_trb_virt_to_dma(dbc->ring_evt->deq_seg, in xhci_dbc_do_handle_events()
Dxhci-mem.c731 addr = xhci_trb_virt_to_dma(ep->ring->deq_seg, ep->ring->dequeue); in xhci_setup_no_streams_ep_input_ctx()
1033 ep0_ctx->deq = cpu_to_le64(xhci_trb_virt_to_dma(ep_ring->enq_seg, in xhci_copy_ep0_dequeue_into_input_ctx()
1971 deq = xhci_trb_virt_to_dma(ir->event_ring->deq_seg, in xhci_set_hc_event_deq()
Dxhci.h1875 dma_addr_t xhci_trb_virt_to_dma(struct xhci_segment *seg, union xhci_trb *trb);
Dxhci.c763 (xhci_trb_virt_to_dma(xhci->cmd_ring->deq_seg, in xhci_set_cmd_ring_deq()
1757 (unsigned long long) xhci_trb_virt_to_dma( in xhci_urb_dequeue()