Home
last modified time | relevance | path

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

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