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