Home
last modified time | relevance | path

Searched refs:ohci_resume (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dohci-spear.c146 ohci_resume(hcd, false); in spear_ohci_hcd_drv_resume()
H A Dohci-pci.c307 return ohci_resume(hcd, msg.event == PM_EVENT_RESTORE); in ohci_pci_resume()
H A Dohci-sm501.c240 ohci_resume(hcd, false); in ohci_sm501_resume()
H A Dohci-exynos.c257 ohci_resume(hcd, false); in exynos_ohci_resume()
H A Dohci-st.c285 ohci_resume(hcd, false); in st_ohci_resume()
H A Dohci-hcd.c1124 ohci_resume(hcd, false); in ohci_suspend()
1132 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume() function
1180 EXPORT_SYMBOL_GPL(ohci_resume);
H A Dohci-s3c2410.c437 ohci_resume(hcd, false); in ohci_hcd_s3c2410_drv_resume()
H A Dohci-platform.c299 ohci_resume(hcd, hibernated); in ohci_platform_resume_common()
H A Dohci-omap.c380 ohci_resume(hcd, false); in ohci_omap_resume()
H A Dohci-da8xx.c518 ohci_resume(hcd, false); in ohci_da8xx_resume()
H A Dohci-pxa27x.c561 ohci_resume(hcd, false); in ohci_hcd_pxa27x_drv_resume()
H A Dohci.h740 extern int ohci_resume(struct usb_hcd *hcd, bool hibernated);
H A Dohci-at91.c678 ohci_resume(hcd, !ohci_at91->wakeup); in ohci_hcd_at91_drv_resume()
/openbmc/qemu/hw/usb/
H A Dhcd-ohci.c1416 static bool ohci_resume(OHCIState *s) in ohci_resume() function
1444 if (ohci_resume(ohci)) { in ohci_port_set_if_connected()
1848 if (ohci_resume(s)) { in ohci_wakeup()