Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-spear.c129 ret = ohci_suspend(hcd, do_wakeup); in spear_ohci_hcd_drv_suspend()
H A Dohci-sm501.c224 ret = ohci_suspend(hcd, do_wakeup); in ohci_sm501_suspend()
H A Dohci-pci.c315 ohci_pci_hc_driver.pci_suspend = ohci_suspend; in ohci_pci_init()
H A Dohci-exynos.c245 int rc = ohci_suspend(hcd, do_wakeup); in exynos_ohci_suspend()
H A Dohci-st.c272 ret = ohci_suspend(hcd, do_wakeup); in st_ohci_suspend()
H A Dohci-s3c2410.c418 rc = ohci_suspend(hcd, do_wakeup); in ohci_hcd_s3c2410_drv_suspend()
H A Dohci-platform.c279 ret = ohci_suspend(hcd, do_wakeup); in ohci_platform_suspend()
H A Dohci-omap.c445 ret = ohci_suspend(hcd, do_wakeup); in ohci_omap_suspend()
H A Dohci-da8xx.c496 ret = ohci_suspend(hcd, do_wakeup); in ohci_da8xx_suspend()
H A Dohci-hcd.c1098 int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup) in ohci_suspend() function
1123 EXPORT_SYMBOL_GPL(ohci_suspend);
H A Dohci-pxa27x.c552 ret = ohci_suspend(hcd, do_wakeup); in ohci_hcd_pxa27x_drv_suspend()
H A Dohci.h739 extern int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup);
H A Dohci-at91.c609 ret = ohci_suspend(hcd, ohci_at91->wakeup); in ohci_hcd_at91_drv_suspend()