Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dohci-spear.c132 ret = ohci_suspend(hcd, do_wakeup); in spear_ohci_hcd_drv_suspend()
Dohci-pci.c316 ohci_pci_hc_driver.pci_suspend = ohci_suspend; in ohci_pci_init()
Dohci-sm501.c229 ret = ohci_suspend(hcd, do_wakeup); in ohci_sm501_suspend()
Dohci-exynos.c220 int rc = ohci_suspend(hcd, do_wakeup); in exynos_ohci_suspend()
Dohci-st.c276 ret = ohci_suspend(hcd, do_wakeup); in st_ohci_suspend()
Dohci-omap.c429 ret = ohci_suspend(hcd, do_wakeup); in ohci_omap_suspend()
Dohci-platform.c281 ret = ohci_suspend(hcd, do_wakeup); in ohci_platform_suspend()
Dohci-s3c2410.c420 rc = ohci_suspend(hcd, do_wakeup); in ohci_hcd_s3c2410_drv_suspend()
Dohci-hcd.c1072 int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup) in ohci_suspend() function
1097 EXPORT_SYMBOL_GPL(ohci_suspend);
Dohci-da8xx.c504 ret = ohci_suspend(hcd, do_wakeup); in ohci_da8xx_suspend()
Dohci-pxa27x.c552 ret = ohci_suspend(hcd, do_wakeup); in ohci_hcd_pxa27x_drv_suspend()
Dohci.h737 extern int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup);
Dohci-at91.c608 ret = ohci_suspend(hcd, ohci_at91->wakeup); in ohci_hcd_at91_drv_suspend()