Searched refs:xhci_free_command (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | xhci.c | 691 xhci_free_command(xhci, command); in xhci_run() 3084 xhci_free_command(xhci, cfg_cmd); in xhci_endpoint_reset() 3109 xhci_free_command(xhci, cfg_cmd); in xhci_endpoint_reset() 3111 xhci_free_command(xhci, stop_cmd); in xhci_endpoint_reset() 3310 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams() 3322 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams() 3329 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams() 3403 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams() 3422 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams() 3716 xhci_free_command(xhci, reset_device_cmd); in xhci_discover_or_reset_device() [all …]
|
D | xhci-mem.c | 712 xhci_free_command(xhci, stream_info->free_streams_command); in xhci_alloc_stream_info() 779 xhci_free_command(xhci, stream_info->free_streams_command); in xhci_free_stream_info() 1782 void xhci_free_command(struct xhci_hcd *xhci, in xhci_free_command() function 1849 xhci_free_command(xhci, xhci->lpm_command); in xhci_mem_cleanup()
|
D | xhci-hub.c | 421 xhci_free_command(xhci, command); in xhci_stop_device() 445 xhci_free_command(xhci, cmd); in xhci_stop_device()
|
D | xhci.h | 2018 void xhci_free_command(struct xhci_hcd *xhci,
|
D | xhci-ring.c | 3979 xhci_free_command(xhci, cmd); in xhci_queue_new_dequeue_state()
|