Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dohci-spear.c126 ret = ohci_suspend(hcd, do_wakeup); in spear_ohci_hcd_drv_suspend()
H A Dohci-pci.c319 ohci_pci_hc_driver.pci_suspend = ohci_suspend; in ohci_pci_init()
H A Dohci-sm501.c221 ret = ohci_suspend(hcd, do_wakeup); in ohci_sm501_suspend()
H A Dohci-exynos.c230 int rc = ohci_suspend(hcd, do_wakeup); in exynos_ohci_suspend()
H A Dohci-st.c262 ret = ohci_suspend(hcd, do_wakeup); in st_ohci_suspend()
H A Dohci-s3c2410.c421 rc = ohci_suspend(hcd, do_wakeup); in ohci_hcd_s3c2410_drv_suspend()
H A Dohci-platform.c277 ret = ohci_suspend(hcd, do_wakeup); in ohci_platform_suspend()
H A Dohci-omap.c361 ret = ohci_suspend(hcd, do_wakeup); in ohci_omap_suspend()
H A Dohci-da8xx.c494 ret = ohci_suspend(hcd, do_wakeup); in ohci_da8xx_suspend()
H A Dohci-pxa27x.c534 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-hcd.c1104 int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup) in ohci_suspend() function
1129 EXPORT_SYMBOL_GPL(ohci_suspend);
H A Dohci-at91.c631 ret = ohci_suspend(hcd, ohci_at91->wakeup); in ohci_hcd_at91_drv_suspend()