Home
last modified time | relevance | path

Searched refs:pm_state_force (Results 1 – 12 of 12) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/pm/
Dpm.h83 bool pm_state_force(uint8_t cpu, const struct pm_state_info *info);
/Zephyr-Core-3.7.0/samples/boards/mimxrt1060_evk/system_off/src/
Dmain.c87 pm_state_force(0u, &(struct pm_state_info){ PM_STATE_SOFT_OFF, 0, 0 }); in main()
/Zephyr-Core-3.7.0/samples/boards/stm32/power_mgmt/standby_shutdown/src/
Dmain.c84 pm_state_force(0u, &(struct pm_state_info) {PM_STATE_STANDBY, 0, 0}); in thread_poweroff_standby_mode()
/Zephyr-Core-3.7.0/subsys/pm/
Dpm.c106 bool pm_state_force(uint8_t cpu, const struct pm_state_info *info) in pm_state_force() function
/Zephyr-Core-3.7.0/tests/subsys/pm/power_mgmt/src/
Dmain.c470 bool ret = pm_state_force(0, &cpu_states[1]); in ZTEST()
/Zephyr-Core-3.7.0/dts/xtensa/intel/
Dintel_adsp_cavs25_tgph.dtsi33 * pm_state_force. The procedure is triggered by IPC
Dintel_adsp_cavs25.dtsi47 * pm_state_force. The procedure is triggered by IPC
Dintel_adsp_ace20_lnl.dtsi59 /* PM_STATE_SOFT_OFF can be entered only by calling pm_state_force.
Dintel_adsp_ace30_ptl.dtsi60 /* PM_STATE_SOFT_OFF can be entered only by calling pm_state_force.
Dintel_adsp_ace15_mtpm.dtsi45 /* PM_STATE_SOFT_OFF can be entered only by calling pm_state_force.
/Zephyr-Core-3.7.0/doc/releases/
Dmigration-guide-3.5.rst270 :c:func:`pm_state_force`. The new :c:func:`sys_poweroff` API must be used.
Drelease-notes-3.1.rst1026 * :c:func:`pm_power_state_force()` is now :c:func:`pm_state_force()`