Home
last modified time | relevance | path

Searched refs:pm_device_on_power_domain (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/subsys/pm/power_domain/src/
Dmain.c290 zassert_false(pm_device_on_power_domain(deva), "deva is in the power domain."); in ZTEST()
292 zassert_true(pm_device_on_power_domain(deva), "deva is not in the power domain."); in ZTEST()
295 zassert_true(pm_device_on_power_domain(devc), "devc is not in the power domain."); in ZTEST()
297 zassert_false(pm_device_on_power_domain(devc), "devc in the power domain."); in ZTEST()
/Zephyr-latest/include/zephyr/pm/
Ddevice.h578 bool pm_device_on_power_domain(const struct device *dev);
688 static inline bool pm_device_on_power_domain(const struct device *dev) in pm_device_on_power_domain() function
/Zephyr-latest/drivers/led/
Dlp5569.c146 if (pm_device_on_power_domain(dev)) { in lp5569_init()
/Zephyr-latest/subsys/pm/
Ddevice.c326 bool pm_device_on_power_domain(const struct device *dev) in pm_device_on_power_domain() function
/Zephyr-latest/tests/drivers/dma/loop_transfer/src/
Dtest_dma_loop.c357 enum pm_device_state init_state = pm_device_on_power_domain(dma) ? in test_loop_repeated_start_stop()