Home
last modified time | relevance | path

Searched refs:xhci_dma_to_transfer_ring (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-ring.c2072 ep_ring = xhci_dma_to_transfer_ring(ep, le64_to_cpu(event->buffer)); in finish_td()
2347 ep_ring = xhci_dma_to_transfer_ring(ep, le64_to_cpu(event->buffer)); in process_bulk_intr_td()
2446 ep_ring = xhci_dma_to_transfer_ring(ep, ep_trb_dma); in handle_tx_event()
Dxhci.h2062 struct xhci_ring *xhci_dma_to_transfer_ring(
Dxhci-mem.c585 struct xhci_ring *xhci_dma_to_transfer_ring( in xhci_dma_to_transfer_ring() function