lpm_command      1854 drivers/usb/host/xhci-mem.c 	if (xhci->lpm_command)
lpm_command      1855 drivers/usb/host/xhci-mem.c 		xhci_free_command(xhci, xhci->lpm_command);
lpm_command      1856 drivers/usb/host/xhci-mem.c 	xhci->lpm_command = NULL;
lpm_command      2483 drivers/usb/host/xhci-mem.c 	xhci->lpm_command = xhci_alloc_command_with_ctx(xhci, true, flags);
lpm_command      2484 drivers/usb/host/xhci-mem.c 	if (!xhci->lpm_command)
lpm_command      4285 drivers/usb/host/xhci.c 	command = xhci->lpm_command;
lpm_command      1796 drivers/usb/host/xhci.h 	struct xhci_command		*lpm_command;