Symbol: xhci_alloc_command
drivers/usb/host/xhci-hub.c
472
cmd = xhci_alloc_command(xhci, true, GFP_NOIO);
drivers/usb/host/xhci-hub.c
488
command = xhci_alloc_command(xhci, false, GFP_NOWAIT);
drivers/usb/host/xhci-mem.c
1766
command = xhci_alloc_command(xhci, allocate_completion, mem_flags);
drivers/usb/host/xhci-ring.c
1283
command = xhci_alloc_command(xhci, false, GFP_ATOMIC);
drivers/usb/host/xhci-ring.c
764
cmd = xhci_alloc_command(xhci, false, GFP_ATOMIC);
drivers/usb/host/xhci-ring.c
966
command = xhci_alloc_command(xhci, false, GFP_ATOMIC);
drivers/usb/host/xhci.c
1575
command = xhci_alloc_command(xhci, true, GFP_KERNEL);
drivers/usb/host/xhci.c
1862
command = xhci_alloc_command(xhci, false, GFP_ATOMIC);
drivers/usb/host/xhci.c
2902
command = xhci_alloc_command(xhci, true, gfp_flags);
drivers/usb/host/xhci.c
3098
command = xhci_alloc_command(xhci, true, GFP_KERNEL);
drivers/usb/host/xhci.c
3217
cmd = xhci_alloc_command(xhci, true, GFP_KERNEL);
drivers/usb/host/xhci.c
3376
stop_cmd = xhci_alloc_command(xhci, true, GFP_NOWAIT);
drivers/usb/host/xhci.c
3999
reset_device_cmd = xhci_alloc_command(xhci, true, GFP_NOIO);
drivers/usb/host/xhci.c
4149
command = xhci_alloc_command(xhci, true, GFP_KERNEL);
drivers/usb/host/xhci.c
4232
command = xhci_alloc_command(xhci, true, GFP_KERNEL);
drivers/usb/host/xhci.c
4367
command = xhci_alloc_command(xhci, true, GFP_KERNEL);
drivers/usb/host/xhci.c
655
command = xhci_alloc_command(xhci, false, GFP_KERNEL);
drivers/usb/host/xhci.h
1852
struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci,