Searched refs:ehci_suspend (Results 1 – 10 of 10) sorted by relevance
347 #define ehci_suspend NULL macro411 ehci_pci_hc_driver.pci_suspend = ehci_suspend; in ehci_pci_init()
43 return ehci_suspend(hcd, do_wakeup); in ehci_spear_drv_suspend()
46 return ehci_suspend(hcd, do_wakeup); in ehci_npcm7xx_drv_suspend()
188 ret = ehci_suspend(hcd, false); in ehci_atmel_drv_suspend()
189 return ehci_suspend(hcd, device_may_wakeup(dev)); in ehci_orion_drv_suspend()
280 rc = ehci_suspend(hcd, do_wakeup); in exynos_ehci_suspend()
303 ret = ehci_suspend(hcd, do_wakeup); in ehci_platform_suspend()
290 ret = ehci_suspend(hcd, do_wakeup); in st_ehci_suspend()
1084 int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup) in ehci_suspend() function1115 EXPORT_SYMBOL_GPL(ehci_suspend);
886 extern int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup);