Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci.c657 command = xhci_alloc_command(xhci, false, false, GFP_KERNEL); in xhci_run()
1277 command = xhci_alloc_command(xhci, false, true, GFP_KERNEL); in xhci_check_maxpacket()
1612 command = xhci_alloc_command(xhci, false, false, GFP_ATOMIC); in xhci_urb_dequeue()
2764 command = xhci_alloc_command(xhci, false, true, GFP_KERNEL); in xhci_check_bandwidth()
3181 config_cmd = xhci_alloc_command(xhci, true, true, mem_flags); in xhci_alloc_streams()
3501 reset_device_cmd = xhci_alloc_command(xhci, false, true, GFP_NOIO); in xhci_discover_or_reset_device()
3614 command = xhci_alloc_command(xhci, false, false, GFP_KERNEL); in xhci_free_dev()
3705 command = xhci_alloc_command(xhci, false, false, GFP_KERNEL); in xhci_alloc_dev()
3838 command = xhci_alloc_command(xhci, false, false, GFP_KERNEL); in xhci_setup_device()
4759 config_cmd = xhci_alloc_command(xhci, true, true, mem_flags); in xhci_update_hub_device()
Dxhci-hub.c380 cmd = xhci_alloc_command(xhci, false, true, GFP_NOIO); in xhci_stop_device()
390 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
2463 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()
1741 command = xhci_alloc_command(xhci, false, false, GFP_ATOMIC); in xhci_cleanup_halted_endpoint()
4156 cmd = xhci_alloc_command(xhci, false, false, GFP_ATOMIC); in xhci_queue_new_dequeue_state()
Dxhci.h1809 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci,