Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-ring.c76 dma_addr_t xhci_trb_virt_to_dma(struct xhci_segment *seg, in xhci_trb_virt_to_dma() function
485 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_find_new_dequeue_state()
521 addr = xhci_trb_virt_to_dma(state->new_deq_seg, state->new_deq_ptr); in xhci_find_new_dequeue_state()
557 (unsigned long long)xhci_trb_virt_to_dma(cur_seg, cur_trb), in td_to_noop()
576 xhci_trb_virt_to_dma(cur_seg, cur_trb)); in td_to_noop()
676 (unsigned long long)xhci_trb_virt_to_dma( in xhci_handle_cmd_stop_ep()
1025 if (xhci_trb_virt_to_dma(ep->queued_deq_seg, in xhci_handle_cmd_set_deq()
1302 cmd_dequeue_dma = xhci_trb_virt_to_dma(xhci->cmd_ring->deq_seg, in handle_cmd_completion()
1685 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td()
1692 end_seg_dma = xhci_trb_virt_to_dma(cur_seg, in trb_in_td()
[all …]
Dxhci-dbg.c350 (unsigned long long)xhci_trb_virt_to_dma(ring->deq_seg, in xhci_dbg_ring_ptrs()
356 (unsigned long long)xhci_trb_virt_to_dma(ring->enq_seg, in xhci_dbg_ring_ptrs()
Dxhci-mem.c792 addr = xhci_trb_virt_to_dma(ep->ring->deq_seg, ep->ring->dequeue); in xhci_setup_no_streams_ep_input_ctx()
1053 ep0_ctx->deq = cpu_to_le64(xhci_trb_virt_to_dma(ep_ring->enq_seg, in xhci_copy_ep0_dequeue_into_input_ctx()
1902 start_dma = xhci_trb_virt_to_dma(input_seg, start_trb); in xhci_test_trb_in_td()
1903 end_dma = xhci_trb_virt_to_dma(input_seg, end_trb); in xhci_test_trb_in_td()
2053 deq = xhci_trb_virt_to_dma(xhci->event_ring->deq_seg, in xhci_set_hc_event_deq()
Dxhci.h1870 dma_addr_t xhci_trb_virt_to_dma(struct xhci_segment *seg, union xhci_trb *trb);
Dxhci.c796 (xhci_trb_virt_to_dma(xhci->cmd_ring->deq_seg, in xhci_set_cmd_ring_deq()
1599 (unsigned long long) xhci_trb_virt_to_dma( in xhci_urb_dequeue()
2906 addr = xhci_trb_virt_to_dma(deq_state->new_deq_seg, in xhci_setup_input_ctx_for_quirk()