Home
last modified time | relevance | path

Searched refs:lpm_command (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dxhci-mem.c1809 if (xhci->lpm_command) in xhci_mem_cleanup()
1810 xhci_free_command(xhci, xhci->lpm_command); in xhci_mem_cleanup()
1811 xhci->lpm_command = NULL; in xhci_mem_cleanup()
2431 xhci->lpm_command = xhci_alloc_command(xhci, true, true, flags); in xhci_mem_init()
2432 if (!xhci->lpm_command) in xhci_mem_init()
Dxhci.h1508 struct xhci_command *lpm_command; member
Dxhci.c4041 command = xhci->lpm_command; in xhci_change_max_exit_latency()