Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/traceevent/plugins/
Dplugin_function.c53 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/
Ddm355evm_msp.c239 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()
Dtwl-core.c651 static inline struct device *add_child(unsigned mod_no, const char *name, in add_child() function
/linux-6.1.9/scripts/dtc/
Dfstree.c58 add_child(tree, newchild); in read_fstree()
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
790 add_child(parent, node); in build_and_name_child_node()
Ddtc.h282 void add_child(struct node *parent, struct node *child);
Dflattree.c764 add_child(node, child); in unflatten_tree()
/linux-6.1.9/tools/perf/util/
Dcallchain.c636 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()