Searched refs:hibernated (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | uhci-pci.c | 170 static int uhci_pci_resume(struct usb_hcd *hcd, bool hibernated); 211 static int uhci_pci_resume(struct usb_hcd *hcd, bool hibernated) in uhci_pci_resume() argument 225 if (hibernated) { in uhci_pci_resume()
|
D | ehci-pci.c | 335 static int ehci_pci_resume(struct usb_hcd *hcd, bool hibernated) in ehci_pci_resume() argument 340 if (ehci_resume(hcd, hibernated) != 0) in ehci_pci_resume()
|
D | xhci-pci.c | 449 static int xhci_pci_resume(struct usb_hcd *hcd, bool hibernated) in xhci_pci_resume() argument 482 retval = xhci_resume(xhci, hibernated); in xhci_pci_resume()
|
D | ohci-hcd.c | 1100 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume() argument 1109 if (hibernated) in ohci_resume()
|
D | ohci.h | 738 extern int ohci_resume(struct usb_hcd *hcd, bool hibernated);
|
D | xhci.c | 1060 int xhci_resume(struct xhci_hcd *xhci, bool hibernated) in xhci_resume() argument 1084 hibernated = true; in xhci_resume() 1086 if (!hibernated) { in xhci_resume() 1111 if ((temp & STS_SRE) || hibernated) { in xhci_resume()
|
D | xhci.h | 2040 int xhci_resume(struct xhci_hcd *xhci, bool hibernated);
|
/Linux-v4.19/drivers/usb/dwc2/ |
D | core_intr.c | 704 hsotg->hibernated = 0; in dwc2_handle_gpwrdn_intr() 726 hsotg->hibernated) { in dwc2_handle_gpwrdn_intr() 744 hsotg->hibernated) { in dwc2_handle_gpwrdn_intr() 794 if (hsotg->hibernated) { in dwc2_handle_common_intr()
|
D | platform.c | 487 hsotg->hibernated = 0; in dwc2_driver_probe()
|
D | core.h | 1020 unsigned int hibernated:1; member
|
D | hcd.c | 3604 if (hsotg->hibernated) in dwc2_hcd_hub_control() 3832 hsotg->hibernated) in dwc2_hcd_hub_control() 5585 hsotg->hibernated = 1; in dwc2_host_enter_hibernation() 5621 hsotg->hibernated = 0; in dwc2_host_exit_hibernation() 5707 hsotg->hibernated = 0; in dwc2_host_exit_hibernation()
|
D | gadget.c | 4983 hsotg->hibernated = 1; in dwc2_gadget_enter_hibernation() 5042 if (!hsotg->hibernated) { in dwc2_gadget_exit_hibernation() 5118 hsotg->hibernated = 0; in dwc2_gadget_exit_hibernation()
|
/Linux-v4.19/include/linux/usb/ |
D | hcd.h | 278 int (*pci_resume)(struct usb_hcd *hcd, bool hibernated);
|
/Linux-v4.19/Documentation/power/ |
D | pci.txt | 630 and data of the "hibernated" kernel stored within the image, called the image
|