Searched refs:get_subnode (Results 1 – 4 of 4) sorted by relevance
| /linux/scripts/dtc/ |
| H A D | livetree.c | 555 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 D | flattree.c | 923 if (get_subnode(tree, "__fixups__") || get_subnode(tree, "__local_fixups__")) in dt_from_blob()
|
| H A D | dtc.h | 300 struct node *get_subnode(struct node *node, const char *nodename);
|
| H A D | checks.c | 371 if (get_subnode(node, "__overlay__")) { in check_unit_address_vs_reg()
|