Lines Matching refs:of_root
256 if (!of_root) in of_unittest_check_tree_linkage()
261 child_count = of_unittest_check_node_linkage(of_root); in of_unittest_check_tree_linkage()
329 of_unittest_printf_one(of_root, "%pOFP", "/"); in of_unittest_printf()
1472 if (!of_root) { in unittest_data_add()
1473 of_root = unittest_data_node; in unittest_data_add()
1490 np->parent = of_root; in unittest_data_add()
3278 of_symbols = of_get_child_by_name(of_root, "__symbols__"); in of_unittest_overlay_high_level()
3294 for_each_child_of_node(of_root, base_child) { in of_unittest_overlay_high_level()
3314 np->parent = of_root; in of_unittest_overlay_high_level()
3318 for (last_sibling = np = of_root->child; np; np = np->sibling) in of_unittest_overlay_high_level()
3324 of_root->child = overlay_base_root->child; in of_unittest_overlay_high_level()