Searched refs:xhci_ring_free (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci-mem.c | 78 static void xhci_ring_free(struct xhci_ring *ring) in xhci_ring_free() function 153 xhci_ring_free(virt_dev->eps[i].ring); in xhci_free_virt_devices() 174 xhci_ring_free(ctrl->event_ring); in xhci_cleanup() 175 xhci_ring_free(ctrl->cmd_ring); in xhci_cleanup()
|
/openbmc/linux/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() 1836 xhci_ring_free(xhci, ir->event_ring); in xhci_free_interrupter() 1854 xhci_ring_free(xhci, xhci->cmd_ring); in xhci_mem_cleanup() 2260 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 | 1832 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring);
|
H A D | xhci.c | 3021 xhci_ring_free(xhci, virt_dev->eps[i].new_ring); in xhci_reset_bandwidth()
|