Home
last modified time | relevance | path

Searched refs:PMSG_THAW (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/xen/
Dmanage.c143 dpm_resume_start(si.cancelled ? PMSG_THAW : PMSG_RESTORE); in do_suspend()
158 dpm_resume_end(si.cancelled ? PMSG_THAW : PMSG_RESTORE); in do_suspend()
/linux-4.19.296/include/linux/
Dpm.h469 #define PMSG_THAW ((struct pm_message){ .event = PM_EVENT_THAW, }) macro