Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-mem.c1863 if (xhci->lpm_command) in xhci_mem_cleanup()
1864 xhci_free_command(xhci, xhci->lpm_command); in xhci_mem_cleanup()
1865 xhci->lpm_command = NULL; in xhci_mem_cleanup()
2492 xhci->lpm_command = xhci_alloc_command_with_ctx(xhci, true, flags); in xhci_mem_init()
2493 if (!xhci->lpm_command) in xhci_mem_init()
Dxhci.h1798 struct xhci_command *lpm_command; member
Dxhci.c4293 command = xhci->lpm_command; in xhci_change_max_exit_latency()