Searched refs:ohci_suspend (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-spear.c | 126 ret = ohci_suspend(hcd, do_wakeup); in spear_ohci_hcd_drv_suspend()
|
H A D | ohci-pci.c | 319 ohci_pci_hc_driver.pci_suspend = ohci_suspend; in ohci_pci_init()
|
H A D | ohci-sm501.c | 221 ret = ohci_suspend(hcd, do_wakeup); in ohci_sm501_suspend()
|
H A D | ohci-exynos.c | 230 int rc = ohci_suspend(hcd, do_wakeup); in exynos_ohci_suspend()
|
H A D | ohci-st.c | 262 ret = ohci_suspend(hcd, do_wakeup); in st_ohci_suspend()
|
H A D | ohci-s3c2410.c | 421 rc = ohci_suspend(hcd, do_wakeup); in ohci_hcd_s3c2410_drv_suspend()
|
H A D | ohci-platform.c | 277 ret = ohci_suspend(hcd, do_wakeup); in ohci_platform_suspend()
|
H A D | ohci-omap.c | 361 ret = ohci_suspend(hcd, do_wakeup); in ohci_omap_suspend()
|
H A D | ohci-da8xx.c | 494 ret = ohci_suspend(hcd, do_wakeup); in ohci_da8xx_suspend()
|
H A D | ohci-pxa27x.c | 534 ret = ohci_suspend(hcd, do_wakeup); in ohci_hcd_pxa27x_drv_suspend()
|
H A D | ohci.h | 739 extern int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup);
|
H A D | ohci-hcd.c | 1104 int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup) in ohci_suspend() function 1129 EXPORT_SYMBOL_GPL(ohci_suspend);
|
H A D | ohci-at91.c | 631 ret = ohci_suspend(hcd, ohci_at91->wakeup); in ohci_hcd_at91_drv_suspend()
|