Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/kernel/power/
Dhibernate.c354 (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE); in create_image()
420 msg = in_suspend ? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE; in hibernation_snapshot()
618 dpm_resume_start(PMSG_RESTORE); in hibernation_platform_enter()
622 dpm_resume_end(PMSG_RESTORE); in hibernation_platform_enter()
/linux-5.19.10/kernel/
Dkexec_core.c1213 dpm_resume_start(PMSG_RESTORE); in kernel_kexec()
1215 dpm_resume_end(PMSG_RESTORE); in kernel_kexec()
/linux-5.19.10/include/linux/
Dpm.h522 #define PMSG_RESTORE ((struct pm_message){ .event = PM_EVENT_RESTORE, }) macro
/linux-5.19.10/drivers/usb/core/
Dusb.c488 return usb_resume(dev, PMSG_RESTORE); in usb_dev_restore()
/linux-5.19.10/drivers/base/power/
Dmain.c1169 return PMSG_RESTORE; in resume_event()
/linux-5.19.10/sound/pci/hda/
Dhda_codec.c3023 dev->power.power_state = PMSG_RESTORE; in hda_codec_pm_restore()