Home
last modified time | relevance | path

Searched defs:hibernated (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/host/
H A Duhci-pci.c215 bool hibernated = (msg.event == PM_EVENT_RESTORE); in uhci_pci_resume() local
H A Dehci-pci.c361 bool hibernated = (msg.event == PM_EVENT_RESTORE); in ehci_pci_resume() local
H A Dohci-hcd.c1133 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume()