Searched refs:ohci_suspend (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | ohci-spear.c | 132 ret = ohci_suspend(hcd, do_wakeup); in spear_ohci_hcd_drv_suspend()
|
D | ohci-pci.c | 316 ohci_pci_hc_driver.pci_suspend = ohci_suspend; in ohci_pci_init()
|
D | ohci-sm501.c | 229 ret = ohci_suspend(hcd, do_wakeup); in ohci_sm501_suspend()
|
D | ohci-exynos.c | 220 int rc = ohci_suspend(hcd, do_wakeup); in exynos_ohci_suspend()
|
D | ohci-st.c | 276 ret = ohci_suspend(hcd, do_wakeup); in st_ohci_suspend()
|
D | ohci-omap.c | 429 ret = ohci_suspend(hcd, do_wakeup); in ohci_omap_suspend()
|
D | ohci-platform.c | 281 ret = ohci_suspend(hcd, do_wakeup); in ohci_platform_suspend()
|
D | ohci-s3c2410.c | 420 rc = ohci_suspend(hcd, do_wakeup); in ohci_hcd_s3c2410_drv_suspend()
|
D | ohci-hcd.c | 1072 int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup) in ohci_suspend() function 1097 EXPORT_SYMBOL_GPL(ohci_suspend);
|
D | ohci-da8xx.c | 504 ret = ohci_suspend(hcd, do_wakeup); in ohci_da8xx_suspend()
|
D | ohci-pxa27x.c | 552 ret = ohci_suspend(hcd, do_wakeup); in ohci_hcd_pxa27x_drv_suspend()
|
D | ohci.h | 737 extern int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup);
|
D | ohci-at91.c | 608 ret = ohci_suspend(hcd, ohci_at91->wakeup); in ohci_hcd_at91_drv_suspend()
|