Home
last modified time | relevance | path

Searched refs:ohci_suspend (Results 1 – 13 of 13) sorted by relevance

/linux-6.1.9/drivers/usb/host/
Dohci-spear.c128 ret = ohci_suspend(hcd, do_wakeup); in spear_ohci_hcd_drv_suspend()
Dohci-pci.c313 ohci_pci_hc_driver.pci_suspend = ohci_suspend; in ohci_pci_init()
Dohci-sm501.c224 ret = ohci_suspend(hcd, do_wakeup); in ohci_sm501_suspend()
Dohci-exynos.c244 int rc = ohci_suspend(hcd, do_wakeup); in exynos_ohci_suspend()
Dohci-st.c270 ret = ohci_suspend(hcd, do_wakeup); in st_ohci_suspend()
Dohci-platform.c280 ret = ohci_suspend(hcd, do_wakeup); in ohci_platform_suspend()
Dohci-omap.c372 ret = ohci_suspend(hcd, do_wakeup); in ohci_omap_suspend()
Dohci-s3c2410.c422 rc = ohci_suspend(hcd, do_wakeup); in ohci_hcd_s3c2410_drv_suspend()
Dohci-da8xx.c496 ret = ohci_suspend(hcd, do_wakeup); in ohci_da8xx_suspend()
Dohci.h739 extern int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup);
Dohci-pxa27x.c550 ret = ohci_suspend(hcd, do_wakeup); in ohci_hcd_pxa27x_drv_suspend()
Dohci-hcd.c1096 int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup) in ohci_suspend() function
1121 EXPORT_SYMBOL_GPL(ohci_suspend);
Dohci-at91.c635 ret = ohci_suspend(hcd, ohci_at91->wakeup); in ohci_hcd_at91_drv_suspend()