Searched refs:hibernated (Results 1 – 16 of 16) sorted by relevance
/Linux-v5.10/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 | 341 static int ehci_pci_resume(struct usb_hcd *hcd, bool hibernated) in ehci_pci_resume() argument 346 if (ehci_resume(hcd, hibernated) != 0) in ehci_pci_resume()
|
D | xhci-pci.c | 544 static int xhci_pci_resume(struct usb_hcd *hcd, bool hibernated) in xhci_pci_resume() argument 579 retval = xhci_resume(xhci, hibernated); in xhci_pci_resume()
|
D | ohci.h | 740 extern int ohci_resume(struct usb_hcd *hcd, bool hibernated);
|
D | ohci-hcd.c | 1126 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume() argument 1135 if (hibernated) in ohci_resume()
|
D | xhci.c | 1084 int xhci_resume(struct xhci_hcd *xhci, bool hibernated) in xhci_resume() argument 1108 hibernated = true; in xhci_resume() 1110 if (!hibernated) { in xhci_resume() 1147 if ((temp & STS_SRE) || hibernated) { in xhci_resume()
|
D | xhci.h | 2076 int xhci_resume(struct xhci_hcd *xhci, bool hibernated);
|
/Linux-v5.10/drivers/usb/cdns3/ |
D | core.h | 33 int (*resume)(struct cdns3 *cdns, bool hibernated);
|
D | gadget.c | 3299 static int cdns3_gadget_resume(struct cdns3 *cdns, bool hibernated) in cdns3_gadget_resume() argument
|
/Linux-v5.10/drivers/usb/dwc2/ |
D | core_intr.c | 714 hsotg->hibernated = 0; in dwc2_handle_gpwrdn_intr() 736 hsotg->hibernated) { in dwc2_handle_gpwrdn_intr() 754 hsotg->hibernated) { in dwc2_handle_gpwrdn_intr() 804 if (hsotg->hibernated) { in dwc2_handle_common_intr()
|
D | platform.c | 589 hsotg->hibernated = 0; in dwc2_driver_probe()
|
D | core.h | 1062 unsigned int hibernated:1; member
|
D | hcd.c | 3416 if (hsotg->hibernated) in dwc2_hcd_hub_control() 3650 hsotg->hibernated) in dwc2_hcd_hub_control() 5461 hsotg->hibernated = 1; in dwc2_host_enter_hibernation() 5497 hsotg->hibernated = 0; in dwc2_host_exit_hibernation() 5583 hsotg->hibernated = 0; in dwc2_host_exit_hibernation()
|
D | gadget.c | 5219 hsotg->hibernated = 1; in dwc2_gadget_enter_hibernation() 5278 if (!hsotg->hibernated) { in dwc2_gadget_exit_hibernation() 5354 hsotg->hibernated = 0; in dwc2_gadget_exit_hibernation()
|
/Linux-v5.10/include/linux/usb/ |
D | hcd.h | 281 int (*pci_resume)(struct usb_hcd *hcd, bool hibernated);
|
/Linux-v5.10/Documentation/power/ |
D | pci.rst | 643 the code and data of the "hibernated" kernel stored within the image, called the
|