Searched refs:pm_state_force (Results 1 – 12 of 12) sorted by relevance
83 bool pm_state_force(uint8_t cpu, const struct pm_state_info *info);
87 pm_state_force(0u, &(struct pm_state_info){ PM_STATE_SOFT_OFF, 0, 0 }); in main()
84 pm_state_force(0u, &(struct pm_state_info) {PM_STATE_STANDBY, 0, 0}); in thread_poweroff_standby_mode()
106 bool pm_state_force(uint8_t cpu, const struct pm_state_info *info) in pm_state_force() function
470 bool ret = pm_state_force(0, &cpu_states[1]); in ZTEST()
33 * pm_state_force. The procedure is triggered by IPC
47 * pm_state_force. The procedure is triggered by IPC
59 /* PM_STATE_SOFT_OFF can be entered only by calling pm_state_force.
60 /* PM_STATE_SOFT_OFF can be entered only by calling pm_state_force.
45 /* PM_STATE_SOFT_OFF can be entered only by calling pm_state_force.
270 :c:func:`pm_state_force`. The new :c:func:`sys_poweroff` API must be used.
1026 * :c:func:`pm_power_state_force()` is now :c:func:`pm_state_force()`