zephyr/subsys/pm
Flavio Ceolin 0b13b44a66 pm: device: Dynamically add a device to a power domain
Add API to add devices to a power domain in runtime. The number of
devices that can be added is defined in build time.

The script gen_handles.py will check the number defined in
`CONFIG_PM_DEVICE_POWER_DOMAIN_DYNAMIC` to resize the handles vector,
adding empty slots in the supported sector to be used later.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2022-04-18 17:25:01 -07:00
..
CMakeLists.txt
Kconfig pm: device: Dynamically add a device to a power domain 2022-04-18 17:25:01 -07:00
device.c pm: device: Dynamically add a device to a power domain 2022-04-18 17:25:01 -07:00
device_runtime.c
pm.c
pm_stats.c
pm_stats.h
policy.c
state.c