Searched refs:add_child (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/scripts/dtc/ |
H A D | fstree.c | 58 add_child(tree, newchild); in read_fstree()
|
H A D | livetree.c | 216 add_child(old_node, new_child); in merge_nodes() 254 add_child(dt, node); in add_orphan_node() 298 void add_child(struct node *parent, struct node *child) in add_child() function 817 add_child(parent, node); in build_and_name_child_node()
|
H A D | dtc.h | 282 void add_child(struct node *parent, struct node *child);
|
H A D | flattree.c | 764 add_child(node, child); in unflatten_tree()
|
/openbmc/u-boot/scripts/dtc/ |
H A D | fstree.c | 72 add_child(tree, newchild); in read_fstree()
|
H A D | livetree.c | 209 add_child(old_node, new_child); in merge_nodes() 238 add_child(dt, node); in add_orphan_node() 282 void add_child(struct node *parent, struct node *child) in add_child() function 772 add_child(parent, node); in build_and_name_child_node()
|
H A D | dtc.h | 212 void add_child(struct node *parent, struct node *child);
|
H A D | flattree.c | 778 add_child(node, child); in unflatten_tree()
|
/openbmc/linux/tools/perf/util/ |
H A D | callchain.c | 638 add_child(struct callchain_node *parent, in add_child() function 843 new = add_child(parent, cursor, period); in split_add_child() 909 rnode = add_child(root, cursor, period); in append_chain_children()
|