Home
last modified time | relevance | path

Searched refs:PMSG_RESTORE (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/drivers/xen/
Dmanage.c146 dpm_resume_start(si.cancelled ? PMSG_THAW : PMSG_RESTORE); in do_suspend()
159 dpm_resume_end(si.cancelled ? PMSG_THAW : PMSG_RESTORE); in do_suspend()
/linux-6.6.21/kernel/power/
Dhibernate.c359 (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE); in create_image()
425 msg = in_suspend ? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE; in hibernation_snapshot()
623 dpm_resume_start(PMSG_RESTORE); in hibernation_platform_enter()
627 dpm_resume_end(PMSG_RESTORE); in hibernation_platform_enter()
/linux-6.6.21/kernel/
Dkexec_core.c1297 dpm_resume_start(PMSG_RESTORE); in kernel_kexec()
1299 dpm_resume_end(PMSG_RESTORE); in kernel_kexec()
/linux-6.6.21/drivers/usb/host/
Dxhci-plat.c515 return xhci_plat_resume_common(dev, PMSG_RESTORE); in xhci_plat_restore()
/linux-6.6.21/include/linux/
Dpm.h559 #define PMSG_RESTORE ((struct pm_message){ .event = PM_EVENT_RESTORE, }) macro
/linux-6.6.21/drivers/usb/core/
Dhcd-pci.c587 return resume_common(dev, PMSG_RESTORE); in hcd_pci_restore()
Dusb.c565 return usb_resume(dev, PMSG_RESTORE); in usb_dev_restore()
/linux-6.6.21/drivers/base/power/
Dmain.c1157 return PMSG_RESTORE; in resume_event()
/linux-6.6.21/sound/pci/hda/
Dhda_codec.c3023 dev->power.power_state = PMSG_RESTORE; in hda_codec_pm_restore()