Searched refs:xhci_free_command (Results 1 – 5 of 5) sorted by relevance
/drivers/usb/host/ |
D | xhci.c | 707 xhci_free_command(xhci, command); in xhci_run() 3314 xhci_free_command(xhci, cfg_cmd); in xhci_endpoint_reset() 3322 xhci_free_command(xhci, cfg_cmd); in xhci_endpoint_reset() 3339 xhci_free_command(xhci, cfg_cmd); in xhci_endpoint_reset() 3353 xhci_free_command(xhci, cfg_cmd); in xhci_endpoint_reset() 3364 xhci_free_command(xhci, cfg_cmd); in xhci_endpoint_reset() 3366 xhci_free_command(xhci, stop_cmd); in xhci_endpoint_reset() 3569 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams() 3581 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams() 3588 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams() [all …]
|
D | xhci-mem.c | 706 xhci_free_command(xhci, stream_info->free_streams_command); in xhci_alloc_stream_info() 778 xhci_free_command(xhci, stream_info->free_streams_command); in xhci_free_stream_info() 1795 void xhci_free_command(struct xhci_hcd *xhci, in xhci_free_command() function 1803 EXPORT_SYMBOL_GPL(xhci_free_command); 1865 xhci_free_command(xhci, xhci->lpm_command); in xhci_mem_cleanup()
|
D | xhci-hub.c | 517 xhci_free_command(xhci, command); in xhci_stop_device() 541 xhci_free_command(xhci, cmd); in xhci_stop_device()
|
D | xhci.h | 2101 void xhci_free_command(struct xhci_hcd *xhci,
|
D | xhci-ring.c | 699 xhci_free_command(xhci, cmd); in xhci_move_dequeue_past_td()
|