Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Dxhci-dbgcap.h171 xhci_trb_virt_to_dma((d)->ring_out->enq_seg, (d)->ring_out->enqueue)
173 xhci_trb_virt_to_dma((d)->ring_in->enq_seg, (d)->ring_in->enqueue)
Dxhci-ring.c69 dma_addr_t xhci_trb_virt_to_dma(struct xhci_segment *seg, in xhci_trb_virt_to_dma() function
444 crcr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_abort_cmd_ring()
677 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_move_dequeue_past_td()
703 addr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_move_dequeue_past_td()
995 (unsigned long long)xhci_trb_virt_to_dma( in xhci_invalidate_cancelled_tds()
1394 if (xhci_trb_virt_to_dma(ep->queued_deq_seg, in xhci_handle_cmd_set_deq()
1684 cmd_dequeue_dma = xhci_trb_virt_to_dma(xhci->cmd_ring->deq_seg, in handle_cmd_completion()
2054 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td()
2061 end_seg_dma = xhci_trb_virt_to_dma(cur_seg, in trb_in_td()
2064 end_trb_dma = xhci_trb_virt_to_dma(cur_seg, end_trb); in trb_in_td()
[all …]
Dxhci-trace.h472 __entry->enq = xhci_trb_virt_to_dma(ring->enq_seg, ring->enqueue);
473 __entry->deq = xhci_trb_virt_to_dma(ring->deq_seg, ring->dequeue);
Dxhci-debugfs.c170 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()
Dxhci-dbgcap.c272 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()
Dxhci-mem.c732 addr = xhci_trb_virt_to_dma(ep->ring->deq_seg, ep->ring->dequeue); in xhci_setup_no_streams_ep_input_ctx()
1034 ep0_ctx->deq = cpu_to_le64(xhci_trb_virt_to_dma(ep_ring->enq_seg, in xhci_copy_ep0_dequeue_into_input_ctx()
1939 deq = xhci_trb_virt_to_dma(ir->event_ring->deq_seg, in xhci_set_hc_event_deq()
Dxhci.h2155 dma_addr_t xhci_trb_virt_to_dma(struct xhci_segment *seg, union xhci_trb *trb);
Dxhci.c710 (xhci_trb_virt_to_dma(xhci->cmd_ring->deq_seg, in xhci_set_cmd_ring_deq()
1706 (unsigned long long) xhci_trb_virt_to_dma( in xhci_urb_dequeue()