Searched refs:xhci_ring_free (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/usb/host/ |
D | xhci-mem.c | 151 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring) in xhci_ring_free() function 286 xhci_ring_free(xhci, virt_dev->eps[ep_index].ring); in xhci_free_or_cache_endpoint_ring() 673 xhci_ring_free(xhci, cur_ring); in xhci_alloc_stream_info() 701 xhci_ring_free(xhci, cur_ring); in xhci_alloc_stream_info() 772 xhci_ring_free(xhci, cur_ring); in xhci_free_stream_info() 894 xhci_ring_free(xhci, dev->eps[i].ring); in xhci_free_virt_device() 915 xhci_ring_free(xhci, dev->ring_cache[i]); in xhci_free_virt_device() 1800 xhci_ring_free(xhci, xhci->event_ring); in xhci_mem_cleanup() 1806 xhci_ring_free(xhci, xhci->cmd_ring); in xhci_mem_cleanup()
|
D | xhci.h | 1665 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring);
|
D | xhci.c | 2766 xhci_ring_free(xhci, virt_dev->eps[i].new_ring); in xhci_reset_bandwidth()
|