Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mfd/
H A 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 …]
H A 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()
/OK3568_Linux_fs/kernel/tools/lib/traceevent/plugins/
H A 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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/
H A Dsplit_fn_imps.hpp239 p_new_root->add_child(*child_b_it, pref_begin(*child_b_it), in split_insert_branch()
244 p_new_root->add_child(m_p_head->m_p_parent, in split_insert_branch()
H A Dinsert_join_fn_imps.hpp300 node_pointer p_pot_child = p_l->add_child(p_r, pref_begin(p_r), in rec_join()
453 p_new_nd->add_child(p_l, left_b_it, left_e_it, this); in insert_branch()
454 p_new_nd->add_child(p_r, right_b_it, right_e_it, this); in insert_branch()
H A Dconstructors_destructor_fn_imps.hpp211 p_ret->add_child(a_p_children[child_i], pref_begin(a_p_children[child_i]), in recursive_copy_node()
H A Dpat_trie_base.hpp404 add_child(node_pointer, a_const_iterator, a_const_iterator,
1143 add_child(node_pointer p_nd, a_const_iterator b_it, a_const_iterator e_it, in add_child() function in __gnu_pbds::detail::PB_DS_CLASS_C_DEC
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/
H A Dsplit_fn_imps.hpp239 p_new_root->add_child(*child_b_it, pref_begin(*child_b_it), in split_insert_branch()
244 p_new_root->add_child(m_p_head->m_p_parent, in split_insert_branch()
H A Dinsert_join_fn_imps.hpp300 node_pointer p_pot_child = p_l->add_child(p_r, pref_begin(p_r), in rec_join()
453 p_new_nd->add_child(p_l, left_b_it, left_e_it, this); in insert_branch()
454 p_new_nd->add_child(p_r, right_b_it, right_e_it, this); in insert_branch()
H A Dconstructors_destructor_fn_imps.hpp211 p_ret->add_child(a_p_children[child_i], pref_begin(a_p_children[child_i]), in recursive_copy_node()
H A Dpat_trie_base.hpp404 add_child(node_pointer, a_const_iterator, a_const_iterator,
1143 add_child(node_pointer p_nd, a_const_iterator b_it, a_const_iterator e_it, in add_child() function in __gnu_pbds::detail::PB_DS_CLASS_C_DEC
/OK3568_Linux_fs/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()
281 void add_child(struct node *parent, struct node *child) in add_child() function
768 add_child(parent, node); in build_and_name_child_node()
H A Ddtc.h211 void add_child(struct node *parent, struct node *child);
H A Dflattree.c778 add_child(node, child); in unflatten_tree()
/OK3568_Linux_fs/kernel/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
790 add_child(parent, node); in build_and_name_child_node()
H A Ddtc.h246 void add_child(struct node *parent, struct node *child);
H A Dflattree.c763 add_child(node, child); in unflatten_tree()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A 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()