Searched refs:hibernated (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A D | uhci-pci.c | 215 bool hibernated = (msg.event == PM_EVENT_RESTORE); in uhci_pci_resume() local 228 if (hibernated) { in uhci_pci_resume()
|
H A D | ehci-pci.c | 361 bool hibernated = (msg.event == PM_EVENT_RESTORE); in ehci_pci_resume() local 363 if (ehci_resume(hcd, hibernated) != 0) in ehci_pci_resume()
|
H A D | ohci-platform.c | 287 static int ohci_platform_resume_common(struct device *dev, bool hibernated) in ohci_platform_resume_common() argument 299 ohci_resume(hcd, hibernated); in ohci_platform_resume_common()
|
H A D | ohci-hcd.c | 1132 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume() argument 1141 if (hibernated) in ohci_resume()
|
H A D | ohci.h | 740 extern int ohci_resume(struct usb_hcd *hcd, bool hibernated);
|
H A D | xhci.c | 966 bool hibernated = (msg.event == PM_EVENT_RESTORE); in xhci_resume() local 992 if (hibernated || xhci->quirks & XHCI_RESET_ON_RESUME || xhci->broken_suspend) in xhci_resume()
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | core.h | 33 int (*resume)(struct cdns *cdns, bool hibernated);
|
H A D | cdns3-gadget.c | 3470 static int cdns3_gadget_resume(struct cdns *cdns, bool hibernated) in cdns3_gadget_resume() argument 3478 if (hibernated) in cdns3_gadget_resume()
|
H A D | cdnsp-gadget.c | 1980 static int cdnsp_gadget_resume(struct cdns *cdns, bool hibernated) in cdnsp_gadget_resume() argument
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | core_intr.c | 722 hsotg->hibernated = 0; in dwc_handle_gpwrdn_disc_det() 773 hsotg->hibernated) { in dwc2_handle_gpwrdn_intr() 850 if (hsotg->hibernated) { in dwc2_handle_common_intr()
|
H A D | platform.c | 313 if (hsotg->hibernated) { in dwc2_driver_remove() 605 hsotg->hibernated = 0; in dwc2_driver_probe()
|
H A D | core.h | 1062 unsigned int hibernated:1; member
|
H A D | hcd.c | 3657 if (hsotg->hibernated) { in dwc2_hcd_hub_control() 4638 if (hsotg->hibernated) { in _dwc2_hcd_urb_enqueue() 5573 hsotg->hibernated = 1; in dwc2_host_enter_hibernation() 5609 hsotg->hibernated = 0; in dwc2_host_exit_hibernation() 5712 hsotg->hibernated = 0; in dwc2_host_exit_hibernation()
|
H A D | gadget.c | 5344 hsotg->hibernated = 1; in dwc2_gadget_enter_hibernation() 5403 if (!hsotg->hibernated) { in dwc2_gadget_exit_hibernation() 5483 hsotg->hibernated = 0; in dwc2_gadget_exit_hibernation()
|
/openbmc/linux/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-gadget.h | 708 int cdns2_gadget_resume(struct cdns2_device *pdev, bool hibernated);
|
H A D | cdns2-gadget.c | 2394 int cdns2_gadget_resume(struct cdns2_device *pdev, bool hibernated) in cdns2_gadget_resume() argument 2407 if (hibernated) in cdns2_gadget_resume()
|
/openbmc/linux/Documentation/power/ |
H A D | pci.rst | 643 the code and data of the "hibernated" kernel stored within the image, called the
|