Home
last modified time | relevance | path

Searched refs:child (Results 1 – 25 of 137) sorted by relevance

123456

/u-boot/arch/arm/mach-socfpga/
A Dpinmux_arria10.c12 static int do_pinctr_pin(const void *blob, int child, const char *node_name) in do_pinctr_pin() argument
20 base_addr = fdtdec_get_addr_size(blob, child, "reg", &size); in do_pinctr_pin()
22 cell = fdt_getprop(blob, child, "pinctrl-single,pins", &len); in do_pinctr_pin()
40 int child, len; in do_pinctrl_pins() local
43 child = fdt_first_subnode(blob, node); in do_pinctrl_pins()
45 if (child < 0) in do_pinctrl_pins()
48 node_name = fdt_get_name(blob, child, &len); in do_pinctrl_pins()
52 return do_pinctr_pin(blob, child, node_name); in do_pinctrl_pins()
54 child = fdt_next_subnode(blob, child); in do_pinctrl_pins()
56 if (child < 0) in do_pinctrl_pins()
[all …]
/u-boot/scripts/kconfig/
A Dconf.c232 struct menu *child; in conf_choice() local
267 for (child = menu->list; child; child = child->next) { in conf_choice()
322 for (child = menu->list; child; child = child->next) { in conf_choice()
323 if (!child->sym || !menu_is_visible(child)) in conf_choice()
328 if (!child) in conf_choice()
335 for (child = child->list; child; child = child->next) { in conf_choice()
337 conf(child); in conf_choice()
348 struct menu *child; in conf() local
405 for (child = menu->list; child; child = child->next) in conf()
406 conf(child); in conf()
[all …]
A Dmconf.c469 struct menu *child; in build_conf() local
533 for (child = menu->list; child; child = child->next) { in build_conf()
534 if (menu_is_visible(child) && child->sym == def_sym) in build_conf()
535 def_menu = child; in build_conf()
638 for (child = menu->list; child; child = child->next) in build_conf()
639 build_conf(child); in build_conf()
798 struct menu *child; in conf_choice() local
808 for (child = menu->list; child; child = child->next) { in conf_choice()
811 if (child->sym) in conf_choice()
834 if (!child->sym) in conf_choice()
[all …]
A Dnconf.c739 struct menu *child; in build_conf() local
800 for (child = menu->list; child; child = child->next) { in build_conf()
801 if (menu_is_visible(child) && child->sym == def_sym) in build_conf()
802 def_menu = child; in build_conf()
916 for (child = menu->list; child; child = child->next) in build_conf()
917 build_conf(child); in build_conf()
1250 for (i = 0, child = menu->list; child; child = child->next) { in conf_choice()
1257 else if (child->sym) in conf_choice()
1328 child = item_data(); in conf_choice()
1329 if (!child || !menu_is_visible(child) || !child->sym) in conf_choice()
[all …]
A Dgconf.c1091 struct menu *child; in fill_row() local
1097 for (child = menu->list; child; child = child->next) { in fill_row()
1100 def_menu = child; in fill_row()
1338 struct menu *child; in display_tree() local
1346 for (child = menu->list; child; child = child->next) { in display_tree()
1347 prop = child->prompt; in display_tree()
1348 sym = child->sym; in display_tree()
1365 place_node(child, fill_row(child)); in display_tree()
1428 struct menu *child; in fixup_rootmenu() local
1432 for (child = menu->list; child; child = child->next) { in fixup_rootmenu()
[all …]
A Dqconf.cc579 struct menu* child; in updateMenuList() local
597 for (child = menu->list; child; child = child->next) { in updateMenuList()
599 type = child->prompt ? child->prompt->type : P_UNKNOWN; in updateMenuList()
616 if (!child->sym && !child->list && !child->prompt) in updateMenuList()
644 struct menu* child; in updateMenuList() local
662 for (child = menu->list; child; child = child->next) { in updateMenuList()
664 type = child->prompt ? child->prompt->type : P_UNKNOWN; in updateMenuList()
681 if (!child->sym && !child->list && !child->prompt) in updateMenuList()
1801 struct menu *child; in fixup_rootmenu() local
1805 for (child = menu->list; child; child = child->next) { in fixup_rootmenu()
[all …]
/u-boot/common/
A Dcli_hush.c588 child->argv++; in builtin_exec()
1334 execvp(child->argv[0],child->argv);
1547 (void) &child;
1558 (void) &child;
1628 child->sp--;
1676 return cmd_process(flag, child->argc, child->argv,
2289 struct child_prog *child=ctx->child; local
2442 struct child_prog *child=ctx->child; local
2483 child->argv = realloc(child->argv, (argc+1)*sizeof(*child->argv));
2488 child->argv_nonnull = realloc(child->argv_nonnull,
[all …]
/u-boot/drivers/misc/
A Dgdsys_soc.c27 int gdsys_soc_get_fpga(struct udevice *child, struct udevice **fpga) in gdsys_soc_get_fpga() argument
31 if (!child->parent) { in gdsys_soc_get_fpga()
32 debug("%s: Invalid parent\n", child->name); in gdsys_soc_get_fpga()
36 if (!device_is_compatible(child->parent, "gdsys,soc")) { in gdsys_soc_get_fpga()
37 debug("%s: Not child of a gdsys soc\n", child->name); in gdsys_soc_get_fpga()
41 bus_priv = dev_get_priv(child->parent); in gdsys_soc_get_fpga()
A Dtegra_car.c20 struct udevice *child; in tegra_car_bpmp_bind() local
25 dev_ofnode(dev), &child); in tegra_car_bpmp_bind()
31 &child); in tegra_car_bpmp_bind()
A Dstm32_rcc.c44 struct udevice *child; in stm32_rcc_bind() local
59 dev_ofnode(dev), &child); in stm32_rcc_bind()
72 dev_ofnode(dev), &child); in stm32_rcc_bind()
/u-boot/lib/
A Dof_live.c121 np->sibling = dad->child; in unflatten_dt_node()
122 dad->child = np; in unflatten_dt_node()
233 if (!dryrun && np->child) { in unflatten_dt_node()
234 struct device_node *child = np->child; in unflatten_dt_node() local
235 np->child = NULL; in unflatten_dt_node()
236 while (child) { in unflatten_dt_node()
237 struct device_node *next = child->sibling; in unflatten_dt_node()
239 child->sibling = np->child; in unflatten_dt_node()
240 np->child = child; in unflatten_dt_node()
241 child = next; in unflatten_dt_node()
/u-boot/drivers/net/
A Dsandbox-raw-bus.c18 struct udevice *child; in eth_raw_bus_post_bind() local
40 device_bind_driver(dev, "eth_sandbox_raw", ub_ifname, &child); in eth_raw_bus_post_bind()
42 device_set_name_alloced(child); in eth_raw_bus_post_bind()
43 device_probe(child); in eth_raw_bus_post_bind()
44 priv = dev_get_priv(child); in eth_raw_bus_post_bind()
/u-boot/cmd/
A Dusb.c346 struct udevice *child; local
349 child;
408 struct udevice *child; local
411 child;
412 device_find_next_child(&child)) {
415 if (!device_active(child))
418 udev = dev_get_parent_priv(child);
609 struct udevice *child; local
614 child;
616 if (device_active(child) &&
[all …]
A Dclk.c20 struct udevice *child; in show_clks() local
49 list_for_each_entry(child, &dev->child_head, sibling_node) { in show_clks()
50 is_last = list_is_last(&child->sibling_node, &dev->child_head); in show_clks()
51 show_clks(child, depth, (last_flag << 1) | is_last); in show_clks()
/u-boot/drivers/power/domain/
A Dimx8-power-domain-legacy.c152 struct udevice *child; in imx8_power_domain_off_node() local
168 for (device_find_first_child(dev, &child); in imx8_power_domain_off_node()
169 child; in imx8_power_domain_off_node()
170 device_find_next_child(&child)) { in imx8_power_domain_off_node()
171 if (device_active(child)) { in imx8_power_domain_off_node()
203 struct udevice *child; in imx8_power_domain_off_parentnodes() local
226 for (device_find_first_child(parent, &child); child; in imx8_power_domain_off_parentnodes()
227 device_find_next_child(&child)) { in imx8_power_domain_off_parentnodes()
228 if (device_active(child)) { in imx8_power_domain_off_parentnodes()
230 dev_get_priv(child); in imx8_power_domain_off_parentnodes()
[all …]
/u-boot/doc/device-tree-bindings/i2c/
A Di2c-mux.txt3 An i2c bus multiplexer/switch will have several child busses that are
5 multiplexer/switch will have one child node for each child
12 Required properties for child nodes:
17 Optional properties for child nodes:
/u-boot/include/linux/
A Drbtree_augmented.h117 struct rb_node *child = node->rb_right, *tmp = node->rb_left; in __rb_erase_augmented() local
131 __rb_change_child(node, child, parent, root); in __rb_erase_augmented()
132 if (child) { in __rb_erase_augmented()
133 child->__rb_parent_color = pc; in __rb_erase_augmented()
138 } else if (!child) { in __rb_erase_augmented()
146 struct rb_node *successor = child, *child2; in __rb_erase_augmented()
147 tmp = child->rb_left; in __rb_erase_augmented()
182 successor->rb_right = child; in __rb_erase_augmented()
183 rb_set_parent(child, successor); in __rb_erase_augmented()
/u-boot/drivers/power/pmic/
A Dpmic-uclass.c25 struct udevice *child; in pmic_bind_children() local
41 child = NULL; in pmic_bind_children()
65 0, node, &child); in pmic_bind_children()
71 debug(" - bound child device: '%s'\n", child->name); in pmic_bind_children()
73 child->driver_data = trailing_strtol(node_name); in pmic_bind_children()
76 child->driver_data); in pmic_bind_children()
80 if (child) in pmic_bind_children()
A Dfan53555.c53 struct udevice *child; in pmic_fan53555_bind() local
65 dev_ofnode(dev), &child); in pmic_fan53555_bind()
/u-boot/scripts/dtc/
A Dlivetree.c103 struct node *child; in build_node() local
110 for_each_child(new, child) { in build_node()
111 child->parent = new; in build_node()
307 child->parent = parent; in add_child()
313 *p = child; in add_child()
332 struct node *child; in delete_node() local
336 delete_node(child); in delete_node()
504 struct node *child; in get_subnode() local
508 return child; in get_subnode()
516 struct node *child; in get_node_by_path() local
[all …]
/u-boot/doc/device-tree-bindings/w1/
A Dw1-gpio.txt6 the devices serial number and then search in the child nodes in the device tree
9 Also check doc/device-tree-bindings/w1-eeprom for possible child nodes drivers
30 Example with child:
A Dmxc-w1.txt5 the devices serial number and then search in the child nodes in the device tree
8 Also check doc/device-tree-bindings/w1-eeprom for possible child nodes drivers
29 Example with child:
/u-boot/drivers/core/
A Ddump.c16 struct udevice *child; in show_devices() local
42 list_for_each_entry(child, &dev->child_head, sibling_node) { in show_devices()
43 is_last = list_is_last(&child->sibling_node, &dev->child_head); in show_devices()
44 show_devices(child, depth + 1, (last_flag << 1) | is_last); in show_devices()
/u-boot/lib/acpi/
A Dacpi_dp.c84 acpi_dp_free(dp->child); in acpi_dp_free()
175 ret = acpi_dp_write_internal(ctx, dp->child); in acpi_dp_write_internal()
268 struct acpi_dp *child) in acpi_dp_add_child() argument
273 if (child->type != ACPI_DP_TYPE_TABLE) in acpi_dp_add_child()
278 new->child = child; in acpi_dp_add_child()
279 new->string = child->name; in acpi_dp_add_child()
/u-boot/doc/sphinx/
A DrstFlatTable.py332 for child in rowItem:
333 if (isinstance(child , nodes.comment)
334 or isinstance(child, nodes.system_message)):
336 elif isinstance(child , nodes.target):
337 target = child
338 elif isinstance(child, nodes.bullet_list):
340 cell = child

Completed in 59 milliseconds

123456