zephyr/include/pm
Flavio Ceolin 32cc7bc039 pm: Implement function stubs when PM is not enabled
Create stubs for when the subsystem is not compiled. Some drivers need
to use constraints when are in the middle of a transaction to avoid
the system to sleep. As the same driver may be used in a target that
does not support power management, they have to conditionally (#if
CONFIG_PM) call these functions, these stubs avoid this regular problem.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2021-09-12 18:20:34 -04:00
..
device_runtime.h pm: device_runtime: Change API behavior s/_sync/_async 2021-05-26 10:56:55 -04:00
device.h pm: device: Remove transitional states 2021-08-27 17:47:10 -04:00
pm.h pm: Implement function stubs when PM is not enabled 2021-09-12 18:20:34 -04:00
policy.h pm: policy: Fix API documentation 2021-06-14 21:48:27 -04:00
state.h pm: state: Fix documentation 2021-06-14 17:37:27 -04:00