Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/power/
Dhibernate.c358 (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE); in create_image()
424 msg = in_suspend ? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE; in hibernation_snapshot()
872 dpm_resume_start(PMSG_THAW); in hibernate_quiet_exec()
875 dpm_resume(PMSG_THAW); in hibernate_quiet_exec()
880 dpm_complete(PMSG_THAW); in hibernate_quiet_exec()
/linux-6.1.9/drivers/xen/
Dmanage.c146 dpm_resume_start(si.cancelled ? PMSG_THAW : PMSG_RESTORE); in do_suspend()
159 dpm_resume_end(si.cancelled ? PMSG_THAW : PMSG_RESTORE); in do_suspend()
/linux-6.1.9/include/linux/
Dpm.h530 #define PMSG_THAW ((struct pm_message){ .event = PM_EVENT_THAW, }) macro
/linux-6.1.9/drivers/usb/core/
Dusb.c478 return usb_resume(dev, PMSG_THAW); in usb_dev_thaw()
/linux-6.1.9/sound/pci/hda/
Dhda_codec.c3016 dev->power.power_state = PMSG_THAW; in hda_codec_pm_thaw()