Searched refs:ohci_resume (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-spear.c | 146 ohci_resume(hcd, false); in spear_ohci_hcd_drv_resume()
|
H A D | ohci-pci.c | 307 return ohci_resume(hcd, msg.event == PM_EVENT_RESTORE); in ohci_pci_resume()
|
H A D | ohci-sm501.c | 240 ohci_resume(hcd, false); in ohci_sm501_resume()
|
H A D | ohci-exynos.c | 257 ohci_resume(hcd, false); in exynos_ohci_resume()
|
H A D | ohci-hcd.c | 1124 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 D | ohci-st.c | 285 ohci_resume(hcd, false); in st_ohci_resume()
|
H A D | ohci-platform.c | 299 ohci_resume(hcd, hibernated); in ohci_platform_resume_common()
|
H A D | ohci-omap.c | 380 ohci_resume(hcd, false); in ohci_omap_resume()
|
H A D | ohci-s3c2410.c | 437 ohci_resume(hcd, false); in ohci_hcd_s3c2410_drv_resume()
|
H A D | ohci-da8xx.c | 518 ohci_resume(hcd, false); in ohci_da8xx_resume()
|
H A D | ohci-pxa27x.c | 561 ohci_resume(hcd, false); in ohci_hcd_pxa27x_drv_resume()
|
H A D | ohci.h | 740 extern int ohci_resume(struct usb_hcd *hcd, bool hibernated);
|
H A D | ohci-at91.c | 678 ohci_resume(hcd, !ohci_at91->wakeup); in ohci_hcd_at91_drv_resume()
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-ohci.c | 1421 static bool ohci_resume(OHCIState *s) in ohci_resume() function 1449 if (ohci_resume(ohci)) { in ohci_port_set_if_connected() 1853 if (ohci_resume(s)) { in ohci_wakeup()
|