Lines Matching refs:of_root
261 if (!of_root) in of_unittest_check_tree_linkage()
266 child_count = of_unittest_check_node_linkage(of_root); in of_unittest_check_tree_linkage()
334 of_unittest_printf_one(of_root, "%pOFP", "/"); in of_unittest_printf()
1480 if (!of_root) { in unittest_data_add()
1481 of_root = unittest_data_node; in unittest_data_add()
1498 np->parent = of_root; in unittest_data_add()
3100 of_symbols = of_get_child_by_name(of_root, "__symbols__"); in of_unittest_overlay_high_level()
3116 for_each_child_of_node(of_root, base_child) { in of_unittest_overlay_high_level()
3134 np->parent = of_root; in of_unittest_overlay_high_level()
3138 for (last_sibling = np = of_root->child; np; np = np->sibling) in of_unittest_overlay_high_level()
3144 of_root->child = overlay_base_root->child; in of_unittest_overlay_high_level()