Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/pm/
Dpm.h56 struct pm_notifier { struct
93 void pm_notifier_register(struct pm_notifier *notifier);
106 int pm_notifier_unregister(struct pm_notifier *notifier);
184 static inline void pm_notifier_register(struct pm_notifier *notifier) in pm_notifier_register()
189 static inline int pm_notifier_unregister(struct pm_notifier *notifier) in pm_notifier_unregister()
/Zephyr-latest/subsys/pm/
Dpm.c52 struct pm_notifier *notifier; in pm_state_notify()
236 void pm_notifier_register(struct pm_notifier *notifier) in pm_notifier_register()
244 int pm_notifier_unregister(struct pm_notifier *notifier) in pm_notifier_unregister()
/Zephyr-latest/samples/boards/microchip/mec15xxevb_assy6853/power_management/src/
Dpower_mgmt.c259 static struct pm_notifier notifier = {
/Zephyr-latest/tests/subsys/pm/power_mgmt_soc/src/
Dpower_mgmt.c101 static struct pm_notifier notifier = {
/Zephyr-latest/tests/subsys/pm/power_mgmt/src/
Dmain.c336 static struct pm_notifier notifier = {
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst863 * New power state changes notification API :c:struct:`pm_notifier`