Searched refs:ohci_suspend (Results 1 - 13 of 13) sorted by last modified time

/linux-master/drivers/usb/host/
H A Dohci-hcd.c1104 int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup) function
1129 EXPORT_SYMBOL_GPL(ohci_suspend); variable
H A Dohci-pxa27x.c533 ret = ohci_suspend(hcd, do_wakeup);
H A Dohci.h739 extern int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup);
H A Dohci-st.c262 ret = ohci_suspend(hcd, do_wakeup);
H A Dohci-sm501.c221 ret = ohci_suspend(hcd, do_wakeup);
H A Dohci-spear.c126 ret = ohci_suspend(hcd, do_wakeup);
H A Dohci-platform.c277 ret = ohci_suspend(hcd, do_wakeup);
H A Dohci-exynos.c230 int rc = ohci_suspend(hcd, do_wakeup);
H A Dohci-at91.c631 ret = ohci_suspend(hcd, ohci_at91->wakeup);
H A Dohci-da8xx.c494 ret = ohci_suspend(hcd, do_wakeup);
H A Dohci-s3c2410.c421 rc = ohci_suspend(hcd, do_wakeup);
H A Dohci-pci.c319 ohci_pci_hc_driver.pci_suspend = ohci_suspend;
H A Dohci-omap.c361 ret = ohci_suspend(hcd, do_wakeup);

Completed in 239 milliseconds