Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/pm/
Ddevice.h50 PM_DEVICE_FLAG_RUNTIME_AUTO, enumerator
227 << PM_DEVICE_FLAG_RUNTIME_AUTO) | \
/Zephyr-latest/subsys/pm/
Ddevice.c385 atomic_test_bit(&pm->flags, PM_DEVICE_FLAG_RUNTIME_AUTO)) { in pm_device_driver_init()
Ddevice_runtime.c379 if (!pm || !atomic_test_bit(&pm->flags, PM_DEVICE_FLAG_RUNTIME_AUTO)) { in pm_device_runtime_auto_enable()