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

/linux-4.1.27/drivers/usb/host/
H A Dxhci-hub.c279 cmd = xhci_alloc_command(xhci, false, true, GFP_NOIO); xhci_stop_device()
289 command = xhci_alloc_command(xhci, false, false, xhci_stop_device()
H A Dxhci.c657 command = xhci_alloc_command(xhci, false, false, GFP_KERNEL); xhci_run()
1287 command = xhci_alloc_command(xhci, false, true, GFP_KERNEL); xhci_check_maxpacket()
1622 command = xhci_alloc_command(xhci, false, false, GFP_ATOMIC); xhci_urb_dequeue()
2774 command = xhci_alloc_command(xhci, false, true, GFP_KERNEL); xhci_check_bandwidth()
3191 config_cmd = xhci_alloc_command(xhci, true, true, mem_flags); xhci_alloc_streams()
3511 reset_device_cmd = xhci_alloc_command(xhci, false, true, GFP_NOIO); xhci_discover_or_reset_device()
3624 command = xhci_alloc_command(xhci, false, false, GFP_KERNEL); xhci_free_dev()
3715 command = xhci_alloc_command(xhci, false, false, GFP_KERNEL); xhci_alloc_dev()
3850 command = xhci_alloc_command(xhci, false, false, GFP_KERNEL); xhci_setup_device()
4775 config_cmd = xhci_alloc_command(xhci, true, true, mem_flags); xhci_update_hub_device()
H A Dxhci-mem.c699 xhci_alloc_command(xhci, true, true, mem_flags); xhci_alloc_stream_info()
1736 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci, xhci_alloc_command() function
2431 xhci->lpm_command = xhci_alloc_command(xhci, true, true, flags); xhci_mem_init()
H A Dxhci-ring.c1065 command = xhci_alloc_command(xhci, false, false, GFP_ATOMIC); xhci_handle_cmd_reset_ep()
1740 command = xhci_alloc_command(xhci, false, false, GFP_ATOMIC); xhci_cleanup_halted_endpoint()
3972 cmd = xhci_alloc_command(xhci, false, false, GFP_ATOMIC); xhci_queue_new_dequeue_state()
H A Dxhci.h1741 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci,

Completed in 158 milliseconds