Home
last modified time | relevance | path

Searched refs:xhci_ring_free (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/usb/host/
Dxhci-mem.c280 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring) in xhci_ring_free() function
415 xhci_ring_free(xhci, virt_dev->eps[ep_index].ring); in xhci_free_endpoint_ring()
663 xhci_ring_free(xhci, cur_ring); in xhci_alloc_stream_info()
681 xhci_ring_free(xhci, cur_ring); in xhci_alloc_stream_info()
753 xhci_ring_free(xhci, cur_ring); in xhci_free_stream_info()
870 xhci_ring_free(xhci, dev->eps[i].ring); in xhci_free_virt_device()
1834 xhci_ring_free(xhci, ir->event_ring); in xhci_free_interrupter()
1852 xhci_ring_free(xhci, xhci->cmd_ring); in xhci_mem_cleanup()
2258 xhci_ring_free(xhci, ir->event_ring); in xhci_alloc_interrupter()
Dxhci-trace.h491 DEFINE_EVENT(xhci_log_ring, xhci_ring_free,
Dxhci.h2078 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring);
Dxhci.c2988 xhci_ring_free(xhci, virt_dev->eps[i].new_ring); in xhci_reset_bandwidth()