Searched refs:xhci_trb_virt_to_dma (Results 1 – 8 of 8) sorted by relevance
/drivers/usb/host/ |
D | xhci-dbgcap.h | 167 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)
|
D | xhci-ring.c | 69 dma_addr_t xhci_trb_virt_to_dma(struct xhci_segment *seg, in xhci_trb_virt_to_dma() function 82 EXPORT_SYMBOL_GPL(xhci_trb_virt_to_dma); 412 crcr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_abort_cmd_ring() 645 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_move_dequeue_past_td() 671 addr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_move_dequeue_past_td() 963 (unsigned long long)xhci_trb_virt_to_dma( in xhci_invalidate_cancelled_tds() 1372 if (xhci_trb_virt_to_dma(ep->queued_deq_seg, in xhci_handle_cmd_set_deq() 1662 cmd_dequeue_dma = xhci_trb_virt_to_dma(xhci->cmd_ring->deq_seg, in handle_cmd_completion() 2032 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td() 2039 end_seg_dma = xhci_trb_virt_to_dma(cur_seg, in trb_in_td() [all …]
|
D | xhci-dbgcap.c | 272 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()
|
D | xhci-debugfs.c | 170 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()
|
D | xhci-trace.h | 478 __entry->enq = xhci_trb_virt_to_dma(ring->enq_seg, ring->enqueue); 479 __entry->deq = xhci_trb_virt_to_dma(ring->deq_seg, ring->dequeue);
|
D | xhci-mem.c | 822 addr = xhci_trb_virt_to_dma(ep->ring->deq_seg, ep->ring->dequeue); in xhci_setup_no_streams_ep_input_ctx() 1126 ep0_ctx->deq = cpu_to_le64(xhci_trb_virt_to_dma(ep_ring->enq_seg, in xhci_copy_ep0_dequeue_into_input_ctx() 2050 start_dma = xhci_trb_virt_to_dma(input_seg, start_trb); in xhci_test_trb_in_td() 2051 end_dma = xhci_trb_virt_to_dma(input_seg, end_trb); in xhci_test_trb_in_td() 2202 deq = xhci_trb_virt_to_dma(xhci->event_ring->deq_seg, in xhci_set_hc_event_deq()
|
D | xhci.h | 2176 dma_addr_t xhci_trb_virt_to_dma(struct xhci_segment *seg, union xhci_trb *trb);
|
D | xhci.c | 872 (xhci_trb_virt_to_dma(xhci->cmd_ring->deq_seg, in xhci_set_cmd_ring_deq() 1887 (unsigned long long) xhci_trb_virt_to_dma( in xhci_urb_dequeue()
|