Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dpm.h523 #define PM_EVENT_RESTORE 0x0040 macro
544 #define PMSG_RESTORE ((struct pm_message){ .event = PM_EVENT_RESTORE, })
/Linux-v6.6/drivers/base/power/
Dmain.c84 case PM_EVENT_RESTORE: in pm_verb()
363 case PM_EVENT_RESTORE: in pm_op()
397 case PM_EVENT_RESTORE: in pm_late_early_op()
431 case PM_EVENT_RESTORE: in pm_noirq_op()
572 if (pm_transition.event == PM_EVENT_RESTORE) in dev_pm_skip_resume()
/Linux-v6.6/drivers/usb/host/
Dohci-pci.c307 return ohci_resume(hcd, msg.event == PM_EVENT_RESTORE); in ohci_pci_resume()
Duhci-pci.c215 bool hibernated = (msg.event == PM_EVENT_RESTORE); in uhci_pci_resume()
Dehci-pci.c361 bool hibernated = (msg.event == PM_EVENT_RESTORE); in ehci_pci_resume()
Dxhci.c965 bool hibernated = (msg.event == PM_EVENT_RESTORE); in xhci_resume()
/Linux-v6.6/include/trace/events/
Dpower.h164 { PM_EVENT_RESTORE, "restore" }, \
/Linux-v6.6/sound/pci/hda/
Dpatch_realtek.c920 ((codec)->core.dev.power.power_state.event == PM_EVENT_RESTORE)
3928 codec->core.dev.power.power_state.event == PM_EVENT_RESTORE) { in alc294_init()