Searched refs:xhci_ring_free (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/usb/host/ |
D | xhci-mem.c | 284 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring) in xhci_ring_free() function 419 xhci_ring_free(xhci, virt_dev->eps[ep_index].ring); in xhci_free_endpoint_ring() 662 xhci_ring_free(xhci, cur_ring); in xhci_alloc_stream_info() 680 xhci_ring_free(xhci, cur_ring); in xhci_alloc_stream_info() 752 xhci_ring_free(xhci, cur_ring); in xhci_free_stream_info() 868 xhci_ring_free(xhci, dev->eps[i].ring); in xhci_free_virt_device() 1836 xhci_ring_free(xhci, ir->event_ring); in xhci_free_interrupter() 1885 xhci_ring_free(xhci, xhci->cmd_ring); in xhci_mem_cleanup() 2284 xhci_ring_free(xhci, ir->event_ring); in xhci_alloc_interrupter()
|
D | xhci-trace.h | 492 DEFINE_EVENT(xhci_log_ring, xhci_ring_free,
|
D | xhci.h | 1794 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring);
|
D | xhci.c | 3037 xhci_ring_free(xhci, virt_dev->eps[i].new_ring); in xhci_reset_bandwidth()
|