Home
last modified time | relevance | path

Searched refs:rt_ofw_get_next_available_child (Results 1 – 2 of 2) sorted by relevance

/components/drivers/include/drivers/
A Dofw.h197 struct rt_ofw_node *rt_ofw_get_next_available_child(const struct rt_ofw_node *parent, struct rt_ofw…
408 for (child = rt_ofw_get_next_available_child(parent, RT_NULL); child; \
409 child = rt_ofw_get_next_available_child(parent, child))
/components/drivers/ofw/
A Dbase.c819 struct rt_ofw_node *rt_ofw_get_next_available_child(const struct rt_ofw_node *parent, struct rt_ofw… in rt_ofw_get_next_available_child() function

Completed in 7 milliseconds