Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mfd/
Dtwl-core.c651 static inline struct device *add_child(unsigned mod_no, const char *name, in add_child() function
714 child = add_child(TWL4030_MODULE_GPIO, "twl4030_gpio", in add_children()
722 child = add_child(TWL4030_MODULE_KEYPAD, "twl4030_keypad", in add_children()
731 child = add_child(TWL4030_MODULE_MADC, "twl4030_madc", in add_children()
746 child = add_child(TWL_MODULE_RTC, "twl_rtc", NULL, 0, in add_children()
753 child = add_child(TWL_MODULE_PWM, "twl-pwm", NULL, 0, in add_children()
760 child = add_child(TWL_MODULE_LED, "twl-pwmled", NULL, 0, in add_children()
811 child = add_child(TWL_MODULE_USB, "twl4030_usb", in add_children()
829 child = add_child(TWL_MODULE_PM_RECEIVER, "twl4030_wdt", NULL, in add_children()
836 child = add_child(TWL_MODULE_PM_MASTER, "twl4030_pwrbutton", in add_children()
[all …]
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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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.h246 void add_child(struct node *parent, struct node *child);
Dflattree.c763 add_child(node, child); in unflatten_tree()
/kernel/linux/linux-5.10/tools/perf/util/
Dcallchain.c630 add_child(struct callchain_node *parent, in add_child() function
834 new = add_child(parent, cursor, period); in split_add_child()
900 rnode = add_child(root, cursor, period); in append_chain_children()