Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/xen/
Dmanage.c153 dpm_resume_start(si.cancelled ? PMSG_THAW : PMSG_RESTORE); in do_suspend()
167 dpm_resume_end(si.cancelled ? PMSG_THAW : PMSG_RESTORE); in do_suspend()
/linux-3.4.99/kernel/power/
Dhibernate.c309 (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE); in create_image()
375 msg = in_suspend ? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE; in hibernation_snapshot()
558 dpm_resume_start(PMSG_RESTORE); in hibernation_platform_enter()
562 dpm_resume_end(PMSG_RESTORE); in hibernation_platform_enter()
/linux-3.4.99/include/linux/
Dpm.h420 #define PMSG_RESTORE ((struct pm_message){ .event = PM_EVENT_RESTORE, }) macro
/linux-3.4.99/kernel/
Dkexec.c1587 dpm_resume_start(PMSG_RESTORE); in module_init()
1589 dpm_resume_end(PMSG_RESTORE); in module_init()
/linux-3.4.99/drivers/usb/core/
Dusb.c307 return usb_resume(dev, PMSG_RESTORE); in usb_dev_restore()
/linux-3.4.99/drivers/base/power/
Dmain.c818 return PMSG_RESTORE; in resume_event()