Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/xen/
Dmanage.c143 dpm_resume_start(si.cancelled ? PMSG_THAW : PMSG_RESTORE); in do_suspend()
158 dpm_resume_end(si.cancelled ? PMSG_THAW : PMSG_RESTORE); in do_suspend()
/Linux-v4.19/kernel/power/
Dhibernate.c332 (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE); in create_image()
398 msg = in_suspend ? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE; in hibernation_snapshot()
594 dpm_resume_start(PMSG_RESTORE); in hibernation_platform_enter()
598 dpm_resume_end(PMSG_RESTORE); in hibernation_platform_enter()
/Linux-v4.19/kernel/
Dkexec_core.c1180 dpm_resume_start(PMSG_RESTORE); in kernel_kexec()
1182 dpm_resume_end(PMSG_RESTORE); in kernel_kexec()
/Linux-v4.19/include/linux/
Dpm.h470 #define PMSG_RESTORE ((struct pm_message){ .event = PM_EVENT_RESTORE, }) macro
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/
Daq_pci_func.c349 pm_message_t pm_msg = PMSG_RESTORE; in aq_pci_resume()
/Linux-v4.19/drivers/usb/core/
Dusb.c491 return usb_resume(dev, PMSG_RESTORE); in usb_dev_restore()
/Linux-v4.19/drivers/base/power/
Dmain.c1200 return PMSG_RESTORE; in resume_event()