Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dlivetree.c501 struct node *get_subnode(struct node *node, const char *nodename) in get_subnode() function
799 an = get_subnode(dt, name); in build_root_node()
976 nwn = get_subnode(wn, compp[i]); in add_local_fixup_entry()
H A Ddtc.h261 struct node *get_subnode(struct node *node, const char *nodename);
H A Dchecks.c339 if (get_subnode(node, "__overlay__")) { in check_unit_address_vs_reg()
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dlivetree.c481 struct node *get_subnode(struct node *node, const char *nodename) in get_subnode() function
777 an = get_subnode(dt, name); in build_root_node()
953 nwn = get_subnode(wn, compp[i]); in add_local_fixup_entry()
H A Ddtc.h225 struct node *get_subnode(struct node *node, const char *nodename);