Searched refs:hibernated (Results 1 – 7 of 7) sorted by relevance
/drivers/usb/host/ |
D | uhci-pci.c | 169 static int uhci_pci_resume(struct usb_hcd *hcd, bool hibernated); 210 static int uhci_pci_resume(struct usb_hcd *hcd, bool hibernated) in uhci_pci_resume() argument 224 if (hibernated) { in uhci_pci_resume()
|
D | ehci-pci.c | 359 static int ehci_pci_resume(struct usb_hcd *hcd, bool hibernated) in ehci_pci_resume() argument 364 if (ehci_resume(hcd, hibernated) != 0) in ehci_pci_resume()
|
D | xhci-pci.c | 421 static int xhci_pci_resume(struct usb_hcd *hcd, bool hibernated) in xhci_pci_resume() argument 451 retval = xhci_resume(xhci, hibernated); in xhci_pci_resume()
|
D | ohci-hcd.c | 1109 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume() argument 1118 if (hibernated) in ohci_resume()
|
D | ohci.h | 740 extern int ohci_resume(struct usb_hcd *hcd, bool hibernated);
|
D | xhci.c | 1014 int xhci_resume(struct xhci_hcd *xhci, bool hibernated) in xhci_resume() argument 1039 hibernated = true; in xhci_resume() 1041 if (!hibernated) { in xhci_resume() 1078 if ((temp & STS_SRE) || hibernated) { in xhci_resume()
|
D | xhci.h | 1843 int xhci_resume(struct xhci_hcd *xhci, bool hibernated);
|