xhci_suspend      354 drivers/usb/host/xhci-histb.c 	ret = xhci_suspend(xhci, device_may_wakeup(dev));
xhci_suspend      482 drivers/usb/host/xhci-pci.c 	ret = xhci_suspend(xhci, do_wakeup);
xhci_suspend      400 drivers/usb/host/xhci-plat.c 	return xhci_suspend(xhci, device_may_wakeup(dev));
xhci_suspend      421 drivers/usb/host/xhci-plat.c 	return xhci_suspend(xhci, true);
xhci_suspend     1331 drivers/usb/host/xhci-tegra.c 	return xhci_suspend(xhci, wakeup);
xhci_suspend     1073 drivers/usb/host/xhci.c EXPORT_SYMBOL_GPL(xhci_suspend);
xhci_suspend     2068 drivers/usb/host/xhci.h int xhci_suspend(struct xhci_hcd *xhci, bool do_wakeup);