Searched refs:xhci_ring_free (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | xhci-mem.c | 276 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring) in xhci_ring_free() function 414 xhci_ring_free(xhci, virt_dev->eps[ep_index].ring); in xhci_free_or_cache_endpoint_ring() 728 xhci_ring_free(xhci, cur_ring); in xhci_alloc_stream_info() 746 xhci_ring_free(xhci, cur_ring); in xhci_alloc_stream_info() 813 xhci_ring_free(xhci, cur_ring); in xhci_free_stream_info() 933 xhci_ring_free(xhci, dev->eps[i].ring); in xhci_free_virt_device() 954 xhci_ring_free(xhci, dev->ring_cache[i]); in xhci_free_virt_device() 1805 xhci_ring_free(xhci, xhci->event_ring); in xhci_mem_cleanup() 1813 xhci_ring_free(xhci, xhci->cmd_ring); in xhci_mem_cleanup()
|
D | xhci.h | 1716 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring);
|
D | xhci.c | 2873 xhci_ring_free(xhci, virt_dev->eps[i].new_ring); in xhci_reset_bandwidth()
|