zephyr/tests/kernel/device/src
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
..
abstract_driver.c tests: kernel: remove usage of device_pm_control_nop 2021-04-28 12:53:09 -04:00
abstract_driver.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
bad_driver.c tests: kernel: remove usage of device_pm_control_nop 2021-04-28 12:53:09 -04:00
dummy_driver.c tests: kernel: remove usage of device_pm_control_nop 2021-04-28 12:53:09 -04:00
main.c pm: adjust busy check API call return types and naming 2021-07-30 09:28:42 -04:00
mmio.c tests: kernel: remove usage of device_pm_control_nop 2021-04-28 12:53:09 -04:00
test_driver_init.c tests: kernel: device: adjust for device pm changes 2021-04-27 16:28:49 -04:00