Home
last modified time | relevance | path

Searched refs:device_supported_foreach (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/drivers/power_domain/
Dpower_domain_soc_state_change.c61 (void)device_supported_foreach(dev, pd_domain_visitor, &context); in pd_pm_action()
75 (void)device_supported_foreach(dev, pd_domain_visitor, &context); in pd_pm_action()
Dpower_domain_gpio.c79 (void)device_supported_foreach(dev, pd_on_domain_visitor, &context); in pd_gpio_pm_action()
86 (void)device_supported_foreach(dev, pd_on_domain_visitor, &context); in pd_gpio_pm_action()
Dpower_domain_gpio_monitor.c65 (void)device_supported_foreach(dev, pd_on_domain_visitor, &context); in pd_gpio_monitor_callback()
67 (void)device_supported_foreach(dev, pd_on_domain_visitor, &context); in pd_gpio_monitor_callback()
/Zephyr-latest/kernel/
Ddevice.c209 int device_supported_foreach(const struct device *dev, in device_supported_foreach() function
/Zephyr-latest/tests/lib/devicetree/devices/src/
Dmain.c304 zassert_equal(-ENOSPC, device_supported_foreach(dev, device_visitor, &ctx)); in ZTEST()
310 zassert_equal(1, device_supported_foreach(dev, device_visitor, &ctx)); in ZTEST()
/Zephyr-latest/subsys/pm/
Ddevice.c204 (void)device_supported_foreach(dev, pm_device_children_visitor, &visitor_context); in pm_device_children_action_run()
/Zephyr-latest/include/zephyr/
Ddevice.h806 int device_supported_foreach(const struct device *dev,