Home
last modified time | relevance | path

Searched refs:children (Results 51 – 75 of 470) sorted by relevance

12345678910>>...19

/openbmc/linux/drivers/mfd/
H A Dtwl6040.c638 int irq, ret, children = 0; in twl6040_probe() local
756 cell = &twl6040->cells[children]; in twl6040_probe()
762 children++; in twl6040_probe()
768 cell = &twl6040->cells[children]; in twl6040_probe()
774 children++; in twl6040_probe()
778 cell = &twl6040->cells[children]; in twl6040_probe()
780 children++; in twl6040_probe()
783 cell = &twl6040->cells[children]; in twl6040_probe()
785 children++; in twl6040_probe()
791 ret = mfd_add_devices(&client->dev, -1, twl6040->cells, children, in twl6040_probe()
H A Dretu-mfd.c124 const struct mfd_cell *children; member
131 .children = retu_devs,
138 .children = tahvo_devs,
274 ret = mfd_add_devices(rdev->dev, -1, rdat->children, rdat->nchildren, in retu_probe()
/openbmc/linux/drivers/net/mdio/
H A Dmdio-mux.c25 struct mdio_mux_child_bus *children; member
130 struct mdio_mux_child_bus *cb = pb->children; in mdio_mux_uninit_children()
235 cb->next = pb->children; in mdio_mux_init()
236 pb->children = cb; in mdio_mux_init()
239 if (pb->children) { in mdio_mux_init()
/openbmc/linux/tools/perf/util/
H A Dcall-path.c23 cp->children = RB_ROOT; in call_path__init()
92 p = &parent->children.rb_node; in call_path__findnew()
111 rb_insert_color(&cp->rb_node, &parent->children); in call_path__findnew()
/openbmc/u-boot/drivers/power/pmic/
H A Das3722.c129 int children; in as3722_bind() local
139 children = pmic_bind_children(dev, regulators_node, pmic_children_info); in as3722_bind()
140 if (!children) in as3722_bind()
/openbmc/linux/drivers/powercap/
H A Ddtpm.c72 list_for_each_entry(child, &dtpm->children, sibling) { in __get_power_uw()
91 list_for_each_entry(child, &dtpm->children, sibling) { in __dtpm_rebalance_weight()
174 if (!list_empty(&dtpm->children)) in dtpm_release_zone()
231 list_for_each_entry(child, &dtpm->children, sibling) { in __set_power_limit_uw()
322 INIT_LIST_HEAD(&dtpm->children); in dtpm_init()
398 list_add_tail(&dtpm->sibling, &parent->children); in dtpm_register()
622 list_for_each_entry_safe(child, aux, &dtpm->children, sibling) in __dtpm_destroy_hierarchy()
/openbmc/linux/tools/perf/scripts/python/
H A Dflamegraph.py59 self.children = []
66 "c": self.children
88 for child in node.children:
93 node.children.append(child)
/openbmc/phosphor-mrw-tools/
H A Dgen_occ_map.pl69 my $children = $targetObj->getTargetChildren($target);
71 for my $child (@{$children})
/openbmc/openbmc-test-automation/systest/
H A Dhtx_hardbootme_test.robot87 Set Suite Variable ${PREV_INV_FILE_PATH} children=true
88 Set Suite Variable ${INV_IGNORE_LIST} children=true
91 Set Suite Variable ${iteration} ${0} children=true
96 Set Suite Variable ${loop_body_seconds} children=true
100 Set Suite Variable ${estimated_loop_time} children=true
104 Set Suite Variable ${est_seconds_left} children=true
167 Set Suite Variable ${est_seconds_left} children=true
186 Set Suite Variable ${PREV_INV_FILE_PATH} children=true
242 Set Suite Variable ${rest_keyword} children=true
/openbmc/linux/scripts/
H A Dasn1_compiler.c686 struct element *children; member
942 element->children = alloc_elem(); in parse_type()
943 element = element->children; in parse_type()
1150 struct element *children, **child_p = &children, *element; in parse_compound() local
1193 children->flags &= ~ELEMENT_CONDITIONAL; in parse_compound()
1203 return children; in parse_compound()
1246 for (c = e->children; c; c = c->next) in dump_element()
1406 for (ce = e->children; ce; ce = ce->next) in render_out_of_line_list()
1471 render_element(out, e->children, e); in render_element()
1576 render_element(out, e->children, NULL); in render_element()
[all …]
H A Dcheck-sysctl-docs97 delete children
146 children[curtable][curentry] = child
/openbmc/linux/tools/power/cpupower/lib/
H A Dpowercap.c227 if (zone->children[i] == NULL) { in powercap_read_zone()
228 zone->children[i] = child_zone; in powercap_read_zone()
295 if (zone->children[i] != NULL) in powercap_walk_zones()
296 powercap_walk_zones(zone->children[i], f); in powercap_walk_zones()
/openbmc/openbmc/poky/scripts/
H A Doe-trim-schemas20 def children (elem, name=None): function
46 for locale in children(schema, "locale"):
/openbmc/webui-vue/src/env/router/
H A Dintel.js41 children: [ property in AnonymousClassfaeba7400101
67 children: [ property in AnonymousClassfaeba7400401
92 children: [ property in AnonymousClassfaeba7400701
H A Dibm.js38 children: [
64 children: [
81 children: [
/openbmc/linux/drivers/input/misc/
H A Dsoc_button_array.c48 struct platform_device *children[BUTTON_TYPES]; member
426 if (priv->children[i]) in soc_button_remove()
427 platform_device_unregister(priv->children[i]); in soc_button_remove()
480 priv->children[i] = pd; in soc_button_probe()
483 if (!priv->children[0] && !priv->children[1]) in soc_button_probe()
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dnand-macronix.txt14 in children nodes.
16 Required NAND chip properties in children mode:
/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py47 self.children = list()
57 self.children.append(new_child)
67 self.children.append(node)
76 for child in self.children:
78 self.children.remove(child)
90 for child in self.children:
106 for child in self.children:
126 for child in self.children:
148 for child in self.children:
209 for child in self.children:
[all …]
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_sched.c34 if (!root->children) { in ice_sched_add_root_node()
73 return start_node->children[i]; in ice_sched_find_node_by_teid()
193 if (!node->children) { in ice_sched_add_node()
296 return pi->root->children[i]; in ice_sched_get_tc_node()
340 parent->children[j - 1] = in ice_free_sched_node()
341 parent->children[j]; in ice_free_sched_node()
1189 node = node->children[0]; in ice_rm_dflt_leaf_node()
1227 node = node->children[0]; in ice_sched_rm_dflt_nodes()
1694 parent = parent->children[0]; in ice_sched_add_vsi_child_nodes()
2211 old_parent->children[j]; in ice_sched_update_parent()
[all …]
/openbmc/linux/drivers/phy/
H A Dphy-core.c142 for_each_child_of_node(phy_provider->children, child) in of_phy_provider_lookup()
1096 struct device_node *children, struct module *owner, in __of_phy_provider_register() argument
1107 if (children) { in __of_phy_provider_register()
1108 struct device_node *parent = of_node_get(children), *next; in __of_phy_provider_register()
1124 children = dev->of_node; in __of_phy_provider_register()
1132 phy_provider->children = of_node_get(children); in __of_phy_provider_register()
1159 struct device_node *children, struct module *owner, in __devm_of_phy_provider_register() argument
1169 phy_provider = __of_phy_provider_register(dev, children, owner, in __devm_of_phy_provider_register()
1195 of_node_put(phy_provider->children); in of_phy_provider_unregister()
/openbmc/linux/drivers/dma-buf/
H A Dst-dma-fence-chain.c391 atomic_t children; member
437 if (atomic_dec_and_test(&data->children)) in __find_race()
438 wake_up_var(&data->children); in __find_race()
461 atomic_set(&data.children, 0); in find_race()
468 atomic_inc(&data.children); in find_race()
472 wait_var_event_timeout(&data.children, in find_race()
473 !atomic_read(&data.children), in find_race()
/openbmc/webui-vue/src/router/
H A Droutes.js46 children: [ property in AnonymousClasse4a86fee0101
72 children: [ property in AnonymousClasse4a86fee0401
97 children: [ property in AnonymousClasse4a86fee0701
/openbmc/u-boot/scripts/dtc/
H A Dlivetree.c100 struct node *build_node(struct property *proplist, struct node *children) in build_node() argument
108 new->children = children; in build_node()
185 while (new_node->children) { in merge_nodes()
187 new_child = new_node->children; in merge_nodes()
188 new_node->children = new_child->next_sibling; in merge_nodes()
289 p = &parent->children; in add_child()
298 struct node *node = parent->children; in delete_node_by_name()
615 bootcpu = cpus->children; in guess_boot_cpuid()
741 node->children = tbl[0]; in sort_subnodes()
/openbmc/u-boot/arch/arm/mach-stm32mp/
H A Dpwr_regulator.c79 int children; in stm32mp_pwr_bind() local
81 children = pmic_bind_children(dev, dev->node, pwr_children_info); in stm32mp_pwr_bind()
82 if (!children) in stm32mp_pwr_bind()
/openbmc/linux/drivers/input/serio/
H A Dserio.c502 INIT_LIST_HEAD(&serio->children); in serio_init_port()
530 list_add_tail(&serio->child_node, &parent->children); in serio_add_port()
611 if (!list_empty(&s->children)) { in serio_reconnect_subtree()
612 s = list_first_entry(&s->children, in serio_reconnect_subtree()
626 if (!list_is_last(&s->child_node, &parent->children)) { in serio_reconnect_subtree()
649 while (!list_empty(&serio->children)) { in serio_disconnect_port()
652 while (!list_empty(&s->children)) in serio_disconnect_port()
653 s = list_first_entry(&s->children, in serio_disconnect_port()
719 list_for_each_entry_safe(s, next, &serio->children, child_node) { in serio_unregister_child_port()

12345678910>>...19