Searched refs:pm_device_on_power_domain (Results 1 – 5 of 5) sorted by relevance
290 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()
578 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
146 if (pm_device_on_power_domain(dev)) { in lp5569_init()
326 bool pm_device_on_power_domain(const struct device *dev) in pm_device_on_power_domain() function
357 enum pm_device_state init_state = pm_device_on_power_domain(dma) ? in test_loop_repeated_start_stop()