Searched refs:xhci_alloc_command (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/usb/host/ |
H A D | xhci.c | 665 command = xhci_alloc_command(xhci, false, GFP_KERNEL); in xhci_run() 1571 command = xhci_alloc_command(xhci, true, GFP_KERNEL); in xhci_check_ep0_maxpacket() 1858 command = xhci_alloc_command(xhci, false, GFP_ATOMIC); in xhci_urb_dequeue() 2897 command = xhci_alloc_command(xhci, true, gfp_flags); in xhci_stop_endpoint_sync() 3071 command = xhci_alloc_command(xhci, true, GFP_KERNEL); in xhci_check_bandwidth() 3185 cmd = xhci_alloc_command(xhci, true, GFP_KERNEL); in xhci_get_port_bandwidth() 3343 stop_cmd = xhci_alloc_command(xhci, true, GFP_NOWAIT); in xhci_endpoint_reset() 3957 reset_device_cmd = xhci_alloc_command(xhci, true, GFP_NOIO); in xhci_discover_or_reset_device() 4106 command = xhci_alloc_command(xhci, true, GFP_KERNEL); in xhci_disable_slot() 4189 command = xhci_alloc_command(xhci, true, GFP_KERNEL); in xhci_alloc_dev() [all …]
|
H A D | xhci-hub.c | 473 cmd = xhci_alloc_command(xhci, true, GFP_NOIO); in xhci_stop_device() 489 command = xhci_alloc_command(xhci, false, GFP_NOWAIT); in xhci_stop_device()
|
H A D | xhci-ring.c | 763 cmd = xhci_alloc_command(xhci, false, GFP_ATOMIC); in xhci_move_dequeue_past_td() 960 command = xhci_alloc_command(xhci, false, GFP_ATOMIC); in xhci_reset_halted_ep() 1279 command = xhci_alloc_command(xhci, false, GFP_ATOMIC); in xhci_handle_cmd_stop_ep()
|
H A D | xhci-mem.c | 1734 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci, in xhci_alloc_command() function 1767 command = xhci_alloc_command(xhci, allocate_completion, mem_flags); in xhci_alloc_command_with_ctx()
|
H A D | xhci.h | 1845 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci,
|