Searched refs:hibernated (Results 1 – 17 of 17) sorted by relevance
/linux-6.12.1/drivers/usb/host/ |
D | uhci-pci.c | 215 bool hibernated = (msg.event == PM_EVENT_RESTORE); in uhci_pci_resume() local 228 if (hibernated) { in uhci_pci_resume()
|
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()
|
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()
|
D | ohci-hcd.c | 1132 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume() argument 1141 if (hibernated) in ohci_resume()
|
D | ohci.h | 740 extern int ohci_resume(struct usb_hcd *hcd, bool hibernated);
|
D | xhci.c | 1006 bool hibernated = (msg.event == PM_EVENT_RESTORE); in xhci_resume() local 1032 if (hibernated || xhci->quirks & XHCI_RESET_ON_RESUME || xhci->broken_suspend) in xhci_resume()
|
/linux-6.12.1/drivers/usb/cdns3/ |
D | core.h | 33 int (*resume)(struct cdns *cdns, bool hibernated);
|
D | cdns3-gadget.c | 3471 static int cdns3_gadget_resume(struct cdns *cdns, bool hibernated) in cdns3_gadget_resume() argument 3479 if (hibernated) in cdns3_gadget_resume()
|
D | cdnsp-gadget.c | 1976 static int cdnsp_gadget_resume(struct cdns *cdns, bool hibernated) in cdnsp_gadget_resume() argument
|
/linux-6.12.1/drivers/usb/dwc2/ |
D | core_intr.c | 742 hsotg->hibernated = 0; in dwc_handle_gpwrdn_disc_det() 793 hsotg->hibernated) { in dwc2_handle_gpwrdn_intr() 870 if (hsotg->hibernated) { in dwc2_handle_common_intr()
|
D | platform.c | 313 if (hsotg->hibernated) { in dwc2_driver_remove() 605 hsotg->hibernated = 0; in dwc2_driver_probe()
|
D | core.h | 1068 unsigned int hibernated:1; member
|
D | hcd.c | 3661 if (hsotg->hibernated) { in dwc2_hcd_hub_control() 4641 if (hsotg->hibernated) { in _dwc2_hcd_urb_enqueue() 5581 hsotg->hibernated = 1; in dwc2_host_enter_hibernation() 5617 hsotg->hibernated = 0; in dwc2_host_exit_hibernation() 5725 hsotg->hibernated = 0; in dwc2_host_exit_hibernation()
|
D | gadget.c | 5364 hsotg->hibernated = 1; in dwc2_gadget_enter_hibernation() 5423 if (!hsotg->hibernated) { in dwc2_gadget_exit_hibernation() 5508 hsotg->hibernated = 0; in dwc2_gadget_exit_hibernation()
|
/linux-6.12.1/drivers/usb/gadget/udc/cdns2/ |
D | cdns2-gadget.h | 708 int cdns2_gadget_resume(struct cdns2_device *pdev, bool hibernated);
|
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()
|
/linux-6.12.1/Documentation/power/ |
D | pci.rst | 643 the code and data of the "hibernated" kernel stored within the image, called the
|