Searched refs:xhci_ring_free (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-mem.c | 280 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()
|
H A D | xhci-trace.h | 491 DEFINE_EVENT(xhci_log_ring, xhci_ring_free,
|
H A D | xhci.h | 2079 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring);
|
H A D | xhci.c | 2998 xhci_ring_free(xhci, virt_dev->eps[i].new_ring); in xhci_reset_bandwidth()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-mem.c | 280 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() 699 xhci_ring_free(xhci, cur_ring); in xhci_alloc_stream_info() 717 xhci_ring_free(xhci, cur_ring); in xhci_alloc_stream_info() 789 xhci_ring_free(xhci, cur_ring); in xhci_free_stream_info() 914 xhci_ring_free(xhci, dev->eps[i].ring); in xhci_free_virt_device() 1872 xhci_ring_free(xhci, xhci->event_ring); in xhci_mem_cleanup() 1880 xhci_ring_free(xhci, xhci->cmd_ring); in xhci_mem_cleanup()
|
H A D | xhci-trace.h | 502 DEFINE_EVENT(xhci_log_ring, xhci_ring_free,
|
H A D | xhci.h | 2041 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring);
|
H A D | xhci.c | 1944 xhci_ring_free(xhci, virt_dev->eps[ep_index].new_ring); in xhci_add_endpoint() 3025 xhci_ring_free(xhci, virt_dev->eps[i].new_ring); in xhci_reset_bandwidth()
|
Completed in 33 milliseconds