Searched refs:hibernated (Results 1 – 12 of 12) sorted by relevance
/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.h | 740 extern int ohci_resume(struct usb_hcd *hcd, bool hibernated);
|
H A D | ohci-hcd.c | 1133 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume() argument 1142 if (hibernated) in ohci_resume()
|
/linux/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, an [all...] |
/linux/drivers/usb/dwc2/ |
H A D | core_intr.c | 742 hsotg->hibernated = 0; in dwc_handle_gpwrdn_disc_det() 765 * Device mode while core is in hibernated state. 793 hsotg->hibernated) { in dwc2_handle_gpwrdn_intr() 869 /* In case of hibernated state gintsts must not work */ in dwc2_handle_common_intr() 870 if (hsotg->hibernated) { in dwc2_handle_common_intr()
|
H A D | platform.c | 313 if (hsotg->hibernated) { in dwc2_driver_remove() 608 hsotg->hibernated = 0; in dwc2_driver_probe()
|
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 | 5422 hsotg->hibernated = 1; in dwc2_gadget_enter_hibernation() 5482 if (!hsotg->hibernated) { in dwc2_gadget_exit_hibernation() 5557 hsotg->hibernated = 0; in dwc2_gadget_exit_hibernation()
|
/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 | 2395 int cdns2_gadget_resume(struct cdns2_device *pdev, bool hibernated) in cdns2_gadget_resume() argument 2408 if (hibernated) in cdns2_gadget_resume()
|
/linux/Documentation/power/ |
H A D | pci.rst | 643 the code and data of the "hibernated" kernel stored within the image, called the
|