Searched refs:xhci_ring_free (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | xhci-dbgcap.c | 437 xhci_ring_free(xhci, dbc->ring_out); in xhci_dbc_mem_init() 440 xhci_ring_free(xhci, dbc->ring_in); in xhci_dbc_mem_init() 443 xhci_ring_free(xhci, dbc->ring_evt); in xhci_dbc_mem_init() 469 xhci_ring_free(xhci, dbc->ring_out); in xhci_dbc_mem_cleanup() 470 xhci_ring_free(xhci, dbc->ring_in); in xhci_dbc_mem_cleanup() 471 xhci_ring_free(xhci, dbc->ring_evt); in xhci_dbc_mem_cleanup()
|
D | xhci-mem.c | 277 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() 690 xhci_ring_free(xhci, cur_ring); in xhci_alloc_stream_info() 708 xhci_ring_free(xhci, cur_ring); in xhci_alloc_stream_info() 775 xhci_ring_free(xhci, cur_ring); in xhci_free_stream_info() 900 xhci_ring_free(xhci, dev->eps[i].ring); in xhci_free_virt_device() 1844 xhci_ring_free(xhci, xhci->event_ring); in xhci_mem_cleanup() 1852 xhci_ring_free(xhci, xhci->cmd_ring); in xhci_mem_cleanup()
|
D | xhci-trace.h | 481 DEFINE_EVENT(xhci_log_ring, xhci_ring_free,
|
D | xhci.h | 1982 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring);
|
D | xhci.c | 1840 xhci_ring_free(xhci, virt_dev->eps[ep_index].new_ring); in xhci_add_endpoint() 2917 xhci_ring_free(xhci, virt_dev->eps[i].new_ring); in xhci_reset_bandwidth()
|