Searched refs:xhci_alloc_command (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/usb/host/ |
D | xhci-hub.c | 279 cmd = xhci_alloc_command(xhci, false, true, GFP_NOIO); in xhci_stop_device()
|
D | xhci.c | 3090 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()
|
D | xhci.h | 1691 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci,
|
D | xhci-mem.c | 642 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
|