ohci_suspend      613 drivers/usb/host/ohci-at91.c 	ret = ohci_suspend(hcd, ohci_at91->wakeup);
ohci_suspend      496 drivers/usb/host/ohci-da8xx.c 	ret = ohci_suspend(hcd, do_wakeup);
ohci_suspend      246 drivers/usb/host/ohci-exynos.c 	int rc = ohci_suspend(hcd, do_wakeup);
ohci_suspend     1119 drivers/usb/host/ohci-hcd.c EXPORT_SYMBOL_GPL(ohci_suspend);
ohci_suspend      429 drivers/usb/host/ohci-omap.c 	ret = ohci_suspend(hcd, do_wakeup);
ohci_suspend      316 drivers/usb/host/ohci-pci.c 	ohci_pci_hc_driver.pci_suspend = ohci_suspend;
ohci_suspend      279 drivers/usb/host/ohci-platform.c 	ret = ohci_suspend(hcd, do_wakeup);
ohci_suspend      552 drivers/usb/host/ohci-pxa27x.c 	ret = ohci_suspend(hcd, do_wakeup);
ohci_suspend      418 drivers/usb/host/ohci-s3c2410.c 	rc = ohci_suspend(hcd, do_wakeup);
ohci_suspend      222 drivers/usb/host/ohci-sm501.c 	ret = ohci_suspend(hcd, do_wakeup);
ohci_suspend      129 drivers/usb/host/ohci-spear.c 	ret = ohci_suspend(hcd, do_wakeup);
ohci_suspend      272 drivers/usb/host/ohci-st.c 	ret = ohci_suspend(hcd, do_wakeup);
ohci_suspend      739 drivers/usb/host/ohci.h extern int	ohci_suspend(struct usb_hcd *hcd, bool do_wakeup);