Home
last modified time | relevance | path

Searched full:children (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/linux-3.3/drivers/mfd/
Dwl1273-core.c191 int children = 0; in wl1273_core_probe() local
201 if (!(pdata->children & WL1273_RADIO_CHILD)) { in wl1273_core_probe()
218 cell = &core->cells[children]; in wl1273_core_probe()
222 children++; in wl1273_core_probe()
230 if (pdata->children & WL1273_CODEC_CHILD) { in wl1273_core_probe()
231 cell = &core->cells[children]; in wl1273_core_probe()
237 children++; in wl1273_core_probe()
240 dev_dbg(&client->dev, "%s: number of children: %d.\n", in wl1273_core_probe()
241 __func__, children); in wl1273_core_probe()
244 children, NULL, 0); in wl1273_core_probe()
Dtwl6040-core.c502 int ret, children = 0; in twl6040_probe() local
564 cell = &twl6040->cells[children]; in twl6040_probe()
572 children++; in twl6040_probe()
578 cell = &twl6040->cells[children]; in twl6040_probe()
587 children++; in twl6040_probe()
590 if (children) { in twl6040_probe()
592 children, NULL, 0); in twl6040_probe()
596 dev_err(&pdev->dev, "No platform data found for children\n"); in twl6040_probe()
/linux-3.3/tools/perf/util/
Dcallchain.c30 list_for_each_entry(child, &parent->children, siblings)
33 list_for_each_entry_safe(child, next, &parent->children, siblings)
168 * will become the new parent of it's parent children
181 INIT_LIST_HEAD(&new->children); in create_child()
187 list_splice(&parent->children, &new->children); in create_child()
188 INIT_LIST_HEAD(&parent->children); in create_child()
193 list_add_tail(&new->siblings, &parent->children); in create_child()
307 /* nothing in children, add to the current node */ in append_chain_children()
Dcallchain.h25 struct list_head children; member
28 struct rb_root rb_root; /* sorted tree of children */
82 INIT_LIST_HEAD(&root->node.children); in callchain_init()
/linux-3.3/Documentation/filesystems/configfs/
Dconfigfs_example_macros.c45 * on the subsystem. See the next example, 02-simple-children, for
153 * 02-simple-children
273 "[02-simple-children]\n" in simple_children_attr_show()
307 .ci_namebuf = "02-simple-children",
317 * 03-group-children
323 * children of its own.
357 "[03-group-children]\n" in group_children_attr_show()
360 "groups are like the subsystem simple-children.\n"); in group_children_attr_show()
385 .ci_namebuf = "03-group-children",
Dconfigfs_example_explicit.c46 * on the subsystem. See the next example, 02-simple-children, for
190 * 02-simple-children
310 "[02-simple-children]\n" in simple_children_attr_show()
344 .ci_namebuf = "02-simple-children",
354 * 03-group-children
360 * children of its own.
394 "[03-group-children]\n" in group_children_attr_show()
397 "groups are like the subsystem simple-children.\n"); in group_children_attr_show()
422 .ci_namebuf = "03-group-children",
/linux-3.3/drivers/input/serio/
Dserio.c333 * Children are registered by driver's connect() handler so there can't be a
506 INIT_LIST_HEAD(&serio->children); in serio_init_port()
534 list_add_tail(&serio->child_node, &parent->children); in serio_add_port()
600 * Reconnect serio port and all its children (re-initialize attached
615 if (!list_empty(&s->children)) { in serio_reconnect_subtree()
616 s = list_first_entry(&s->children, in serio_reconnect_subtree()
630 if (!list_is_last(&s->child_node, &parent->children)) { in serio_reconnect_subtree()
643 * all children ports are unbound and destroyed.
650 * Children ports should be disconnected and destroyed in serio_disconnect_port()
653 while (!list_empty(&serio->children)) { in serio_disconnect_port()
[all …]
/linux-3.3/drivers/pci/
Dremove.c82 * pci_remove_bus_device - remove a PCI device and any children
87 * buses and children in a depth-first manner.
154 * pci_stop_bus_device - stop a PCI device and any children
158 * and so on). This also stop any subordinate buses and children in a
/linux-3.3/scripts/dtc/
Dlivetree.c77 struct node *build_node(struct property *proplist, struct node *children) in build_node() argument
85 new->children = children; in build_node()
142 while (new_node->children) { in merge_nodes()
144 new_child = new_node->children; in merge_nodes()
145 new_node->children = new_child->next_sibling; in merge_nodes()
198 p = &parent->children; in add_child()
461 bootcpu = cpus->children; in guess_boot_cpuid()
587 node->children = tbl[0]; in sort_subnodes()
/linux-3.3/drivers/acpi/acpica/
Dnsalloc.c242 /* Link the new entry into the parent and existing children */ in acpi_ns_install_node()
280 * PARAMETERS: parent_node - Delete this objects children
284 * DESCRIPTION: Delete all children of the parent object. In other words,
300 /* Deallocate all children at this level */ in acpi_ns_delete_children()
374 /* Check if this node has any children */ in acpi_ns_delete_namespace_subtree()
387 * No more children of this parent node. in acpi_ns_delete_namespace_subtree()
393 * Now delete all of the children of this parent in acpi_ns_delete_namespace_subtree()
479 /* Check if this node has any children */ in acpi_ns_delete_namespace_by_owner()
494 * No more children of this parent node. in acpi_ns_delete_namespace_by_owner()
Dnswalk.c55 * PARAMETERS: parent_node - Parent node whose children we are
92 * parent_node - Parent node whose children we are
326 /* No more children, re-visit this node */ in acpi_ns_walk_namespace()
333 /* No more children, visit peers */ in acpi_ns_walk_namespace()
344 * No more children of this node (acpi_ns_get_next_node failed), go in acpi_ns_walk_namespace()
/linux-3.3/Documentation/networking/
Dfib_trie.txt37 children of a full child (see "full_children") up one level, so that
39 contain an arbitrarily large array of links to several children.
41 may be "halved", having some of its children moved downwards one level,
49 the number of children of a given tnode that aren't path compressed.
/linux-3.3/arch/arm/plat-omap/include/plat/
Dclock.h201 * @children: list_head connecting to the child clks' @sibling list_heads
202 * @sibling: list_head connecting this clk to its parent clk's @children
233 * XXX @clkdm, @usecount, @children, @sibling should be marked for
236 * @children and @sibling are used to optimize parent-to-child clock
247 struct list_head children; member
248 struct list_head sibling; /* node for children */
/linux-3.3/arch/c6x/platforms/
Dpll.c97 /* Propagate rate to children */
102 list_for_each_entry(clk, &root->children, childnode) { in propagate_rate()
146 list_add(&clk->childnode, &clk->parent->children); in clk_set_parent()
172 list_add_tail(&clk->childnode, &clk->parent->children); in clk_register()
329 INIT_LIST_HEAD(&clk->children); in __init_clk()
403 list_for_each_entry(clk, &parent->children, childnode) { in dump_clock()
/linux-3.3/arch/powerpc/platforms/pseries/
Dpci_dlpar.c47 list_for_each(tmp, &bus->children) { in find_bus_among_children()
79 list_for_each_entry(child_bus, &bus->children, node) in pcibios_remove_pci_devices()
170 /* We cannot to remove a root bus that has children */ in remove_phb_dynamic()
171 if (!(list_empty(&b->children) && list_empty(&b->devices))) in remove_phb_dynamic()
/linux-3.3/Documentation/cgroups/
Dmemory.txt434 total_cache - sum of all children's "cache"
435 total_rss - sum of all children's "rss"
436 total_mapped_file - sum of all children's "cache"
437 total_pgpgin - sum of all children's "pgpgin"
438 total_pgpgout - sum of all children's "pgpgout"
439 total_swap - sum of all children's "swap"
440 total_inactive_anon - sum of all children's "inactive_anon"
441 total_active_anon - sum of all children's "active_anon"
442 total_inactive_file - sum of all children's "inactive_file"
443 total_active_file - sum of all children's "active_file"
[all …]
/linux-3.3/fs/notify/
Dfsnotify.h38 * update the dentry->d_flags of all of inode's children to indicate if inode cares
39 * about events that happen to its children.
Dfsnotify.c46 * Given an inode, first check if we care what happens to our children. Inotify
48 * on a child we run all of our children and set a dentry flag saying that the
60 /* determine if the children should tell inode about their events */ in __fsnotify_update_child_dentry_flags()
69 /* run all of the children of the original inode and fix their in __fsnotify_update_child_dentry_flags()
/linux-3.3/include/linux/
Dcgroup.h205 * We link our 'sibling' struct into our parent's 'children'.
206 * Our children link their 'sibling' into our 'children'.
208 struct list_head sibling; /* my parent's children */
209 struct list_head children; /* my children */ member
518 * Protects sibling/children links of cgroups in this
531 * Link to parent, and list entry in parent's children.
Dconfigfs.h214 * group supports make_group(), one can create group children. If it
215 * supports make_item(), one can create config_item children. make_group()
218 * group children. default_groups may coexist alongsize make_group() or
220 * children (disallowing mkdir(2)), it need not provide either function.
/linux-3.3/arch/powerpc/kernel/
Dpci_dn.c70 * function is called and the children are processed recursively.
106 /* Depth first...do children */ in traverse_pci_devices()
145 /* Update dn->phb ptrs for new phb and children devices */ in pci_devs_phb_init_dynamic()
/linux-3.3/drivers/of/
Dplatform.c332 * of_platform_bus_create() - Create a device for a node and its children.
393 * Note that children of the provided root are not instantiated as devices
410 /* Do a self check of bus type, if there's a match, create children */ in of_platform_bus_probe()
435 * and it is suitable for creating devices which are children of the root
436 * node (of_platform_bus_probe will only create children of the root which
/linux-3.3/arch/arm/plat-omap/
Dclock.c217 list_add(&child->sibling, &parent->children); in clk_reparent()
224 /* Propagate rate to children */
229 list_for_each_entry(clkp, &tclk->children, sibling) { in propagate_rate()
265 INIT_LIST_HEAD(&clk->children); in clk_preinit()
281 list_add(&clk->sibling, &clk->parent->children); in clk_register()
/linux-3.3/kernel/
Dexit.c331 list_move_tail(&current->sibling, &current->real_parent->children); in reparent_to_kthreadd()
576 * Search in the children in mm_update_next_owner()
578 list_for_each_entry(c, &p->children, sibling) { in mm_update_next_owner()
586 list_for_each_entry(c, &p->real_parent->children, sibling) { in mm_update_next_owner()
689 * When we die, we re-parent all our children.
720 * There may by stealth EXIT_DEAD tasks on ->children, in find_new_reaper()
735 list_move_tail(&p->sibling, &p->real_parent->children); in reparent_leader()
774 list_for_each_entry_safe(p, n, &father->children, sibling) { in forget_original_parent()
790 BUG_ON(!list_empty(&father->children)); in forget_original_parent()
1158 /* Wait for all children (clone and not) if __WALL is set; in eligible_child()
[all …]
/linux-3.3/arch/arm/plat-spear/
Dclock.c94 * parents children list
102 list_add(&clk->sibling, &pclk_info->pclk->children); in clk_reparent()
321 INIT_LIST_HEAD(&clk->children); in clk_register()
331 /* add clocks with only one parent to parent's children list */ in clk_register()
332 list_add(&clk->sibling, &clk->pclk->children); in clk_register()
344 list_add(&clk->sibling, &pclk_info->pclk->children); in clk_register()
361 * propagate_rate - recalculate and propagate all clocks to children
365 * Recalculates all children clocks
372 list_for_each_entry_safe(clk, _temp, &pclk->children, sibling) { in propagate_rate()

12345678910>>...13