Home
last modified time | relevance | path

Searched refs:PM_EVENT_QUIESCE (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Dpm.h531 #define PM_EVENT_QUIESCE 0x0008 macro
550 #define PMSG_QUIESCE ((struct pm_message){ .event = PM_EVENT_QUIESCE, })
570 (PM_EVENT_FREEZE | PM_EVENT_QUIESCE)) != 0)
760 #define PM_EVENT_PRETHAW PM_EVENT_QUIESCE
/linux-6.15/drivers/base/power/
H A Dmain.c77 case PM_EVENT_QUIESCE: in pm_verb()
355 case PM_EVENT_QUIESCE: in pm_op()
389 case PM_EVENT_QUIESCE: in pm_late_early_op()
423 case PM_EVENT_QUIESCE: in pm_noirq_op()
1205 case PM_EVENT_QUIESCE: in resume_event()
/linux-6.15/include/trace/events/
H A Dpower.h198 { PM_EVENT_QUIESCE, "quiesce" }, \
/linux-6.15/drivers/usb/core/
H A Ddriver.c1555 if (msg.event == PM_EVENT_FREEZE || msg.event == PM_EVENT_QUIESCE) { in choose_wakeup()