Searched refs:pm_policy_state_lock_is_active (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/tests/subsys/pm/policy_api/src/ |
D | main.c | 86 active = pm_policy_state_lock_is_active(PM_STATE_RUNTIME_IDLE, PM_ALL_SUBSTATES); in ZTEST() 97 active = pm_policy_state_lock_is_active(PM_STATE_RUNTIME_IDLE, PM_ALL_SUBSTATES); in ZTEST() 108 active = pm_policy_state_lock_is_active(PM_STATE_RUNTIME_IDLE, PM_ALL_SUBSTATES); in ZTEST() 117 pm_policy_state_lock_is_active(PM_STATE_RUNTIME_IDLE, 1); in ZTEST() 128 active = pm_policy_state_lock_is_active(PM_STATE_RUNTIME_IDLE, 1); in ZTEST() 139 active = pm_policy_state_lock_is_active(PM_STATE_RUNTIME_IDLE, 1); in ZTEST()
|
/Zephyr-latest/soc/ite/ec/common/ |
D | policy.c | 23 if (pm_policy_state_lock_is_active( in pm_policy_next_state()
|
/Zephyr-latest/include/zephyr/pm/ |
D | policy.h | 138 bool pm_policy_state_lock_is_active(enum pm_state state, uint8_t substate_id); 233 static inline bool pm_policy_state_lock_is_active(enum pm_state state, uint8_t substate_id) in pm_policy_state_lock_is_active() function
|
/Zephyr-latest/subsys/pm/policy/ |
D | policy_default.c | 37 if (pm_policy_state_lock_is_active(state->state, state->substate_id)) { in pm_policy_next_state()
|
D | policy_state_lock.c | 73 bool pm_policy_state_lock_is_active(enum pm_state state, uint8_t substate_id) in pm_policy_state_lock_is_active() function
|
/Zephyr-latest/drivers/counter/ |
D | counter_smartbond_timer.c | 71 if (pm_policy_state_lock_is_active(PM_STATE_STANDBY, PM_ALL_SUBSTATES)) { in counter_smartbond_pm_policy_state_lock_put()
|
/Zephyr-latest/drivers/dma/ |
D | dma_smartbond.c | 191 if (pm_policy_state_lock_is_active(PM_STATE_STANDBY, PM_ALL_SUBSTATES)) { in dma_smartbond_pm_policy_state_lock_put()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.1.rst | 1033 * :c:func:`pm_constraint_get()` is now :c:func:`pm_policy_state_lock_is_active()`
|