Searched refs:xhci_ring_free (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/drivers/usb/host/ |
D | xhci-mem.c | 101 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring) in xhci_ring_free() function 188 xhci_ring_free(xhci, ring); in xhci_ring_alloc() 208 xhci_ring_free(xhci, virt_dev->eps[ep_index].ring); in xhci_free_or_cache_endpoint_ring() 550 xhci_ring_free(xhci, cur_ring); in xhci_alloc_stream_info() 578 xhci_ring_free(xhci, cur_ring); in xhci_alloc_stream_info() 649 xhci_ring_free(xhci, cur_ring); in xhci_free_stream_info() 790 xhci_ring_free(xhci, dev->eps[i].ring); in xhci_free_virt_device() 811 xhci_ring_free(xhci, dev->ring_cache[i]); in xhci_free_virt_device() 1705 xhci_ring_free(xhci, xhci->event_ring); in xhci_mem_cleanup() 1711 xhci_ring_free(xhci, xhci->cmd_ring); in xhci_mem_cleanup()
|
D | xhci.h | 1611 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring);
|
D | xhci.c | 2581 xhci_ring_free(xhci, virt_dev->eps[i].new_ring); in xhci_reset_bandwidth()
|