Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dohci-platform.c289 ohci_resume(hcd, false); in ohci_platform_suspend()
315 ohci_resume(hcd, hibernated); in ohci_platform_resume_common()
H A Dohci-spear.c145 ohci_resume(hcd, false); in spear_ohci_hcd_drv_resume()
H A Dohci-pci.c330 return ohci_resume(hcd, msg.event == PM_EVENT_RESTORE); in ohci_pci_resume()
H A Dohci-hcd.c1125 ohci_resume(hcd, false); in ohci_suspend()
1133 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume() function
1181 EXPORT_SYMBOL_GPL(ohci_resume);
H A Dohci-da8xx.c501 ohci_resume(hcd, false); in ohci_da8xx_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()