Home
last modified time | relevance | path

Searched refs:PM_DEVICE_FLAG_TURN_ON_FAILED (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/pm/
Ddevice.c77 atomic_set_bit(&pm->flags, PM_DEVICE_FLAG_TURN_ON_FAILED); in pm_device_action_run()
93 atomic_clear_bit(&pm->flags, PM_DEVICE_FLAG_TURN_ON_FAILED); in pm_device_action_run()
Ddevice_runtime.c217 if (atomic_test_bit(&pm->base.flags, PM_DEVICE_FLAG_TURN_ON_FAILED)) { in pm_device_runtime_get()
/Zephyr-latest/include/zephyr/pm/
Ddevice.h35 PM_DEVICE_FLAG_TURN_ON_FAILED, enumerator