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

/linux-master/drivers/xen/
H A Dmanage.c146 dpm_resume_start(si.cancelled ? PMSG_THAW : PMSG_RESTORE);
159 dpm_resume_end(si.cancelled ? PMSG_THAW : PMSG_RESTORE);
/linux-master/kernel/power/
H A Dhibernate.c368 (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE);
434 msg = in_suspend ? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE;
632 dpm_resume_start(PMSG_RESTORE);
636 dpm_resume_end(PMSG_RESTORE);
/linux-master/drivers/usb/core/
H A Dhcd-pci.c586 return resume_common(dev, PMSG_RESTORE);
H A Dusb.c565 return usb_resume(dev, PMSG_RESTORE);
/linux-master/drivers/usb/host/
H A Dxhci-plat.c518 return xhci_plat_resume_common(dev, PMSG_RESTORE);
/linux-master/include/linux/
H A Dpm.h559 #define PMSG_RESTORE ((struct pm_message){ .event = PM_EVENT_RESTORE, }) macro
/linux-master/kernel/
H A Dkexec_core.c1061 dpm_resume_start(PMSG_RESTORE);
1063 dpm_resume_end(PMSG_RESTORE);
/linux-master/drivers/base/power/
H A Dmain.c1173 return PMSG_RESTORE;
/linux-master/sound/pci/hda/
H A Dhda_codec.c3023 dev->power.power_state = PMSG_RESTORE;

Completed in 225 milliseconds