Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci-dbgcap.h167 xhci_trb_virt_to_dma((d)->ring_out->enq_seg, (d)->ring_out->enqueue)
169 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
390 crcr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_abort_cmd_ring()
646 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_move_dequeue_past_td()
672 addr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_move_dequeue_past_td()
964 (unsigned long long)xhci_trb_virt_to_dma( in xhci_invalidate_cancelled_tds()
1373 if (xhci_trb_virt_to_dma(ep->queued_deq_seg, in xhci_handle_cmd_set_deq()
1663 cmd_dequeue_dma = xhci_trb_virt_to_dma(xhci->cmd_ring->deq_seg, in handle_cmd_completion()
2033 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td()
2040 end_seg_dma = xhci_trb_virt_to_dma(cur_seg, in trb_in_td()
2043 end_trb_dma = xhci_trb_virt_to_dma(cur_seg, end_trb); in trb_in_td()
[all …]
Dxhci-dbgcap.c272 req->trb_dma = xhci_trb_virt_to_dma(ring->enq_seg, ring->enqueue); in xhci_dbc_queue_bulk_tx()
508 deq = xhci_trb_virt_to_dma(dbc->ring_evt->deq_seg, in xhci_dbc_mem_init()
878 deq = xhci_trb_virt_to_dma(dbc->ring_evt->deq_seg, in xhci_dbc_do_handle_events()
Dxhci-debugfs.c169 dma = xhci_trb_virt_to_dma(ring->enq_seg, ring->enqueue); in xhci_ring_enqueue_show()
180 dma = xhci_trb_virt_to_dma(ring->deq_seg, ring->dequeue); in xhci_ring_dequeue_show()
Dxhci-trace.h482 __entry->enq = xhci_trb_virt_to_dma(ring->enq_seg, ring->enqueue);
483 __entry->deq = xhci_trb_virt_to_dma(ring->deq_seg, ring->dequeue);
Dxhci-mem.c750 addr = xhci_trb_virt_to_dma(ep->ring->deq_seg, ep->ring->dequeue); in xhci_setup_no_streams_ep_input_ctx()
1054 ep0_ctx->deq = cpu_to_le64(xhci_trb_virt_to_dma(ep_ring->enq_seg, in xhci_copy_ep0_dequeue_into_input_ctx()
1944 start_dma = xhci_trb_virt_to_dma(input_seg, start_trb); in xhci_test_trb_in_td()
1945 end_dma = xhci_trb_virt_to_dma(input_seg, end_trb); in xhci_test_trb_in_td()
2095 deq = xhci_trb_virt_to_dma(xhci->event_ring->deq_seg, in xhci_set_hc_event_deq()
Dxhci.h2145 dma_addr_t xhci_trb_virt_to_dma(struct xhci_segment *seg, union xhci_trb *trb);
Dxhci.c866 (xhci_trb_virt_to_dma(xhci->cmd_ring->deq_seg, in xhci_set_cmd_ring_deq()
1866 (unsigned long long) xhci_trb_virt_to_dma( in xhci_urb_dequeue()