Lines Matching refs:of_root
238 if (!of_root) in of_unittest_check_tree_linkage()
243 child_count = of_unittest_check_node_linkage(of_root); in of_unittest_check_tree_linkage()
307 of_unittest_printf_one(of_root, "%pOFP", "/"); in of_unittest_printf()
1177 if (!of_root) { in unittest_data_add()
1178 of_root = unittest_data_node; in unittest_data_add()
1192 np->parent = of_root; in unittest_data_add()
2346 of_symbols = of_get_child_by_name(of_root, "__symbols__"); in of_unittest_overlay_high_level()
2361 if (of_get_child_by_name(of_root, np->name)) { in of_unittest_overlay_high_level()
2377 np->parent = of_root; in of_unittest_overlay_high_level()
2381 for (last_sibling = np = of_root->child; np; np = np->sibling) in of_unittest_overlay_high_level()
2387 of_root->child = overlay_base_root->child; in of_unittest_overlay_high_level()