Home
last modified time | relevance | path

Searched refs:PM_EVENT_SUSPEND (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/include/linux/
Dpm.h444 #define PM_EVENT_SUSPEND 0x0002 macro
455 #define PM_EVENT_SLEEP (PM_EVENT_SUSPEND | PM_EVENT_HIBERNATE)
456 #define PM_EVENT_USER_SUSPEND (PM_EVENT_USER | PM_EVENT_SUSPEND)
459 #define PM_EVENT_AUTO_SUSPEND (PM_EVENT_AUTO | PM_EVENT_SUSPEND)
466 #define PMSG_SUSPEND ((struct pm_message){ .event = PM_EVENT_SUSPEND, })
/linux-4.19.296/drivers/base/power/
Dmain.c67 case PM_EVENT_SUSPEND: in pm_verb()
340 case PM_EVENT_SUSPEND: in pm_op()
375 case PM_EVENT_SUSPEND: in pm_late_early_op()
409 case PM_EVENT_SUSPEND: in pm_noirq_op()
1226 case PM_EVENT_SUSPEND: in resume_event()
2000 dev->power.direct_complete = state.event == PM_EVENT_SUSPEND && in device_prepare()
/linux-4.19.296/drivers/clk/renesas/
Drcar-gen3-cpg.c47 case PM_EVENT_SUSPEND: in cpg_simple_notifier_call()
Drenesas-cpg-mssr.c748 raw_notifier_call_chain(&priv->notifiers, PM_EVENT_SUSPEND, NULL); in cpg_mssr_suspend_noirq()
/linux-4.19.296/include/trace/events/
Dpower.h136 { PM_EVENT_SUSPEND, "suspend" }, \
/linux-4.19.296/drivers/pci/
Dpci.c1146 case PM_EVENT_SUSPEND: in pci_choose_state()