Searched refs:hibernated (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
D | uhci-pci.c | 165 static int uhci_pci_resume(struct usb_hcd *hcd, bool hibernated); 206 static int uhci_pci_resume(struct usb_hcd *hcd, bool hibernated) in uhci_pci_resume() argument 220 if (hibernated) { in uhci_pci_resume()
|
D | ehci-pci.c | 349 static int ehci_pci_resume(struct usb_hcd *hcd, bool hibernated) in ehci_pci_resume() argument 354 if (ehci_resume(hcd, hibernated) != 0) in ehci_pci_resume()
|
D | xhci-pci.c | 388 static int xhci_pci_resume(struct usb_hcd *hcd, bool hibernated) in xhci_pci_resume() argument 418 retval = xhci_resume(xhci, hibernated); in xhci_pci_resume()
|
D | ohci-hcd.c | 1095 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume() argument 1104 if (hibernated) in ohci_resume()
|
D | ohci.h | 740 extern int ohci_resume(struct usb_hcd *hcd, bool hibernated);
|
D | xhci.c | 981 int xhci_resume(struct xhci_hcd *xhci, bool hibernated) in xhci_resume() argument 1005 hibernated = true; in xhci_resume() 1007 if (!hibernated) { in xhci_resume() 1027 if ((temp & STS_SRE) || hibernated) { in xhci_resume()
|
D | xhci.h | 1832 int xhci_resume(struct xhci_hcd *xhci, bool hibernated);
|
/linux-4.4.14/include/linux/usb/ |
D | hcd.h | 268 int (*pci_resume)(struct usb_hcd *hcd, bool hibernated);
|
/linux-4.4.14/Documentation/power/ |
D | pci.txt | 630 and data of the "hibernated" kernel stored within the image, called the image
|