Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/xen/
Dmanage.c146 dpm_resume_start(si.cancelled ? PMSG_THAW : PMSG_RESTORE); in do_suspend()
161 dpm_resume_end(si.cancelled ? PMSG_THAW : PMSG_RESTORE); in do_suspend()
/linux-4.4.14/kernel/power/
Dhibernate.c326 (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE); in create_image()
392 msg = in_suspend ? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE; in hibernation_snapshot()
579 dpm_resume_start(PMSG_RESTORE); in hibernation_platform_enter()
583 dpm_resume_end(PMSG_RESTORE); in hibernation_platform_enter()
/linux-4.4.14/include/linux/
Dpm.h475 #define PMSG_RESTORE ((struct pm_message){ .event = PM_EVENT_RESTORE, }) macro
/linux-4.4.14/kernel/
Dkexec_core.c1507 dpm_resume_start(PMSG_RESTORE); in kernel_kexec()
1509 dpm_resume_end(PMSG_RESTORE); in kernel_kexec()
/linux-4.4.14/drivers/usb/core/
Dusb.c355 return usb_resume(dev, PMSG_RESTORE); in usb_dev_restore()
/linux-4.4.14/drivers/base/power/
Dmain.c1002 return PMSG_RESTORE; in resume_event()