zephyr/include/pm
Jordan Yates 9e9fb319a7 pm: device: helper for running actions on children
Adds a helper function for running PM actions on child devices. A custom
implementation of `device_supported_foreach` is used as we don't
necessarily want the early exit behaviour of that function in the power
domain context.

The early exit behaviour can be obained through a return value in the
failure callback if that is desired.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2022-01-19 13:35:32 -05:00
..
device_runtime.h pm: device_runtime: suspend device on enable 2021-12-16 10:41:04 +01:00
device.h pm: device: helper for running actions on children 2022-01-19 13:35:32 -05:00
pm.h pm: remove irrelevant type qualifier on pm_power_state_next_get 2021-12-01 14:03:55 -06:00
policy.h pm: policy: return a reference to the next state 2022-01-11 10:46:20 +01:00
state.h pm: state: add pm_state_cpu_get_all 2022-01-11 10:46:20 +01:00