Home
last modified time | relevance | path

Searched refs:PMSG_THAW (Results 1 – 4 of 4) 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()
/linux-4.4.14/include/linux/
Dpm.h474 #define PMSG_THAW ((struct pm_message){ .event = PM_EVENT_THAW, }) macro
/linux-4.4.14/drivers/usb/core/
Dusb.c345 return usb_resume(dev, PMSG_THAW); in usb_dev_thaw()