Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/power/
Dhibernate.c332 (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE); in create_image()
374 dpm_complete(PMSG_RECOVER); in hibernation_snapshot()
398 msg = in_suspend ? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE; in hibernation_snapshot()
494 dpm_resume_start(PMSG_RECOVER); in resume_target_kernel()
524 dpm_resume_end(PMSG_RECOVER); in hibernation_restore()
/Linux-v4.19/include/linux/
Dpm.h471 #define PMSG_RECOVER ((struct pm_message){ .event = PM_EVENT_RECOVER, }) macro
/Linux-v4.19/drivers/base/power/
Dmain.c1198 return PMSG_RECOVER; in resume_event()