Searched refs:xhci_ring_free (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/usb/host/ |
H A D | xhci-mem.c | 289 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring) in xhci_ring_free() function 406 xhci_ring_free(xhci, virt_dev->eps[ep_index].ring); in xhci_free_endpoint_ring() 656 xhci_ring_free(xhci, cur_ring); in xhci_alloc_stream_info() 674 xhci_ring_free(xhci, cur_ring); in xhci_alloc_stream_info() 746 xhci_ring_free(xhci, cur_ring); in xhci_free_stream_info() 862 xhci_ring_free(xhci, dev->eps[i].ring); in xhci_free_virt_device() 1830 xhci_ring_free(xhci, ir->event_ring); in xhci_free_interrupter() 1879 xhci_ring_free(xhci, xhci->cmd_ring); in xhci_mem_cleanup() 2278 xhci_ring_free(xhci, ir->event_ring); in xhci_alloc_interrupter()
|
H A D | xhci.h | 1806 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring);
|
H A D | xhci.c | 3087 xhci_ring_free(xhci, virt_dev->eps[i].new_ring); in xhci_reset_bandwidth()
|