Searched refs:pm_state_cpu_get_all (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-3.6.0/tests/subsys/pm/power_states_api/src/ |
D | main.c | 56 ret = pm_state_cpu_get_all(CONFIG_MP_MAX_NUM_CPUS + 1, &cpu_states); in ZTEST() 59 ret = pm_state_cpu_get_all(0U, &cpu_states); in ZTEST()
|
/Zephyr-Core-3.6.0/include/zephyr/pm/ |
D | state.h | 341 uint8_t pm_state_cpu_get_all(uint8_t cpu, const struct pm_state_info **states); 349 static inline uint8_t pm_state_cpu_get_all(uint8_t cpu, const struct pm_state_info **states) in pm_state_cpu_get_all() function
|
/Zephyr-Core-3.6.0/soc/riscv/ite_ec/common/ |
D | policy.c | 16 num_cpu_states = pm_state_cpu_get_all(cpu, &cpu_states); in pm_policy_next_state()
|
/Zephyr-Core-3.6.0/subsys/pm/ |
D | state.c | 59 uint8_t pm_state_cpu_get_all(uint8_t cpu, const struct pm_state_info **states) in pm_state_cpu_get_all() function
|
D | policy.c | 150 num_cpu_states = pm_state_cpu_get_all(cpu, &cpu_states); in pm_policy_next_state()
|
/Zephyr-Core-3.6.0/tests/subsys/pm/power_mgmt/src/ |
D | main.c | 458 uint8_t state = pm_state_cpu_get_all(1u, &cpu_states); in ZTEST()
|
/Zephyr-Core-3.6.0/drivers/serial/ |
D | uart_ns16550.c | 1020 num_cpu_states = pm_state_cpu_get_all(0U, &cpu_states); 1059 num_cpu_states = pm_state_cpu_get_all(0U, &cpu_states);
|
/Zephyr-Core-3.6.0/doc/releases/ |
D | release-notes-3.0.rst | 779 * Added a new API call :c:func:`pm_state_cpu_get_all` to obtain information
|