Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dxhci-hub.c279 cmd = xhci_alloc_command(xhci, false, true, GFP_NOIO); in xhci_stop_device()
Dxhci.c3090 config_cmd = xhci_alloc_command(xhci, true, true, mem_flags); in xhci_alloc_streams()
3389 reset_device_cmd = xhci_alloc_command(xhci, false, true, GFP_NOIO); in xhci_discover_or_reset_device()
4092 config_cmd = xhci_alloc_command(xhci, true, true, mem_flags); in xhci_update_hub_device()
Dxhci.h1691 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci,
Dxhci-mem.c642 xhci_alloc_command(xhci, true, true, mem_flags); in xhci_alloc_stream_info()
1730 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci, in xhci_alloc_command() function