Searched refs:PM_EVENT_RESTORE (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Dpm.h538 #define PM_EVENT_RESTORE 0x0040 macro
559 #define PMSG_RESTORE ((struct pm_message){ .event = PM_EVENT_RESTORE, })
/linux-master/drivers/usb/host/
H A Duhci-pci.c215 bool hibernated = (msg.event == PM_EVENT_RESTORE);
H A Dohci-pci.c307 return ohci_resume(hcd, msg.event == PM_EVENT_RESTORE);
H A Dehci-pci.c361 bool hibernated = (msg.event == PM_EVENT_RESTORE);
H A Dxhci.c1006 bool hibernated = (msg.event == PM_EVENT_RESTORE);
/linux-master/drivers/base/power/
H A Dmain.c83 case PM_EVENT_RESTORE:
362 case PM_EVENT_RESTORE:
396 case PM_EVENT_RESTORE:
430 case PM_EVENT_RESTORE:
571 if (pm_transition.event == PM_EVENT_RESTORE)
/linux-master/include/trace/events/
H A Dpower.h164 { PM_EVENT_RESTORE, "restore" }, \
/linux-master/sound/pci/hda/
H A Dpatch_realtek.c922 ((codec)->core.dev.power.power_state.event == PM_EVENT_RESTORE)
3945 codec->core.dev.power.power_state.event == PM_EVENT_RESTORE) {

Completed in 168 milliseconds