Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpm.h534 #define PM_EVENT_RESTORE 0x0040 macro
555 #define PMSG_RESTORE ((struct pm_message){ .event = PM_EVENT_RESTORE, })
/linux-6.15/drivers/base/power/
H A Dmain.c83 case PM_EVENT_RESTORE: in pm_verb()
362 case PM_EVENT_RESTORE: in pm_op()
396 case PM_EVENT_RESTORE: in pm_late_early_op()
430 case PM_EVENT_RESTORE: in pm_noirq_op()
585 if (pm_transition.event == PM_EVENT_RESTORE) in dev_pm_skip_resume()
/linux-6.15/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.c812 bool power_lost = msg.event == PM_EVENT_RESTORE; in xhci_pci_resume()
/linux-6.15/include/trace/events/
H A Dpower.h201 { PM_EVENT_RESTORE, "restore" }, \
/linux-6.15/sound/pci/hda/
H A Dpatch_realtek.c931 ((codec)->core.dev.power.power_state.event == PM_EVENT_RESTORE)
4018 codec->core.dev.power.power_state.event == PM_EVENT_RESTORE) { in alc294_init()