__of_get_next_child  744 drivers/of/base.c 	for (child = __of_get_next_child(parent, NULL); child != NULL; \
__of_get_next_child  745 drivers/of/base.c 	     child = __of_get_next_child(parent, child))
__of_get_next_child  763 drivers/of/base.c 	next = __of_get_next_child(node, prev);