Home
last modified time | relevance | path

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

/system/libufdt/
Dufdt_convert.c239 static int count_phandle_node(struct ufdt_node *node) { in count_phandle_node() function
245 for_each_child(it, node) { res += count_phandle_node(*it); } in count_phandle_node()
277 res.len = count_phandle_node(tree->root); in build_phandle_table()