Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c1961 if (xhci->lpm_command) in xhci_mem_cleanup()
1962 xhci_free_command(xhci, xhci->lpm_command); in xhci_mem_cleanup()
1963 xhci->lpm_command = NULL; in xhci_mem_cleanup()
2614 xhci->lpm_command = xhci_alloc_command_with_ctx(xhci, true, flags); in xhci_mem_init()
2615 if (!xhci->lpm_command) in xhci_mem_init()
H A Dxhci.h1823 struct xhci_command *lpm_command; member
H A Dxhci.c4312 command = xhci->lpm_command; in xhci_change_max_exit_latency()