Lines Matching refs:xhci_trb_virt_to_dma
66 dma_addr_t xhci_trb_virt_to_dma(struct xhci_segment *seg, in xhci_trb_virt_to_dma() function
554 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_find_new_dequeue_state()
589 addr = xhci_trb_virt_to_dma(state->new_deq_seg, state->new_deq_ptr); in xhci_find_new_dequeue_state()
734 (unsigned long long)xhci_trb_virt_to_dma( in xhci_handle_cmd_stop_ep()
1097 if (xhci_trb_virt_to_dma(ep->queued_deq_seg, in xhci_handle_cmd_set_deq()
1373 cmd_dequeue_dma = xhci_trb_virt_to_dma(xhci->cmd_ring->deq_seg, in handle_cmd_completion()
1692 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td()
1699 end_seg_dma = xhci_trb_virt_to_dma(cur_seg, in trb_in_td()
1702 end_trb_dma = xhci_trb_virt_to_dma(cur_seg, end_trb); in trb_in_td()
1735 start_dma = xhci_trb_virt_to_dma(cur_seg, &cur_seg->trbs[0]); in trb_in_td()
2547 (unsigned long long) xhci_trb_virt_to_dma( in handle_tx_event()
2705 deq = xhci_trb_virt_to_dma(xhci->event_ring->deq_seg, in xhci_irq()
3946 (unsigned long long)xhci_trb_virt_to_dma( in xhci_queue_new_dequeue_state()
3950 addr = xhci_trb_virt_to_dma(deq_state->new_deq_seg, in xhci_queue_new_dequeue_state()