Searched refs:hibernated (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/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.h | 740 extern int ohci_resume(struct usb_hcd *hcd, bool hibernated);
|
| 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()
|
| /linux-6.15/Documentation/virt/hyperv/ |
| H A D | hibernation.rst | 21 configuration is not changed while in the hibernated state. 31 Linux guests on Hyper-V can also be hibernated, in which case the 33 Only the targeted guest VM is hibernated, while other guest VMs and 36 running might also be hibernated using hibernation functionality in 40 Resuming a hibernated guest VM can be more challenging than with 43 is done on the same VM that hibernated, the memory size might be 49 Additional complexity can ensue because the disks of the hibernated VM 62 hibernated on one host, then resumed on a host with a different processor 279 This scenario occurs in the Azure public cloud in that a hibernated 312 customer VM is deallocated or hibernated, and then re-constituted
|
| /linux-6.15/drivers/usb/dwc2/ |
| H A 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()
|
| 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 | 1070 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() 5612 hsotg->hibernated = 1; in dwc2_host_enter_hibernation() 5648 hsotg->hibernated = 0; in dwc2_host_exit_hibernation() 5745 hsotg->hibernated = 0; in dwc2_host_exit_hibernation()
|
| H A D | gadget.c | 5402 hsotg->hibernated = 1; in dwc2_gadget_enter_hibernation() 5462 if (!hsotg->hibernated) { in dwc2_gadget_exit_hibernation() 5537 hsotg->hibernated = 0; in dwc2_gadget_exit_hibernation()
|
| /linux-6.15/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 | 2395 int cdns2_gadget_resume(struct cdns2_device *pdev, bool hibernated) in cdns2_gadget_resume() argument 2408 if (hibernated) in cdns2_gadget_resume()
|
| /linux-6.15/Documentation/power/ |
| H A D | pci.rst | 643 the code and data of the "hibernated" kernel stored within the image, called the
|