Home
last modified time | relevance | path

Searched refs:ehci_suspend (Results 1 – 10 of 10) sorted by relevance

/drivers/usb/host/
Dehci-pci.c371 #define ehci_suspend NULL macro
429 ehci_pci_hc_driver.pci_suspend = ehci_suspend; in ehci_pci_init()
Dehci-sead3.c153 return ehci_suspend(hcd, do_wakeup); in ehci_hcd_sead3_drv_suspend()
Dehci-spear.c46 return ehci_suspend(hcd, do_wakeup); in ehci_spear_drv_suspend()
Dehci-msm.c172 return ehci_suspend(hcd, do_wakeup); in ehci_msm_pm_suspend()
Dehci-atmel.c195 ret = ehci_suspend(hcd, false); in ehci_atmel_drv_suspend()
Dehci-exynos.c264 rc = ehci_suspend(hcd, do_wakeup); in exynos_ehci_suspend()
Dehci-st.c295 ret = ehci_suspend(hcd, do_wakeup); in st_ehci_suspend()
Dehci-platform.c353 ret = ehci_suspend(hcd, do_wakeup); in ehci_platform_suspend()
Dehci-hcd.c1093 int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup) in ehci_suspend() function
1124 EXPORT_SYMBOL_GPL(ehci_suspend);
Dehci.h886 extern int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup);