Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/dtc/
H A Dlivetree.c482 struct node *get_subnode(struct node *node, const char *nodename) in get_subnode() function
781 an = get_subnode(dt, name); in build_root_node()
957 nwn = get_subnode(wn, compp[i]); in add_local_fixup_entry()
H A Ddtc.h226 struct node *get_subnode(struct node *node, const char *nodename);
/openbmc/linux/scripts/dtc/
H A Dlivetree.c501 struct node *get_subnode(struct node *node, const char *nodename) in get_subnode() function
826 an = get_subnode(dt, name); in build_root_node()
1009 nwn = get_subnode(wn, compp[i]); in add_local_fixup_entry()
H A Ddtc.h297 struct node *get_subnode(struct node *node, const char *nodename);
H A Dchecks.c362 if (get_subnode(node, "__overlay__")) { in check_unit_address_vs_reg()