Home
last modified time | relevance | path

Searched refs:get_subnode (Results 1 – 4 of 4) sorted by relevance

/linux/scripts/dtc/
H A Dlivetree.c555 struct node *get_subnode(struct node *node, const char *nodename) in get_subnode() function
887 an = get_subnode(dt, name); in build_root_node()
1120 an = get_subnode(dti->dt, name); in generate_labels_from_tree()
1159 an = get_subnode(dti->dt, name); in fixup_phandles()
1293 struct node *subnode = get_subnode(n, lfsubnode->name); in local_fixup_phandles_node()
1310 an = get_subnode(dti->dt, name); in local_fixup_phandles()
H A Dflattree.c923 if (get_subnode(tree, "__fixups__") || get_subnode(tree, "__local_fixups__")) in dt_from_blob()
H A Ddtc.h300 struct node *get_subnode(struct node *node, const char *nodename);
H A Dchecks.c371 if (get_subnode(node, "__overlay__")) { in check_unit_address_vs_reg()