Home
last modified time | relevance | path

Searched defs:notifier (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/pm/
Dpm.h179 static inline void pm_notifier_register(struct pm_notifier *notifier) in pm_notifier_register()
184 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() local
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/tests/subsys/pm/power_mgmt_soc/src/
Dpower_mgmt.c101 static struct pm_notifier notifier = { variable
/Zephyr-latest/samples/boards/microchip/mec15xxevb_assy6853/power_management/src/
Dpower_mgmt.c259 static struct pm_notifier notifier = { variable
/Zephyr-latest/tests/subsys/pm/power_mgmt/src/
Dmain.c336 static struct pm_notifier notifier = { variable