Searched refs:get_subnode (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | livetree.c | 501 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 D | dtc.h | 261 struct node *get_subnode(struct node *node, const char *nodename);
|
H A D | checks.c | 339 if (get_subnode(node, "__overlay__")) { in check_unit_address_vs_reg()
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | livetree.c | 501 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 D | dtc.h | 297 struct node *get_subnode(struct node *node, const char *nodename);
|
H A D | checks.c | 362 if (get_subnode(node, "__overlay__")) { in check_unit_address_vs_reg()
|
Completed in 10 milliseconds