Home
last modified time | relevance | path

Searched refs:add_child (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/scripts/dtc/
H A Dfstree.c58 add_child(tree, newchild); in read_fstree()
H A Dlivetree.c216 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 Ddtc.h282 void add_child(struct node *parent, struct node *child);
H A Dflattree.c764 add_child(node, child); in unflatten_tree()
/openbmc/u-boot/scripts/dtc/
H A Dfstree.c72 add_child(tree, newchild); in read_fstree()
H A Dlivetree.c209 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 Ddtc.h212 void add_child(struct node *parent, struct node *child);
H A Dflattree.c778 add_child(node, child); in unflatten_tree()
/openbmc/linux/tools/perf/util/
H A Dcallchain.c638 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()