Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/xen/
Dmanage.c144 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-v5.4/kernel/power/
Dhibernate.c340 (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE); in create_image()
406 msg = in_suspend ? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE; in hibernation_snapshot()
/Linux-v5.4/include/linux/
Dpm.h457 #define PMSG_THAW ((struct pm_message){ .event = PM_EVENT_THAW, }) macro
/Linux-v5.4/drivers/usb/core/
Dusb.c480 return usb_resume(dev, PMSG_THAW); in usb_dev_thaw()
/Linux-v5.4/sound/pci/hda/
Dhda_codec.c2986 dev->power.power_state = PMSG_THAW; in hda_codec_pm_thaw()