Searched refs:get_node_by_ref (Results 1 – 5 of 5) sorted by relevance
/linux/scripts/dtc/ |
A D | dtc-parser.y | 179 struct node *target = get_node_by_ref($1, $3); 198 struct node *target = get_node_by_ref($1, $2); 209 struct node *target = get_node_by_ref($1, $2); 228 struct node *target = get_node_by_ref($1, $3); 240 struct node *target = get_node_by_ref($1, $3);
|
A D | livetree.c | 582 struct node *get_node_by_ref(struct node *tree, const char *ref) in get_node_by_ref() function 873 if (!get_node_by_ref(dti->dt, m->ref)) in any_fixup_tree() 919 refnode = get_node_by_ref(dt, m->ref); in generate_fixups_tree_internal() 938 if (get_node_by_ref(dti->dt, m->ref)) in any_local_fixup_tree() 1000 refnode = get_node_by_ref(dt, m->ref); in generate_local_fixups_tree_internal()
|
A D | dtc-parser.tab.c | 1445 struct node *target = get_node_by_ref((yyvsp[-3].node), (yyvsp[-1].labelref)); in yyparse() 1466 struct node *target = get_node_by_ref((yyvsp[-2].node), (yyvsp[-1].labelref)); in yyparse() 1479 struct node *target = get_node_by_ref((yyvsp[-2].node), (yyvsp[-1].labelref)); in yyparse() 1500 struct node *target = get_node_by_ref((yyvsp[-3].node), (yyvsp[-1].labelref)); in yyparse() 1514 struct node *target = get_node_by_ref((yyvsp[-3].node), (yyvsp[-1].labelref)); in yyparse()
|
A D | dtc.h | 301 struct node *get_node_by_ref(struct node *tree, const char *ref);
|
A D | checks.c | 506 if (node != get_node_by_ref(root, m->ref)) in check_phandle_prop() 616 refnode = get_node_by_ref(dt, m->ref); in fixup_phandle_references() 651 refnode = get_node_by_ref(dt, m->ref); in fixup_path_references()
|
Completed in 14 milliseconds