zephyr/subsys/pm
Gerard Marull-Paretas 6c3beb928e pm: adjust busy check API call return types and naming
Busy check APIs now return boolean type. Due to that change, the
function names have also been adjusted. The common name pattern for
boolean check type APIs is "PREFIX_is_CONDITION". For example,
"pm_device_is_busy".  pm_device_busy_check has been renamed to
pm_device_is_busy and pm_device_any_busy_check to pm_device_is_any_busy.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-07-30 09:28:42 -04:00
..
policy soc: cc13x2: Use residency policy 2021-07-21 17:54:40 +03:00
CMakeLists.txt pm: move device_pm.c to device_runtime.c 2021-05-05 18:35:49 -04:00
device_runtime.c pm: remove callback from control function 2021-07-13 09:36:45 -04:00
device.c pm: adjust busy check API call return types and naming 2021-07-30 09:28:42 -04:00
Kconfig pm: device: remove CONFIG_PM_MAX_DEVICES 2021-05-29 07:38:06 -04:00
pm_ctrl.c pm: Fix policy manager header 2021-06-14 21:48:27 -04:00
pm_priv.h pm: Fix policy manager header 2021-06-14 21:48:27 -04:00
power.c pm: Avoid weak function clash 2021-07-26 04:31:54 -04:00