Searched refs:states (Results 1 – 25 of 64) sorted by relevance
123
16 static enum pm_state states[] = {PM_STATE_SUSPEND_TO_IDLE, enum30 zassert_true(ARRAY_SIZE(states) == dts_states_len, in test_power_states()34 zassert_true(memcmp(states, dts_states, sizeof(dts_states)) == 0, in test_power_states()
9 compatible = "test-power-states-api";10 cpu-power-states = <&state0 &state1 &state2>;
27 SOC Power State describes processor and device power states implemented at28 the SOC level. Power states are represented by :c:enum:`pm_state` and each61 Subsystem can put an idle system in one of the supported power states, based89 The power management subsystem contains a set of states based on92 The list of available power states is defined by :c:enum:`pm_state`. In93 general power states with higher indexes will offer greater power savings and94 have higher wake latencies. Following is a thorough list of available states:116 applications to set constraints on various power states preventing the117 system from transitiioning into these states. This can be used by devices when executing137 power state the system should transition to based on states defined by the[all …]
31 power-states {47 cpu-power-states = <&idle &suspend_to_ram>;
170 static inline void z_set_thread_states(struct k_thread *thread, uint32_t states) in z_set_thread_states() argument172 thread->base.thread_state |= states; in z_set_thread_states()176 uint32_t states) in z_reset_thread_states() argument178 thread->base.thread_state &= ~states; in z_reset_thread_states()
7 project(pm-states-test)
11 states. Each channel can drive up to 25 mA per LED.
11 states at a specified rate. Each channel can drive up to 25 mA
63 power-states {81 cpu-power-states = <&idle &standby>;
37 power-states {59 cpu-power-states = <&suspend_to_idle0 &suspend_to_idle1>;
31 cpu-power-states = <&stop0 &stop1 &stop2>;
58 power-states {74 cpu-power-states = <&idle &suspend_to_ram>;
49 power-states {71 cpu-power-states = <&suspend_to_idle0 &suspend_to_idle1>;
24 power-states {160 cpu-power-states = <&stop0 &stop1>;
72 power-states {90 cpu-power-states = <&idle &standby>;
23 power-states {87 cpu-power-states = <&stop0 &stop1 &stop2>;
25 power-states {188 cpu-power-states = <&stop0 &stop1>;
61 power-states {71 cpu-power-states = <&stop>;
64 power-states {87 cpu-power-states = <&stop0 &stop1 &stop2>;
19 -C gic_distributor.has-two-security-states=0
25 power-states {105 cpu-power-states = <&stop0 &stop1 &stop2>;
20 in core sleep states, as LPTIM (:ref:`dtbinding_st_stm32_lptim`).