Home
last modified time | relevance | path

Searched refs:of_get_next_child (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/common/dpaax/
H A Ddpaa_of.h131 const struct device_node *of_get_next_child(const struct device_node *dev_node,
138 for (child = of_get_next_child(parent, NULL); child != NULL; \
139 child = of_get_next_child(parent, child))
H A Dversion.map15 of_get_next_child;
H A Ddpaa_of.c389 of_get_next_child(const struct device_node *dev_node, in of_get_next_child() function
/f-stack/dpdk/drivers/net/pfe/
H A Dpfe_ethdev.c886 gem = of_get_next_child(parent, gem); in pfe_get_gemac_if_proprties()