Searched refs:device_supported_foreach (Results  1 – 7 of 7) sorted by relevance
| /Zephyr-latest/drivers/power_domain/ | 
| D | power_domain_soc_state_change.c | 61 				(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()
 
 | 
| D | power_domain_gpio.c | 79 		(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()
 
 | 
| D | power_domain_gpio_monitor.c | 65 		(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/ | 
| D | device.c | 209 int device_supported_foreach(const struct device *dev,  in device_supported_foreach()  function
 | 
| /Zephyr-latest/tests/lib/devicetree/devices/src/ | 
| D | main.c | 304 	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/ | 
| D | device.c | 204 	(void)device_supported_foreach(dev, pm_device_children_visitor, &visitor_context);  in pm_device_children_action_run()
 | 
| /Zephyr-latest/include/zephyr/ | 
| D | device.h | 806 int device_supported_foreach(const struct device *dev,
 |