Home
last modified time | relevance | path

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

/linux/drivers/xen/
H A 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/kernel/power/
H A Dhibernate.c368 (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE); in create_image()
434 msg = in_suspend ? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE; in hibernation_snapshot()
632 dpm_resume_start(PMSG_RESTORE); in hibernation_platform_enter()
636 dpm_resume_end(PMSG_RESTORE); in hibernation_platform_enter()
/linux/kernel/
H A Dkexec_core.c1060 dpm_resume_start(PMSG_RESTORE); in kernel_kexec()
1062 dpm_resume_end(PMSG_RESTORE); in kernel_kexec()
/linux/drivers/usb/host/
H A Dxhci-plat.c521 return xhci_plat_resume_common(dev, PMSG_RESTORE); in xhci_plat_restore()
/linux/include/linux/
H A Dpm.h559 #define PMSG_RESTORE ((struct pm_message){ .event = PM_EVENT_RESTORE, }) macro
/linux/drivers/usb/core/
H A Dhcd-pci.c587 return resume_common(dev, PMSG_RESTORE); in hcd_pci_restore()
H A Dusb.c565 return usb_resume(dev, PMSG_RESTORE); in usb_dev_restore()
/linux/drivers/base/power/
H A Dmain.c1173 return PMSG_RESTORE; in resume_event()
/linux/sound/pci/hda/
H A Dhda_codec.c3026 dev->power.power_state = PMSG_RESTORE; in hda_codec_pm_restore()