Searched refs:for_each_child (Results 1 – 2 of 2) sorted by relevance
28 #define for_each_child(it, node) \ macro34 for_each_child(it, node) if (tag_of(*it) == FDT_PROP)37 for_each_child(it, node) if (tag_of(*it) == FDT_BEGIN_NODE)
291 for_each_child(it, node) { res += count_phandle_node(*it); } in count_phandle_node()