Symbol: xhci_alloc_command
drivers/usb/host/xhci-hub.c
473
cmd = xhci_alloc_command(xhci, true, GFP_NOIO);
drivers/usb/host/xhci-hub.c
489
command = xhci_alloc_command(xhci, false, GFP_NOWAIT);
drivers/usb/host/xhci-mem.c
1763
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
1578
command = xhci_alloc_command(xhci, true, GFP_KERNEL);
drivers/usb/host/xhci.c
1865
command = xhci_alloc_command(xhci, false, GFP_ATOMIC);
drivers/usb/host/xhci.c
2905
command = xhci_alloc_command(xhci, true, gfp_flags);
drivers/usb/host/xhci.c
3101
command = xhci_alloc_command(xhci, true, GFP_KERNEL);
drivers/usb/host/xhci.c
3215
cmd = xhci_alloc_command(xhci, true, GFP_KERNEL);
drivers/usb/host/xhci.c
3373
stop_cmd = xhci_alloc_command(xhci, true, GFP_NOWAIT);
drivers/usb/host/xhci.c
3987
reset_device_cmd = xhci_alloc_command(xhci, true, GFP_NOIO);
drivers/usb/host/xhci.c
4137
command = xhci_alloc_command(xhci, true, GFP_KERNEL);
drivers/usb/host/xhci.c
4220
command = xhci_alloc_command(xhci, true, GFP_KERNEL);
drivers/usb/host/xhci.c
4355
command = xhci_alloc_command(xhci, true, GFP_KERNEL);
drivers/usb/host/xhci.c
672
command = xhci_alloc_command(xhci, false, GFP_KERNEL);
drivers/usb/host/xhci.h
1845
struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci,