Searched refs:ehci_suspend (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/drivers/usb/host/ |
D | ehci-pci.c | 369 #define ehci_suspend NULL macro 431 ehci_pci_hc_driver.pci_suspend = ehci_suspend; in ehci_pci_init()
|
D | ehci-npcm7xx.c | 45 return ehci_suspend(hcd, do_wakeup); in ehci_npcm7xx_drv_suspend()
|
D | ehci-spear.c | 42 return ehci_suspend(hcd, do_wakeup); in ehci_spear_drv_suspend()
|
D | ehci-atmel.c | 196 ret = ehci_suspend(hcd, false); in ehci_atmel_drv_suspend()
|
D | ehci-brcm.c | 209 ret = ehci_suspend(hcd, do_wakeup); in ehci_brcm_suspend()
|
D | ehci-orion.c | 189 return ehci_suspend(hcd, device_may_wakeup(dev)); in ehci_orion_drv_suspend()
|
D | ehci-exynos.c | 279 rc = ehci_suspend(hcd, do_wakeup); in exynos_ehci_suspend()
|
D | ehci-st.c | 290 ret = ehci_suspend(hcd, do_wakeup); in st_ehci_suspend()
|
D | ehci-platform.c | 443 ret = ehci_suspend(hcd, do_wakeup); in ehci_platform_suspend()
|
D | ehci-hcd.c | 1130 int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup) in ehci_suspend() function 1161 EXPORT_SYMBOL_GPL(ehci_suspend);
|
D | ehci.h | 889 extern int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup);
|