ehci_suspend      188 drivers/usb/host/ehci-atmel.c 	ret = ehci_suspend(hcd, false);
ehci_suspend      280 drivers/usb/host/ehci-exynos.c 	rc = ehci_suspend(hcd, do_wakeup);
ehci_suspend     1115 drivers/usb/host/ehci-hcd.c EXPORT_SYMBOL_GPL(ehci_suspend);
ehci_suspend       46 drivers/usb/host/ehci-npcm7xx.c 	return ehci_suspend(hcd, do_wakeup);
ehci_suspend      189 drivers/usb/host/ehci-orion.c 	return ehci_suspend(hcd, device_may_wakeup(dev));
ehci_suspend      411 drivers/usb/host/ehci-pci.c 	ehci_pci_hc_driver.pci_suspend = ehci_suspend;
ehci_suspend      303 drivers/usb/host/ehci-platform.c 	ret = ehci_suspend(hcd, do_wakeup);
ehci_suspend       43 drivers/usb/host/ehci-spear.c 	return ehci_suspend(hcd, do_wakeup);
ehci_suspend      290 drivers/usb/host/ehci-st.c 	ret = ehci_suspend(hcd, do_wakeup);
ehci_suspend      886 drivers/usb/host/ehci.h extern int	ehci_suspend(struct usb_hcd *hcd, bool do_wakeup);