zephyr/include/pm
Gerard Marull-Paretas 696caa0524 pm: policy: return a reference to the next state
Return a constant reference to the next state instead of a copy of
struct pm_state_info. When the next state should be active, just return
NULL. Struct copying should be in general avoided, specially in code
paths executed frequently as is this one.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-01-11 10:46:20 +01:00
..
device_runtime.h pm: device_runtime: suspend device on enable 2021-12-16 10:41:04 +01:00
device.h pm: device: Account state locked in action_run 2021-12-15 16:47:01 -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