Searched refs:xhci_trb_virt_to_dma (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/usb/host/ |
H A D | xhci-dbgcap.h | 174 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)
|
H A D | xhci-ring.c | 71 dma_addr_t xhci_trb_virt_to_dma(struct xhci_segment *seg, in xhci_trb_virt_to_dma() function 456 crcr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_abort_cmd_ring() 671 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_move_dequeue_past_td() 695 addr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_move_dequeue_past_td() 997 (unsigned long long)xhci_trb_virt_to_dma( in xhci_invalidate_cancelled_tds() 1471 if (xhci_trb_virt_to_dma(ep->queued_deq_seg, in xhci_handle_cmd_set_deq() 1783 cmd_dequeue_dma = xhci_trb_virt_to_dma(xhci->cmd_ring->deq_seg, in handle_cmd_completion() 2131 start_dma = xhci_trb_virt_to_dma(td->start_seg, td->start_trb); in trb_in_td() 2138 end_seg_dma = xhci_trb_virt_to_dma(cur_seg, in trb_in_td() 2141 end_trb_dma = xhci_trb_virt_to_dma(cur_seg, td->end_trb); in trb_in_td() [all …]
|
H A D | xhci-mem.c | 725 addr = xhci_trb_virt_to_dma(ep->ring->deq_seg, ep->ring->dequeue); in xhci_setup_no_streams_ep_input_ctx() 1027 ep0_ctx->deq = cpu_to_le64(xhci_trb_virt_to_dma(ep_ring->enq_seg, in xhci_copy_ep0_dequeue_into_input_ctx() 1965 deq = xhci_trb_virt_to_dma(ir->event_ring->deq_seg, in xhci_set_hc_event_deq()
|
H A D | xhci.h | 1886 dma_addr_t xhci_trb_virt_to_dma(struct xhci_segment *seg, union xhci_trb *trb);
|
H A D | xhci.c | 758 (xhci_trb_virt_to_dma(xhci->cmd_ring->deq_seg, in xhci_set_cmd_ring_deq() 1750 (unsigned long long) xhci_trb_virt_to_dma( in xhci_urb_dequeue()
|