Searched refs:ohci_suspend (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/drivers/usb/host/ |
D | ohci-spear.c | 128 ret = ohci_suspend(hcd, do_wakeup); in spear_ohci_hcd_drv_suspend()
|
D | ohci-pci.c | 313 ohci_pci_hc_driver.pci_suspend = ohci_suspend; in ohci_pci_init()
|
D | ohci-sm501.c | 224 ret = ohci_suspend(hcd, do_wakeup); in ohci_sm501_suspend()
|
D | ohci-exynos.c | 244 int rc = ohci_suspend(hcd, do_wakeup); in exynos_ohci_suspend()
|
D | ohci-st.c | 270 ret = ohci_suspend(hcd, do_wakeup); in st_ohci_suspend()
|
D | ohci-platform.c | 280 ret = ohci_suspend(hcd, do_wakeup); in ohci_platform_suspend()
|
D | ohci-omap.c | 372 ret = ohci_suspend(hcd, do_wakeup); in ohci_omap_suspend()
|
D | ohci-s3c2410.c | 422 rc = ohci_suspend(hcd, do_wakeup); in ohci_hcd_s3c2410_drv_suspend()
|
D | ohci-da8xx.c | 496 ret = ohci_suspend(hcd, do_wakeup); in ohci_da8xx_suspend()
|
D | ohci.h | 739 extern int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup);
|
D | ohci-pxa27x.c | 550 ret = ohci_suspend(hcd, do_wakeup); in ohci_hcd_pxa27x_drv_suspend()
|
D | ohci-hcd.c | 1096 int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup) in ohci_suspend() function 1121 EXPORT_SYMBOL_GPL(ohci_suspend);
|
D | ohci-at91.c | 635 ret = ohci_suspend(hcd, ohci_at91->wakeup); in ohci_hcd_at91_drv_suspend()
|