Home
last modified time | relevance | path

Searched refs:PMSG_RECOVER (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/kernel/power/
H A Dhibernate.c369 (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE); in create_image()
411 dpm_complete(PMSG_RECOVER); in hibernation_snapshot()
435 msg = in_suspend ? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE; in hibernation_snapshot()
533 dpm_resume_start(PMSG_RECOVER); in resume_target_kernel()
563 dpm_resume_end(PMSG_RECOVER); in hibernation_restore()
/linux-6.15/include/linux/
H A Dpm.h556 #define PMSG_RECOVER ((struct pm_message){ .event = PM_EVENT_RECOVER, }) macro
/linux-6.15/drivers/base/power/
H A Dmain.c1206 return PMSG_RECOVER; in resume_event()