Home
last modified time | relevance | path

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

/linux-6.15/drivers/xen/
H A 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.15/kernel/power/
H A Dhibernate.c369 (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE); in create_image()
435 msg = in_suspend ? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE; in hibernation_snapshot()
638 dpm_resume_start(PMSG_RESTORE); in hibernation_platform_enter()
642 dpm_resume_end(PMSG_RESTORE); in hibernation_platform_enter()
/linux-6.15/kernel/
H A Dkexec_core.c1081 dpm_resume_start(PMSG_RESTORE); in kernel_kexec()
1083 dpm_resume_end(PMSG_RESTORE); in kernel_kexec()
/linux-6.15/drivers/usb/core/
H A Dhcd-pci.c597 return resume_common(dev, PMSG_RESTORE); in hcd_pci_restore()
H A Dusb.c565 return usb_resume(dev, PMSG_RESTORE); in usb_dev_restore()
/linux-6.15/include/linux/
H A Dpm.h555 #define PMSG_RESTORE ((struct pm_message){ .event = PM_EVENT_RESTORE, }) macro
/linux-6.15/drivers/base/power/
H A Dmain.c1208 return PMSG_RESTORE; in resume_event()
/linux-6.15/sound/pci/hda/
H A Dhda_codec.c3028 dev->power.power_state = PMSG_RESTORE; in hda_codec_pm_restore()