/linux-4.1.27/drivers/mfd/ |
D | wl1273-core.c | 188 int children = 0; in wl1273_core_probe() local 198 if (!(pdata->children & WL1273_RADIO_CHILD)) { in wl1273_core_probe() 215 cell = &core->cells[children]; in wl1273_core_probe() 219 children++; in wl1273_core_probe() 227 if (pdata->children & WL1273_CODEC_CHILD) { in wl1273_core_probe() 228 cell = &core->cells[children]; in wl1273_core_probe() 234 children++; in wl1273_core_probe() 238 __func__, children); in wl1273_core_probe() 241 children, NULL, 0, NULL); in wl1273_core_probe()
|
D | twl6040.c | 624 int irq, ret, children = 0; in twl6040_probe() local 736 cell = &twl6040->cells[children]; in twl6040_probe() 742 children++; in twl6040_probe() 748 cell = &twl6040->cells[children]; in twl6040_probe() 754 children++; in twl6040_probe() 758 cell = &twl6040->cells[children]; in twl6040_probe() 760 children++; in twl6040_probe() 766 ret = mfd_add_devices(&client->dev, -1, twl6040->cells, children, in twl6040_probe()
|
D | retu-mfd.c | 124 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()
|
D | mfd-core.c | 103 list_for_each_entry(child_adev, &parent_adev->children, node) in mfd_acpi_add_device()
|
D | Kconfig | 666 of the independent functions as children nodes in the device tree.
|
/linux-4.1.27/fs/nfs/blocklayout/ |
D | dev.c | 21 bl_free_device(&dev->children[i]); in bl_free_device() 22 kfree(dev->children); in bl_free_device() 135 struct pnfs_block_dev *child = &dev->children[i]; in bl_map_concat() 173 child = &dev->children[chunk_idx]; in bl_map_stripe() 238 d->children = kcalloc(v->concat.volumes_count, in bl_parse_concat() 240 if (!d->children) in bl_parse_concat() 244 ret = bl_parse_deviceid(server, &d->children[i], in bl_parse_concat() 250 d->children[i].start += len; in bl_parse_concat() 251 len += d->children[i].len; in bl_parse_concat() 267 d->children = kcalloc(v->stripe.volumes_count, in bl_parse_stripe() [all …]
|
D | blocklayout.h | 110 struct pnfs_block_dev *children; member
|
/linux-4.1.27/drivers/input/misc/ |
D | soc_button_array.c | 47 struct platform_device *children[BUTTON_TYPES]; member 148 if (priv->children[i]) in soc_button_remove() 149 platform_device_unregister(priv->children[i]); in soc_button_remove() 187 priv->children[i] = pd; in soc_button_probe() 190 if (!priv->children[0] && !priv->children[1]) in soc_button_probe()
|
/linux-4.1.27/drivers/net/phy/ |
D | mdio-mux.c | 29 struct mdio_mux_child_bus *children; member 167 cb->next = pb->children; in mdio_mux_init() 168 pb->children = cb; in mdio_mux_init() 171 if (pb->children) { in mdio_mux_init() 185 struct mdio_mux_child_bus *cb = pb->children; in mdio_mux_uninit()
|
/linux-4.1.27/scripts/dtc/ |
D | livetree.c | 100 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() 266 p = &parent->children; in add_child() 275 struct node *node = parent->children; in delete_node_by_name() 561 bootcpu = cpus->children; in guess_boot_cpuid() 687 node->children = tbl[0]; in sort_subnodes()
|
D | dtc.h | 149 struct node *children; member 178 for ((c) = (n)->children; (c); (c) = (c)->next_sibling) 192 struct node *build_node(struct property *proplist, struct node *children);
|
D | flattree.c | 767 if (node->children) in unflatten_tree()
|
/linux-4.1.27/scripts/ |
D | asn1_compiler.c | 656 struct element *children; member 918 element->children = alloc_elem(cursor); in parse_type() 919 element = element->children; in parse_type() 1004 element->children = parse_compound(&cursor, end, 1); in parse_type() 1018 element->children = parse_type(&cursor, end, NULL); in parse_type() 1020 element->children = parse_compound(&cursor, end, 0); in parse_type() 1035 element->children = parse_type(&cursor, end, NULL); in parse_type() 1037 element->children = parse_compound(&cursor, end, 1); in parse_type() 1132 struct element *children, **child_p = &children, *element; in parse_compound() local 1176 children->flags &= ~ELEMENT_CONDITIONAL; in parse_compound() [all …]
|
D | analyze_suspend.py | 184 children = 0 variable in DeviceNode 188 self.children = [] 458 children = self.deviceDescendants(name, phase) 459 for dev in children: 524 children = self.deviceChildren(devname, phase) 525 family = children 526 for child in children: 544 node.children.append(cnode) 563 if len(node.children) > 0: 565 for cnode in node.children:
|
D | spelling.txt | 203 childern||children 204 childs||children
|
/linux-4.1.27/arch/c6x/platforms/ |
D | pll.c | 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()
|
D | plldata.c | 32 .children = LIST_HEAD_INIT(clkin1.children),
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | pci_dlpar.c | 49 list_for_each_entry(tmp, &bus->children, node) { in find_bus_among_children() 108 if (!(list_empty(&b->children) && list_empty(&b->devices))) in remove_phb_dynamic()
|
D | iommu.c | 556 int children; in pci_dma_bus_setup_pSeries() local 581 for (children = 0, tmp = dn->child; tmp; tmp = tmp->sibling) in pci_dma_bus_setup_pSeries() 582 children++; in pci_dma_bus_setup_pSeries() 584 pr_debug("Children: %d\n", children); in pci_dma_bus_setup_pSeries() 596 while (pci->phb->dma_window_size * children > 0x80000000ul) in pci_dma_bus_setup_pSeries() 622 while (pci->phb->dma_window_size * children > 0x70000000ul) in pci_dma_bus_setup_pSeries()
|
/linux-4.1.27/drivers/input/serio/ |
D | serio.c | 523 INIT_LIST_HEAD(&serio->children); in serio_init_port() 551 list_add_tail(&serio->child_node, &parent->children); in serio_add_port() 632 if (!list_empty(&s->children)) { in serio_reconnect_subtree() 633 s = list_first_entry(&s->children, in serio_reconnect_subtree() 647 if (!list_is_last(&s->child_node, &parent->children)) { in serio_reconnect_subtree() 670 while (!list_empty(&serio->children)) { in serio_disconnect_port() 673 while (!list_empty(&s->children)) in serio_disconnect_port() 674 s = list_first_entry(&s->children, in serio_disconnect_port() 740 list_for_each_entry_safe(s, next, &serio->children, child_node) { in serio_unregister_child_port()
|
/linux-4.1.27/kernel/gcov/ |
D | fs.c | 52 struct list_head children; member 416 INIT_LIST_HEAD(&node->children); in init_node() 459 list_add(&node->list, &parent->children); in new_node() 504 while ((node != &root_node) && list_empty(&node->children)) { in remove_node() 520 list_for_each_entry(node, &parent->children, list) { in get_child_by_name() 542 else if (list_empty(&node->children)) { in reset_write()
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | mvebu-mbus.txt | 76 /* more children ...*/ 82 The MBus children address space is comprised of two cells: the first one for 123 /* other children */ 135 /* more children ...*/ 165 /* other children */ 179 /* other children */
|
D | brcm,bus-axi.txt | 17 The top-level axi bus may contain children representing attached cores
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | clock.c | 150 list_for_each_entry(clk, &root->children, childnode) { in propagate_rate() 194 list_add(&clk->childnode, &clk->parent->children); in clk_set_parent() 217 INIT_LIST_HEAD(&clk->children); in clk_register() 222 list_add_tail(&clk->childnode, &clk->parent->children); in clk_register() 672 list_for_each_entry(clk, &parent->children, childnode) { in dump_clock()
|
D | clock.h | 99 struct list_head children; /* list of children */ member
|
/linux-4.1.27/drivers/clk/ |
D | clk.c | 69 struct hlist_head children; member 192 hlist_for_each_entry(child, &c->children, child_node) in clk_summary_show_subtree() 251 hlist_for_each_entry(child, &c->children, child_node) { in clk_dump_subtree() 489 hlist_for_each_entry(child, &clk->children, child_node) in clk_unprepare_unused_subtree() 516 hlist_for_each_entry(child, &clk->children, child_node) in clk_disable_unused_subtree() 756 hlist_for_each_entry(child, &clk->children, child_node) { in __clk_lookup_subtree() 1288 hlist_for_each_entry(child, &clk->children, child_node) in __clk_recalc_accuracies() 1368 hlist_for_each_entry(child, &clk->children, child_node) in __clk_recalc_rates() 1446 hlist_add_head(&clk->child_node, &new_parent->children); in clk_reparent() 1586 hlist_for_each_entry(child, &clk->children, child_node) { in __clk_speculate_rates() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | cavium-mdio.txt | 14 Typically an MDIO bus might have several children.
|
/linux-4.1.27/Documentation/networking/ |
D | fib_trie.txt | 37 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-4.1.27/include/linux/ |
D | init_task.h | 220 .children = LIST_HEAD_INIT(tsk.children), \
|
D | mcb.h | 30 struct list_head children; member
|
D | serio.h | 42 struct list_head children; member
|
D | kernfs.h | 77 struct rb_root children; member 253 WARN_ON_ONCE(!RB_EMPTY_ROOT(&kn->dir.children)); in kernfs_enable_ns()
|
D | cgroup-defs.h | 100 struct list_head children; member
|
D | sh_clk.h | 46 struct list_head children; member
|
D | pci.h | 449 struct list_head children; /* list of child buses */ member
|
D | sched.h | 1411 struct list_head children; /* list of my children */ member
|
/linux-4.1.27/tools/perf/util/ |
D | thread-stack.h | 91 struct rb_root children; member
|
D | thread-stack.c | 339 cp->children = RB_ROOT; in call_path__init() 408 p = &parent->children.rb_node; in call_path__findnew() 427 rb_insert_color(&cp->rb_node, &parent->children); in call_path__findnew()
|
/linux-4.1.27/drivers/sh/clk/ |
D | core.c | 218 list_add(&child->sibling, &parent->children); in clk_reparent() 229 list_for_each_entry(clkp, &tclk->children, sibling) { in propagate_rate() 425 INIT_LIST_HEAD(&clk->children); in clk_register() 433 list_add(&clk->sibling, &clk->parent->children); in clk_register()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | pci-hotplug.c | 48 list_for_each_entry(child_bus, &bus->children, node) in pcibios_remove_pci_devices()
|
D | pci-common.c | 1247 list_for_each_entry(b, &bus->children, node) in pcibios_allocate_bus_resources() 1447 list_for_each_entry(child_bus, &bus->children, node) in pcibios_claim_one_bus() 1679 list_for_each_entry(child, &bus->children, node) in pcibios_scan_phb()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | cros-adc-thermistors.dtsi | 3 * children of the IIO based ADC.
|
/linux-4.1.27/fs/kernfs/ |
D | dir.c | 236 struct rb_node **node = &kn->parent->dir.children.rb_node; in kernfs_link_sibling() 256 rb_insert_color(&kn->rb, &kn->parent->dir.children); in kernfs_link_sibling() 284 rb_erase(&kn->rb, &kn->parent->dir.children); in kernfs_unlink_sibling() 645 struct rb_node *node = parent->dir.children.rb_node; in kernfs_find_ns() 950 rbn = rb_first(&pos->dir.children); in kernfs_leftmost_descendant() 1370 struct rb_node *node = parent->dir.children.rb_node; in kernfs_dir_pos()
|
/linux-4.1.27/Documentation/devicetree/bindings/net/dsa/ |
D | dsa.txt | 35 A switch may have multiple "port" children nodes 37 Each port children node must have the following mandatory properties:
|
/linux-4.1.27/net/sched/ |
D | sch_cbq.c | 113 struct cbq_class *children; /* Pointer to children chain */ member 1017 cl = this->children; in cbq_adjust_levels() 1022 } while ((cl = cl->sibling) != this->children); in cbq_adjust_levels() 1140 if (this->tparent->children == this) { in cbq_unlink_class() 1141 this->tparent->children = this->sibling; in cbq_unlink_class() 1143 this->tparent->children = NULL; in cbq_unlink_class() 1161 if (parent->children == NULL) { in cbq_link_class() 1162 parent->children = this; in cbq_link_class() 1164 this->sibling = parent->children->sibling; in cbq_link_class() 1165 parent->children->sibling = this; in cbq_link_class() [all …]
|
D | sch_htb.c | 111 unsigned int children; member 1206 if (cl->parent->children > 1) in htb_parent_last_child() 1285 if (cl->children || cl->filter_cnt) in htb_delete() 1305 cl->parent->children--; in htb_delete() 1417 cl->children = 0; in htb_change_class() 1466 parent->children++; in htb_change_class()
|
D | sch_hfsc.c | 125 struct list_head children; /* child classes */ member 911 list_for_each_entry(p, &cl->children, siblings) { in hfsc_adjust_levels() 1093 INIT_LIST_HEAD(&cl->children); in hfsc_change_class() 1099 list_add_tail(&cl->siblings, &parent->children); in hfsc_change_class() 1458 INIT_LIST_HEAD(&q->root.children); in hfsc_init_qdisc()
|
/linux-4.1.27/kernel/ |
D | exit.c | 324 list_for_each_entry(c, &p->children, sibling) { in mm_update_next_owner() 332 list_for_each_entry(c, &p->real_parent->children, sibling) { in mm_update_next_owner() 561 if (list_empty(&father->children)) in forget_original_parent() 565 list_for_each_entry(p, &father->children, sibling) { in forget_original_parent() 582 list_splice_tail_init(&father->children, &reaper->children); in forget_original_parent() 1427 list_for_each_entry(p, &tsk->children, sibling) { in do_wait_thread()
|
D | cgroup.c | 418 list_for_each_entry((child), &(cgrp)->self.children, self.sibling) \ 901 BUG_ON(!list_empty(&cgrp->self.children)); in cgroup_destroy_root() 1530 if (!list_empty(&root->cgrp.self.children)) { in cgroup_remount() 1611 INIT_LIST_HEAD(&cgrp->self.children); in init_cgroup_housekeeping() 1718 BUG_ON(!list_empty(&root_cgrp->self.children)); in cgroup_setup_root() 1913 if (!list_empty(&root->cgrp.self.children) || in cgroup_kill_sb() 3394 next = list_entry_rcu(parent->children.next, struct cgroup_subsys_state, sibling); in css_next_child() 3398 list_for_each_entry_rcu(next, &parent->children, sibling) in css_next_child() 3407 if (&next->sibling != &parent->children) in css_next_child() 4482 INIT_LIST_HEAD(&css->children); in init_and_link_css() [all …]
|
D | fork.c | 1334 INIT_LIST_HEAD(&p->children); in copy_process() 1572 list_add_tail(&p->sibling, &p->real_parent->children); in copy_process()
|
/linux-4.1.27/drivers/acpi/ |
D | container.c | 52 list_for_each_entry(child, &adev->children, node) in acpi_container_offline()
|
D | glue.c | 97 if (check_children && list_empty(&adev->children)) in find_child_checks() 112 list_for_each_entry(adev, &parent->children, node) { in acpi_find_child_device()
|
D | scan.c | 622 list_for_each_entry(child, &adev->children, node) { in acpi_scan_bus_check() 1410 INIT_LIST_HEAD(&device->children); in acpi_device_add() 1447 list_add_tail(&device->node, &device->parent->children); in acpi_device_add() 1491 head = &adev->children; in acpi_get_next_child() 2503 list_for_each_entry(child, &device->children, node) in acpi_bus_attach() 2574 list_for_each_entry_reverse(child, &adev->children, node) in acpi_bus_trim()
|
D | video.c | 1492 list_for_each_entry(dev, &device->children, node) { in acpi_video_bus_get_devices()
|
/linux-4.1.27/Documentation/devicetree/bindings/mips/cavium/ |
D | uctl.txt | 14 - ranges: Empty to signify direct mapping of the children.
|
/linux-4.1.27/arch/sparc/kernel/ |
D | pci_common.c | 504 list_for_each_entry(bus, &pbus->children, node) in pci_scan_for_target_abort() 527 list_for_each_entry(bus, &pbus->children, node) in pci_scan_for_master_abort() 551 list_for_each_entry(bus, &pbus->children, node) in pci_scan_for_parity_error()
|
D | pci.c | 616 list_for_each_entry(child_bus, &bus->children, node) in pci_bus_register_of_sysfs() 646 list_for_each_entry(child_bus, &bus->children, node) in pci_claim_bus_resources() 1033 list_for_each_entry(bus, &pbus->children, node) in pcie_bus_slot_names()
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | clock.h | 90 struct list_head children; /* list of children */ member
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-mux-pca954x.txt | 20 children in idle state. This is necessary for example, if there are several
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | sunxi-nand.txt | 14 Optional children nodes:
|
/linux-4.1.27/Documentation/devicetree/bindings/drm/atmel/ |
D | hlcdc-dc.txt | 13 Required children nodes:
|
/linux-4.1.27/Documentation/cgroups/ |
D | unified-hierarchy.txt | 131 which governs which controllers are enabled on the children of the 168 from the parent can be used in its children. 180 children have it enabled. 186 tasks belonging to the parent cgroup and its children cgroups. This 193 flat when children should be allocated specific ratios of CPU cycles 242 important as otherwise it wouldn't be possible to create children of a 244 cgroup must create children and transfer all its tasks to the children 267 after all children are removed. This again makes it impossible to
|
D | devices.txt | 56 a cgroup's devices.deny file, all its children will have that entry removed 106 not be possible once the device cgroups has children.
|
D | cpuacct.txt | 29 process (bash) into it. CPU time consumed by this bash and its children
|
D | memory.txt | 285 cannot be set if the cgroup have children, or if there are already tasks in the 287 When use_hierarchy == 1 and a group is accounted, its children will 515 sum of all hierarchical children's values of 578 hierarchical children's values in addition to the memcg's own value. 609 children of the ancestor.
|
D | cgroups.txt | 41 tasks, and all their future children, into hierarchical groups with 257 children of that task, to a cgroup allows organizing the work load
|
D | cpusets.txt | 195 children of that task, to a cpuset allows organizing the work load
|
/linux-4.1.27/kernel/trace/ |
D | trace_events_filter.c | 1485 int children; member 1499 if (WARN_ON(d->count == d->children)) { in fold_pred_cb() 1515 int children; in fold_pred() local 1525 children = count_leafs(preds, &preds[root->left]); in fold_pred() 1526 children += count_leafs(preds, &preds[root->right]); in fold_pred() 1528 root->ops = kcalloc(children, sizeof(*root->ops), GFP_KERNEL); in fold_pred() 1532 root->val = children; in fold_pred() 1533 data.children = children; in fold_pred()
|
/linux-4.1.27/Documentation/security/ |
D | Yama.txt | 66 with PTRACE_ATTACH, or through children calling PTRACE_TRACEME. 71 The original children-only logic was based on the restrictions in grsecurity.
|
D | keys.txt | 615 checked for keys before recursion into its children occurs.
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | vexpress.txt | 93 and children describing available functions. 102 property, describing physical location of the children nodes: 152 - "simple-bus" compatible value (to ensure creation of the children)
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | clock.c | 764 list_add(&child->sibling, &parent->children); in clk_reparent() 776 list_for_each_entry(clkp, &tclk->children, sibling) { in propagate_rate() 812 INIT_LIST_HEAD(&clk->children); in clk_preinit() 828 list_add(&clk->sibling, &clk->parent->children); in clk_register()
|
D | clock.h | 146 struct list_head children; member
|
/linux-4.1.27/Documentation/devicetree/ |
D | usage-model.txt | 251 tree and children of simple memory mapped bus nodes. 324 considered a device). The children of the /soc node are memory mapped 342 assume that its devices are children of a bus controller. For 346 ever appear as children of an I2C bus node. Ditto for SPI, MDIO, USB, 363 what about the children of the SoC node? Shouldn't they be registered 368 its spi_device children, and similarly for other bus_types. 371 children. The board support code would allocate and register an SoC 376 Actually, it turns out that registering children of some
|
D | booting-without-of.txt | 713 and #size-cells are not inherited so every node with children must specify 1284 number and level/sense information. All interrupt children in an
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | twl-familly.txt | 24 The children nodes will thus depend of the capability of the variant.
|
D | mfd.txt | 22 "simple-bus" inidicates when to see subnodes as children for a simple
|
D | omap-usb-host.txt | 64 Properties for children:
|
/linux-4.1.27/block/partitions/ |
D | ldm.h | 148 u8 children; member
|
D | ldm.c | 819 comp->children = ldm_get_vnum (buffer + 0x1D + r_vstate); in ldm_parse_cmp3()
|
/linux-4.1.27/arch/frv/mb93090-mb00/ |
D | pci-frv.c | 100 pcibios_allocate_bus_resources(&bus->children); in pcibios_allocate_bus_resources()
|
/linux-4.1.27/tools/perf/tests/ |
D | hists_cumulate.c | 159 u64 children; member 213 TEST_ASSERT_VAL(buf, he->stat_acc->period == expected[i].children); in do_test()
|
/linux-4.1.27/fs/ceph/ |
D | snap.c | 119 INIT_LIST_HEAD(&realm->children); in ceph_create_snap_realm() 284 list_add(&realm->child_item, &parent->children); in adjust_snap_realm_parent() 413 list_for_each_entry(child, &realm->children, child_item) in rebuild_snap_realms() 622 list_for_each_entry(child, &realm->children, child_item) { in queue_realm_cap_snaps()
|
D | super.h | 644 struct list_head children; /* list of child realms */ member
|
/linux-4.1.27/Documentation/block/ |
D | cfq-iosched.txt | 152 Internal cgroup nodes (the ones with children) can also have tasks in 156 its direct children. 173 and AB have no child and thus its tasks have no children cgroup to 196 A has children and further distributes its 57% among the children and
|
/linux-4.1.27/arch/mn10300/unit-asb2305/ |
D | pci-asb2305.c | 123 pcibios_allocate_bus_resources(&bus->children); in pcibios_allocate_bus_resources()
|
/linux-4.1.27/include/linux/mfd/ |
D | wl1273-core.h | 254 unsigned int children; member
|
/linux-4.1.27/net/ipv6/ |
D | ip6_fib.c | 1232 int children; in fib6_repair_tree() local 1246 children = 0; in fib6_repair_tree() 1249 child = fn->right, children |= 1; in fib6_repair_tree() 1251 child = fn->left, children |= 2; in fib6_repair_tree() 1253 if (children == 3 || FIB6_SUBTREE(fn) in fib6_repair_tree() 1256 || (children && fn->fn_flags & RTN_ROOT) in fib6_repair_tree() 1312 if (children&2) { in fib6_repair_tree()
|
/linux-4.1.27/drivers/scsi/libsas/ |
D | sas_expander.c | 865 list_add_tail(&child->siblings, &parent_ex->children); in sas_ex_discover_end_dev() 980 list_add_tail(&child->siblings, &parent->ex_dev.children); in sas_ex_discover_expander() 1132 list_for_each_entry(child, &ex->children, siblings) { in sas_check_level_subtractive_boundary() 1851 list_for_each_entry(ch, &ex->children, siblings) { in sas_find_bcast_dev() 1867 list_for_each_entry_safe(child, n, &ex->children, siblings) { in sas_unregister_ex_tree() 1886 &ex_dev->children, siblings) { in sas_unregister_devs_sas_addr() 1918 list_for_each_entry(child, &ex_root->children, siblings) { in sas_discover_bfs_by_root_level() 1970 list_for_each_entry(child, &dev->ex_dev.children, siblings) { in sas_discover_new()
|
D | sas_discover.c | 47 INIT_LIST_HEAD(&dev->ex_dev.children); in sas_init_dev()
|
/linux-4.1.27/Documentation/devicetree/bindings/spi/ |
D | spi_pl022.txt | 26 SPI slave nodes must be children of the SPI master node and can
|
D | qcom,spi-qup.txt | 42 SPI slave nodes must be children of the SPI master node and can contain
|
D | spi-bus.txt | 44 SPI slave nodes must be children of the SPI master node and can
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-top.txt | 167 --children:: 168 Accumulate callchain of children to parent entry so that then can
|
D | perf-report.txt | 192 --children:: 193 Accumulate callchain of children to parent entry so that then can
|
/linux-4.1.27/drivers/pci/pcie/ |
D | aspm.c | 46 struct list_head children; /* list of child link states */ member 525 INIT_LIST_HEAD(&link->children); in alloc_pcie_link_state() 536 list_add(&link->link, &parent->children); in alloc_pcie_link_state()
|
/linux-4.1.27/include/sound/ |
D | info.h | 89 struct list_head children; member
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-devices-soc | 13 devices would be better suited to appear as children of that SoC.
|
D | sysfs-class-powercap | 152 This applies to current power zone and its children.
|
D | sysfs-bus-pci | 98 hot-remove the PCI device and any of its children.
|
/linux-4.1.27/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,gsbi.txt | 28 Properties for children:
|
/linux-4.1.27/Documentation/devicetree/bindings/leds/ |
D | register-bit-led.txt | 5 single LED. The register bit LEDs appear as children to the
|
/linux-4.1.27/sound/core/ |
D | info.c | 782 INIT_LIST_HEAD(&entry->children); in snd_info_create_entry() 841 list_for_each_safe(p, n, &entry->children) { in snd_info_disconnect() 968 list_add_tail(&entry->list, &entry->parent->children); in snd_info_register()
|
/linux-4.1.27/Documentation/arm/ |
D | Interrupts | 43 to the Neponset handler, the "parent" is GPIO25, and the "children"d 157 the parent IRQ should be unmasked, and the status of all children must
|
/linux-4.1.27/Documentation/devicetree/bindings/iio/ |
D | iio-bindings.txt | 62 and IIO channel to their children.
|
/linux-4.1.27/drivers/pci/ |
D | search.c | 114 list_for_each_entry(tmp, &bus->children, node) { in pci_do_find_bus()
|
D | probe.c | 496 INIT_LIST_HEAD(&b->children); in pci_alloc_bus() 739 list_add_tail(&child->node, &parent->children); in pci_add_new_bus()
|
D | setup-bus.c | 1554 list_for_each_entry(child_bus, &bus->children, node) { in pci_bus_get_depth()
|
D | pci.c | 117 list_for_each_entry(tmp, &bus->children, node) { in pci_bus_max_busnr()
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | object.txt | 160 object to transit to a state that allows access to its children: 248 can destroy themselves. This object waits for all its children to go away 261 all its children, if it is dying because the netfs relinquished its
|
D | fscache.txt | 109 recursive, stack space is limited, and indices can only be children of 179 children. Any index with non-index object children will be assumed to only
|
D | cachefiles.txt | 251 Data objects are represented as files if they have no children, or directories 260 If an object has children, then it will be represented as a directory.
|
D | netfs-api.txt | 186 have index children.
|
/linux-4.1.27/Documentation/devicetree/bindings/reset/ |
D | reset.txt | 26 children of the bus are affected by the reset signal, or an individual HW
|
/linux-4.1.27/drivers/mcb/ |
D | mcb-core.c | 201 INIT_LIST_HEAD(&bus->children); in mcb_alloc_bus()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_opregion.c | 643 list_for_each_entry(acpi_cdev, &acpi_dev->children, node) { in intel_didl_outputs() 656 list_for_each_entry(acpi_cdev, &acpi_video_bus->children, node) { in intel_didl_outputs()
|
/linux-4.1.27/fs/proc/ |
D | array.c | 605 if (list_is_last(&task->sibling, &start->children)) in get_children_pid() 629 list_for_each_entry(task, &start->children, sibling) { in get_children_pid()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra20-emc.txt | 39 for which this node (and children) are valid.
|
/linux-4.1.27/arch/x86/pci/ |
D | i386.c | 239 list_for_each_entry(child, &bus->children, node) in pcibios_allocate_bus_resources()
|
D | acpi.c | 486 list_for_each_entry(child, &bus->children, node) in pci_acpi_scan_root()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | pci.c | 297 list_for_each_entry(child_bus, &b->children, node) in pcibios_claim_one_bus()
|
/linux-4.1.27/Documentation/acpi/ |
D | enumeration.txt | 338 The MFD devices register their children as platform devices. For the child 343 o The children share the parent ACPI handle.
|
D | scan_handlers.txt | 12 struct acpi_device objects and analogously for their children). Those struct
|
/linux-4.1.27/Documentation/filesystems/ |
D | path-lookup.txt | 249 | children:"home", ...| 256 | children:"npiggin" | we now recheck the d_seq of dentry0. Then we 263 | children:"a.c", ... | can be forgotten. 270 | children:NULL | its refcount because we're holding d_lock.
|
D | proc.txt | 43 3.7 /proc/<pid>/task/<tid>/children - Information about task children 322 cgtime guest time of the task children in jiffies 1474 generation children with separate address spaces instead, if possible. This 1680 3.7 /proc/<pid>/task/<tid>/children - Information about task children 1682 This file provides a fast way to retrieve first level children pids 1686 Note the "first level" here -- if a child has own children they will 1687 not be listed here, one needs to read /proc/<children-pid>/task/<tid>/children 1691 guarantee to provide precise results and some children might be
|
D | f2fs.txt | 515 The following figure shows an example of two cases holding children. 525 Number of children = 6, Number of children = 3,
|
D | directory-locking | 125 children", so if we are going to introduce hybrid objects we will need
|
D | gfs2-glocks.txt | 106 (Parents before children, inodes at "same level" with same parent in
|
D | coda.txt | 1534 CodaFid, and all children of this directory. This call is issued when 1569 vnode), purge its children from the namecache and remove the file from the
|
/linux-4.1.27/Documentation/devicetree/bindings/reserved-memory/ |
D | reserved-memory.txt | 76 memory-region (optional) - phandle, specifier pairs to children of /reserved-memory
|
/linux-4.1.27/Documentation/filesystems/configfs/ |
D | configfs.txt | 267 (assuming that it has no children to keep it busy). The subsystem is 317 children. 397 children of the parent group. If ct_group_ops->make_group() exists, 410 group is checking for children.
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-st.txt | 41 node (children).
|
D | pinctrl-bindings.txt | 124 The pin configuration nodes need not be direct children of the pin controller
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-bwc.txt | 83 [ Where C is the parent's bandwidth, and c_i its children ]
|
/linux-4.1.27/include/scsi/ |
D | libsas.h | 145 struct list_head children; member
|
/linux-4.1.27/arch/arm/kernel/ |
D | bios32.c | 548 list_for_each_entry(child, &bus->children, node) in pci_common_init_dev()
|
/linux-4.1.27/mm/ |
D | oom_kill.c | 543 list_for_each_entry(child, &t->children, sibling) { in oom_kill_process()
|
/linux-4.1.27/Documentation/devicetree/bindings/iommu/ |
D | iommu.txt | 95 can be useful to describe how children on the bus relate to the IOMMU if they
|
/linux-4.1.27/include/acpi/ |
D | acpi_bus.h | 358 struct list_head children; member
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | clock-bindings.txt | 78 clock to their children.
|
/linux-4.1.27/Documentation/power/ |
D | runtime_pm.txt | 137 counter of 'active' children of the device. 175 'active' children of which is equal to zero, or the 'power.ignore_children' 226 - the count of 'active' children of the device 425 children as appropriate (it is only valid to use this function if 433 children as appropriate (it is only valid to use this function if 617 * The device's children may need the device to be at full power in order
|
D | devices.txt | 320 children of a device had been suspended if new children could be 325 After the prepare callback method returns, no new children may be 414 however, that new children may be registered below the device as soon as
|
D | pci.txt | 707 This callback is only necessary if the driver's device has children that in 709 callback is to prevent new children of the device from being registered until
|
/linux-4.1.27/arch/microblaze/pci/ |
D | pci-common.c | 1053 list_for_each_entry(b, &bus->children, node) in pcibios_allocate_bus_resources() 1245 list_for_each_entry(child_bus, &bus->children, node) in pcibios_claim_one_bus()
|
/linux-4.1.27/Documentation/devicetree/bindings/pci/ |
D | nvidia,tegra20-pcie.txt | 222 device nodes need to be added in order to allow the bus' children to be
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | acpiphp_glue.c | 419 list_for_each_entry(tmp, &bus->children, node) { in acpiphp_max_busnr()
|
/linux-4.1.27/Documentation/ |
D | kobject.txt | 172 This should be done only after any attributes or children of the kobject 331 A kset keeps its children in a standard kernel linked list. Kobjects point
|
D | clk.txt | 50 struct hlist_head children;
|
D | rbtree.txt | 260 and its immediate children. And this will be used in O(log n) lookup
|
/linux-4.1.27/drivers/scsi/ |
D | dc395x.c | 328 struct DeviceCtlBlk *children[DC395x_MAX_SCSI_ID][32]; member 954 return acb->children[id][lun]; in find_dcb() 3815 acb->children[dcb->target_id][dcb->target_lun] = dcb; in adapter_add_device() 3851 acb->children[dcb->target_id][dcb->target_lun] = NULL; in adapter_remove_device()
|
/linux-4.1.27/Documentation/devicetree/bindings/gpu/ |
D | nvidia,tegra20-host1x.txt | 19 The host1x top-level node defines a number of children, each representing one
|
/linux-4.1.27/arch/tile/kernel/ |
D | pci_gx.c | 603 list_for_each_entry(child, &root_bus->children, node) in fixup_read_and_payload_sizes()
|
/linux-4.1.27/drivers/mtd/ |
D | Kconfig | 135 the partition map from the children of the flash node,
|
/linux-4.1.27/kernel/sched/ |
D | core.c | 762 list_for_each_entry_rcu(child, &parent->children, siblings) { in walk_tg_tree_from() 7160 INIT_LIST_HEAD(&root_task_group.children); in sched_init() 7501 INIT_LIST_HEAD(&tg->children); in sched_online_group() 7502 list_add_rcu(&tg->siblings, &parent->children); in sched_online_group() 7652 list_for_each_entry_rcu(child, &tg->children, siblings) { in tg_rt_schedulable()
|
D | sched.h | 257 struct list_head children; member
|
/linux-4.1.27/tools/perf/ |
D | design.txt | 51 inherit : 1, /* children inherit it */
|
/linux-4.1.27/drivers/input/mouse/ |
D | psmouse-base.c | 1789 while (!list_empty(&serio->children)) { in psmouse_attr_set_protocol()
|
/linux-4.1.27/drivers/pcmcia/ |
D | yenta_socket.c | 1099 list_for_each_entry(sibling, &bridge_to_fix->parent->children, in yenta_fixup_parent_bridge()
|
/linux-4.1.27/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 139 you freeze a switch, it freezes all its children). So we do it in
|
/linux-4.1.27/arch/ia64/kernel/ |
D | mca.c | 1828 INIT_LIST_HEAD(&p->children); in format_mca_init_stack()
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | mmu.txt | 212 unsynchronized children).
|
/linux-4.1.27/Documentation/usb/ |
D | power-management.txt | 655 Once all children and descendants have suspended the
|
/linux-4.1.27/drivers/platform/x86/ |
D | thinkpad_acpi.c | 6361 list_for_each_entry(child, &device->children, node) { in tpacpi_query_bcl_levels()
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 2309 If you want to trace only one function and all of its children,
|
/linux-4.1.27/ |
D | CREDITS | 1270 D: parent process death signal to children
|