Home
last modified time | relevance | path

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

/Linux-v4.19/tools/lib/traceevent/
Dplugin_function.c59 static void add_child(struct func_stack *stack, const char *child, int pos) in add_child() function
114 add_child(&fstack[cpu], child, i+1); in add_and_get_index()
120 add_child(&fstack[cpu], parent, 0); in add_and_get_index()
121 add_child(&fstack[cpu], child, 1); in add_and_get_index()
/Linux-v4.19/drivers/mfd/
Dtwl-core.c664 static inline struct device *add_child(unsigned mod_no, const char *name, in add_child() function
727 child = add_child(TWL4030_MODULE_GPIO, "twl4030_gpio", in add_children()
735 child = add_child(TWL4030_MODULE_KEYPAD, "twl4030_keypad", in add_children()
744 child = add_child(TWL4030_MODULE_MADC, "twl4030_madc", in add_children()
759 child = add_child(TWL_MODULE_RTC, "twl_rtc", NULL, 0, in add_children()
766 child = add_child(TWL_MODULE_PWM, "twl-pwm", NULL, 0, in add_children()
773 child = add_child(TWL_MODULE_LED, "twl-pwmled", NULL, 0, in add_children()
824 child = add_child(TWL_MODULE_USB, "twl4030_usb", in add_children()
842 child = add_child(TWL_MODULE_PM_RECEIVER, "twl4030_wdt", NULL, in add_children()
849 child = add_child(TWL_MODULE_PM_MASTER, "twl4030_pwrbutton", in add_children()
[all …]
Ddm355evm_msp.c194 static struct device *add_child(struct i2c_client *client, const char *name, in add_child() function
298 child = add_child(client, "leds-gpio", in add_children()
324 child = add_child(client, "rtc-dm355evm", in add_children()
332 child = add_child(client, "dm355evm_keys", in add_children()
/Linux-v4.19/scripts/dtc/
Dfstree.c72 add_child(tree, newchild); in read_fstree()
Dlivetree.c223 add_child(old_node, new_child); in merge_nodes()
258 add_child(dt, node); in add_orphan_node()
302 void add_child(struct node *parent, struct node *child) in add_child() function
792 add_child(parent, node); in build_and_name_child_node()
Ddtc.h216 void add_child(struct node *parent, struct node *child);
Dflattree.c778 add_child(node, child); in unflatten_tree()
/Linux-v4.19/tools/perf/util/
Dcallchain.c623 add_child(struct callchain_node *parent, in add_child() function
826 new = add_child(parent, cursor, period); in split_add_child()
892 rnode = add_child(root, cursor, period); in append_chain_children()