Lines Matching refs:xhci_trb_virt_to_dma
76 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()
1684 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td()
1691 end_seg_dma = xhci_trb_virt_to_dma(cur_seg, in trb_in_td()
1694 end_trb_dma = xhci_trb_virt_to_dma(cur_seg, end_trb); in trb_in_td()
1727 start_dma = xhci_trb_virt_to_dma(cur_seg, &cur_seg->trbs[0]); in trb_in_td()
2249 (unsigned long long) xhci_trb_virt_to_dma( in handle_tx_event()
2272 (unsigned long long) xhci_trb_virt_to_dma( in handle_tx_event()
2714 deq = xhci_trb_virt_to_dma(xhci->event_ring->deq_seg, in xhci_irq()
3952 (unsigned long long)xhci_trb_virt_to_dma( in xhci_queue_new_dequeue_state()
3956 addr = xhci_trb_virt_to_dma(deq_state->new_deq_seg, in xhci_queue_new_dequeue_state()