Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dehci-pci.c369 #define ehci_suspend NULL macro
430 ehci_pci_hc_driver.pci_suspend = ehci_suspend; in ehci_pci_init()
H A Dehci-npcm7xx.c34 return ehci_suspend(hcd, do_wakeup); in ehci_npcm7xx_drv_suspend()
H A Dehci-spear.c40 return ehci_suspend(hcd, do_wakeup); in ehci_spear_drv_suspend()
H A Dehci-atmel.c191 ret = ehci_suspend(hcd, false); in ehci_atmel_drv_suspend()
H A Dehci-brcm.c208 ret = ehci_suspend(hcd, do_wakeup); in ehci_brcm_suspend()
H A Dehci-orion.c194 return ehci_suspend(hcd, device_may_wakeup(dev)); in ehci_orion_drv_suspend()
H A Dehci-exynos.c243 rc = ehci_suspend(hcd, do_wakeup); in exynos_ehci_suspend()
H A Dehci-st.c280 ret = ehci_suspend(hcd, do_wakeup); in st_ehci_suspend()
H A Dehci-hcd.c1133 int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup) in ehci_suspend() function
1164 EXPORT_SYMBOL_GPL(ehci_suspend);
H A Dehci-platform.c450 ret = ehci_suspend(hcd, do_wakeup); in ehci_platform_suspend()
H A Dehci.h905 extern int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup);
/linux/drivers/usb/chipidea/
H A Dhost.c465 ehci_suspend(ci->hcd, device_may_wakeup(ci->dev)); in ci_hdrc_host_suspend()