Searched refs:add_child (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/tools/lib/traceevent/plugins/ |
D | plugin_function.c | 53 static void add_child(struct func_stack *stack, const char *child, int pos) in add_child() function 108 add_child(&fstack[cpu], child, i+1); in add_and_get_index() 114 add_child(&fstack[cpu], parent, 0); in add_and_get_index() 115 add_child(&fstack[cpu], child, 1); in add_and_get_index()
|
/linux-6.1.9/drivers/mfd/ |
D | dm355evm_msp.c | 239 static struct device *add_child(struct i2c_client *client, const char *name, in add_child() function 318 child = add_child(client, "leds-gpio", in add_children() 344 child = add_child(client, "rtc-dm355evm", in add_children() 352 child = add_child(client, "dm355evm_keys", in add_children()
|
D | twl-core.c | 651 static inline struct device *add_child(unsigned mod_no, const char *name, in add_child() function
|
/linux-6.1.9/scripts/dtc/ |
D | fstree.c | 58 add_child(tree, newchild); in read_fstree()
|
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 790 add_child(parent, node); in build_and_name_child_node()
|
D | dtc.h | 282 void add_child(struct node *parent, struct node *child);
|
D | flattree.c | 764 add_child(node, child); in unflatten_tree()
|
/linux-6.1.9/tools/perf/util/ |
D | callchain.c | 636 add_child(struct callchain_node *parent, in add_child() function 840 new = add_child(parent, cursor, period); in split_add_child() 906 rnode = add_child(root, cursor, period); in append_chain_children()
|