Home
last modified time | relevance | path

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

/drivers/usb/host/
Dohci-spear.c129 ret = ohci_suspend(hcd, do_wakeup); in spear_ohci_hcd_drv_suspend()
Dohci-pci.c315 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-st.c272 ret = ohci_suspend(hcd, do_wakeup); in st_ohci_suspend()
Dohci-exynos.c245 int rc = ohci_suspend(hcd, do_wakeup); in exynos_ohci_suspend()
Dohci-omap.c380 ret = ohci_suspend(hcd, do_wakeup); in ohci_omap_suspend()
Dohci-platform.c279 ret = ohci_suspend(hcd, do_wakeup); in ohci_platform_suspend()
Dohci-s3c2410.c418 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-hcd.c1098 int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup) in ohci_suspend() function
1123 EXPORT_SYMBOL_GPL(ohci_suspend);
Dohci.h739 extern int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup);
Dohci-pxa27x.c553 ret = ohci_suspend(hcd, do_wakeup); in ohci_hcd_pxa27x_drv_suspend()
Dohci-at91.c614 ret = ohci_suspend(hcd, ohci_at91->wakeup); in ohci_hcd_at91_drv_suspend()