Lines Matching +full:power +full:- +full:state +full:- +full:name
2 # SPDX-License-Identifier: Apache-2.0
4 description: Properties for power management state
6 compatible: "zephyr,power-state"
9 power-state-name:
12 description: indicates a power state
14 - "active"
15 - "runtime-idle"
16 - "suspend-to-idle"
17 - "standby"
18 - "suspend-to-ram"
19 - "suspend-to-disk"
20 - "soft-off"
21 substate-id:
24 min-residency-us:
28 given idle state to be worthwhile energywise. It includes the time to enter
29 in this state.
30 exit-latency-us:
33 Worst case latency in microseconds required to exit the idle state.
34 zephyr,pm-device-disabled:
37 Disable system managed device power management for this state. When set,
38 the power management subsystem will not suspend devices before entering
39 this state.