Lines Matching refs:full_name
321 const char *full_name = "/testcase-data/platform-tests/test-device@1/dev@100"; in of_unittest_printf() local
324 np = of_find_node_by_path(full_name); in of_unittest_printf()
332 of_unittest_printf_one(np, "%pOF", full_name); in of_unittest_printf()
333 of_unittest_printf_one(np, "%pOFf", full_name); in of_unittest_printf()
650 i, args.np->full_name, rc); in of_unittest_parse_phandle_with_args_map()
1582 const char *full_name; in attach_node_and_children() local
1584 full_name = kasprintf(GFP_KERNEL, "%pOF", np); in attach_node_and_children()
1585 if (!full_name) in attach_node_and_children()
1588 if (!strcmp(full_name, "/__local_fixups__") || in attach_node_and_children()
1589 !strcmp(full_name, "/__fixups__")) { in attach_node_and_children()
1590 kfree(full_name); in attach_node_and_children()
1594 dup = of_find_node_by_path(full_name); in attach_node_and_children()
1595 kfree(full_name); in attach_node_and_children()
3277 if (!strcmp(prev_sibling->full_name, "refcount-node")) { in of_unittest_lifecycle()
3282 if (!strcmp(next_sibling->full_name, "refcount-node")) in of_unittest_lifecycle()
3609 if (!strcmp(np->full_name, base_child->full_name)) { in of_unittest_overlay_high_level()