Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/core/
H A Dof_access.c294 static struct device_node *__of_get_next_child(const struct device_node *node, in __of_get_next_child() function
317 for (child = __of_get_next_child(parent, NULL); child != NULL; \
318 child = __of_get_next_child(parent, child))
/OK3568_Linux_fs/kernel/drivers/of/
H A Dbase.c702 static struct device_node *__of_get_next_child(const struct device_node *node, in __of_get_next_child() function
718 for (child = __of_get_next_child(parent, NULL); child != NULL; \
719 child = __of_get_next_child(parent, child))
737 next = __of_get_next_child(node, prev); in of_get_next_child()