Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Dofw.h196 struct rt_ofw_node *rt_ofw_get_next_child(const struct rt_ofw_node *parent, struct rt_ofw_node *pre…
404 for (child = rt_ofw_get_next_child(parent, RT_NULL); \
405 child; child = rt_ofw_get_next_child(parent, child))
/components/drivers/i2c/
A Ddev_i2c_bus.c38 i2c_client_np = rt_ofw_get_next_child(child_np, RT_NULL); in i2c_bus_scan_clients()
/components/drivers/ofw/
A Dbase.c805 struct rt_ofw_node *rt_ofw_get_next_child(const struct rt_ofw_node *parent, struct rt_ofw_node *pre… in rt_ofw_get_next_child() function
828 next = rt_ofw_get_next_child(parent, next); in rt_ofw_get_next_available_child()

Completed in 11 milliseconds