Home
last modified time | relevance | path

Searched refs:xhci_alloc_command (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Dxhci.c684 command = xhci_alloc_command(xhci, false, GFP_KERNEL); in xhci_run()
1366 command = xhci_alloc_command(xhci, true, GFP_KERNEL); in xhci_check_maxpacket()
1639 command = xhci_alloc_command(xhci, false, GFP_ATOMIC); in xhci_urb_dequeue()
2824 command = xhci_alloc_command(xhci, true, GFP_KERNEL); in xhci_check_bandwidth()
3062 stop_cmd = xhci_alloc_command(xhci, true, GFP_NOWAIT); in xhci_endpoint_reset()
3625 reset_device_cmd = xhci_alloc_command(xhci, true, GFP_NOIO); in xhci_discover_or_reset_device()
3772 command = xhci_alloc_command(xhci, false, GFP_KERNEL); in xhci_disable_slot()
3834 command = xhci_alloc_command(xhci, true, GFP_KERNEL); in xhci_alloc_dev()
3967 command = xhci_alloc_command(xhci, true, GFP_KERNEL); in xhci_setup_device()
Dxhci-hub.c394 cmd = xhci_alloc_command(xhci, true, GFP_NOIO); in xhci_stop_device()
410 command = xhci_alloc_command(xhci, false, GFP_NOWAIT); in xhci_stop_device()
Dxhci-ring.c1144 command = xhci_alloc_command(xhci, false, GFP_ATOMIC); in xhci_handle_cmd_reset_ep()
1748 command = xhci_alloc_command(xhci, false, GFP_ATOMIC); in xhci_cleanup_halted_endpoint()
3966 cmd = xhci_alloc_command(xhci, false, GFP_ATOMIC); in xhci_queue_new_dequeue_state()
Dxhci-mem.c1732 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci, in xhci_alloc_command() function
1763 command = xhci_alloc_command(xhci, allocate_completion, mem_flags); in xhci_alloc_command_with_ctx()
Dxhci.h2013 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci,