Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpm.h535 #define PM_EVENT_RESTORE 0x0040 macro
556 #define PMSG_RESTORE ((struct pm_message){ .event = PM_EVENT_RESTORE, })
/linux/drivers/usb/host/
H A Duhci-pci.c215 bool hibernated = (msg.event == PM_EVENT_RESTORE); in uhci_pci_resume()
H A Dohci-pci.c330 return ohci_resume(hcd, msg.event == PM_EVENT_RESTORE); in ohci_pci_resume()
H A Dehci-pci.c361 bool hibernated = (msg.event == PM_EVENT_RESTORE); in ehci_pci_resume()
H A Dxhci-pci.c837 bool power_lost = msg.event == PM_EVENT_RESTORE; in xhci_pci_resume()
/linux/drivers/base/power/
H A Dmain.c98 case PM_EVENT_RESTORE: in pm_verb()
377 case PM_EVENT_RESTORE: in pm_op()
411 case PM_EVENT_RESTORE: in pm_late_early_op()
445 case PM_EVENT_RESTORE: in pm_noirq_op()
600 if (pm_transition.event == PM_EVENT_RESTORE) in dev_pm_skip_resume()
/linux/sound/hda/codecs/realtek/
H A Drealtek.h219 ((codec)->core.dev.power.power_state.event == PM_EVENT_RESTORE)
H A Dalc269.c876 codec->core.dev.power.power_state.event == PM_EVENT_RESTORE) { in alc294_init()
/linux/include/trace/events/
H A Dpower.h181 { PM_EVENT_RESTORE, "restore" }, \