Searched refs:rt_ofw_get_next_child (Results 1 – 3 of 3) sorted by relevance
196 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))
38 i2c_client_np = rt_ofw_get_next_child(child_np, RT_NULL); in i2c_bus_scan_clients()
805 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() function828 next = rt_ofw_get_next_child(parent, next); in rt_ofw_get_next_available_child()
Completed in 11 milliseconds