Searched refs:children (Results 1 - 24 of 24) sorted by relevance

/drivers/mfd/
H A Dwl1273-core.c191 int children = 0; local
201 if (!(pdata->children & WL1273_RADIO_CHILD)) {
218 cell = &core->cells[children];
222 children++;
230 if (pdata->children & WL1273_CODEC_CHILD) {
231 cell = &core->cells[children];
237 children++;
240 dev_dbg(&client->dev, "%s: number of children: %d.\n",
241 __func__, children);
244 children, NUL
[all...]
H A Dtwl6040-core.c507 int ret, children = 0; local
578 cell = &twl6040->cells[children];
586 children++;
592 cell = &twl6040->cells[children];
601 children++;
604 if (children) {
606 children, NULL, 0);
610 dev_err(&client->dev, "No platform data found for children\n");
/drivers/clk/
H A Dclk.c102 hlist_for_each_entry(child, tmp, &clk->children, child_node)
210 hlist_for_each_entry(child, tmp, &clk->children, child_node)
341 hlist_for_each_entry(child, tmp, &clk->children, child_node) {
696 hlist_for_each_entry(child, tmp, &clk->children, child_node)
735 hlist_for_each_entry(child, tmp, &clk->children, child_node) {
752 hlist_for_each_entry(child, tmp, &clk->children, child_node) {
820 hlist_for_each_entry(child, tmp, &clk->children, child_node) {
853 hlist_for_each_entry(child, tmp, &clk->children, child_node)
1028 hlist_add_head(&clk->child_node, &new_parent->children);
1256 * clocks and re-parent any that are children o
[all...]
/drivers/input/serio/
H A Dserio.c505 INIT_LIST_HEAD(&serio->children);
533 list_add_tail(&serio->child_node, &parent->children);
599 * Reconnect serio port and all its children (re-initialize attached
614 if (!list_empty(&s->children)) {
615 s = list_first_entry(&s->children,
629 if (!list_is_last(&s->child_node, &parent->children)) {
642 * all children ports are unbound and destroyed.
652 while (!list_empty(&serio->children)) {
655 while (!list_empty(&s->children))
656 s = list_first_entry(&s->children,
[all...]
/drivers/sh/clk/
H A Dcore.c224 list_add(&child->sibling, &parent->children);
230 /* Propagate rate to children */
235 list_for_each_entry(clkp, &tclk->children, sibling) {
431 INIT_LIST_HEAD(&clk->children);
439 list_add(&clk->sibling, &clk->parent->children);
/drivers/usb/core/
H A Dhub.c92 /* Protect struct usb_device->state and ->children members
172 /* Note that hdev or one of its children must be locked! */
648 if (hdev->children[port1-1] && set_state)
649 usb_set_device_state(hdev->children[port1-1],
805 struct usb_device *udev = hdev->children[port1-1];
968 /* Disconnect all the children */
970 if (hdev->children[i])
971 usb_disconnect(&hdev->children[i]);
1050 hdev->children = kzalloc(hdev->maxchild *
1053 if (!hdev->children || !hu
[all...]
H A Ddevices.c591 /* Now look at all of this device's children. */
593 struct usb_device *childdev = usbdev->children[chix];
626 /* recurse through all children of the root hub */
/drivers/gpu/drm/i915/
H A Dintel_opregion.c349 list_for_each_entry(acpi_cdev, &acpi_dev->children, node) {
362 list_for_each_entry(acpi_cdev, &acpi_video_bus->children, node) {
/drivers/scsi/libsas/
H A Dsas_discover.c45 INIT_LIST_HEAD(&dev->ex_dev.children);
52 INIT_LIST_HEAD(&dev->sata_dev.children);
H A Dsas_expander.c853 list_add_tail(&child->siblings, &parent_ex->children);
968 list_add_tail(&child->siblings, &parent->ex_dev.children);
1122 list_for_each_entry(child, &ex->children, siblings) {
1841 list_for_each_entry(ch, &ex->children, siblings) {
1857 list_for_each_entry_safe(child, n, &ex->children, siblings) {
1876 &ex_dev->children, siblings) {
1908 list_for_each_entry(child, &ex_root->children, siblings) {
1972 list_for_each_entry(child, &dev->ex_dev.children, siblings) {
/drivers/pci/
H A Dbus.c241 list_add_tail(&child->node, &dev->bus->children);
H A Dsearch.c61 list_for_each(tmp, &bus->children) {
H A Dprobe.c494 INIT_LIST_HEAD(&b->children);
696 list_add_tail(&child->node, &parent->children);
848 * We do this before scanning for children because
1572 * parents then children fashion. If this changes, then this code will not
H A Dpci.c101 * pci_bus_max_busnr - returns maximum PCI bus number of given bus' children
113 list_for_each(tmp, &bus->children) {
/drivers/acpi/
H A Dpci_root.c207 list_for_each_entry(child, &device->children, node)
563 list_for_each_entry(child, &device->children, node)
H A Dscan.c463 INIT_LIST_HEAD(&device->children);
496 list_add_tail(&device->node, &device->parent->children);
H A Dvideo.c1355 list_for_each_entry(dev, &device->children, node) {
/drivers/pci/pcie/
H A Daspm.c46 struct list_head children; /* list of child link states */ member in struct:pcie_link_state
47 struct list_head link; /* node in parent's children list */
552 INIT_LIST_HEAD(&link->children);
563 list_add(&link->link, &parent->children);
578 * It is called after the pcie and its children devices are scaned.
/drivers/staging/usbip/
H A Dusbip_common.c160 dev_dbg(dev, "maxchild %d, children %p\n",
161 udev->maxchild, udev->children);
/drivers/pci/hotplug/
H A Dacpiphp_glue.c689 * reserved busnr for all these children.
697 list_for_each(tmp, &bus->children) {
/drivers/scsi/
H A Ddc395x.c326 struct DeviceCtlBlk *children[DC395x_MAX_SCSI_ID][32]; member in struct:AdapterCtlBlk
954 return acb->children[id][lun];
3815 acb->children[dcb->target_id][dcb->target_lun] = dcb;
3849 /* clear map and children */
3851 acb->children[dcb->target_id][dcb->target_lun] = NULL;
/drivers/input/mouse/
H A Dpsmouse-base.c1665 while (!list_empty(&serio->children)) {
1668 "failed to destroy children ports, protocol change aborted.\n");
/drivers/pcmcia/
H A Dyenta_socket.c1099 list_for_each(tmp, &bridge_to_fix->parent->children) {
/drivers/usb/host/
H A Dr8a66597-hcd.c2043 struct usb_device *childdev = udev->children[chix];

Completed in 2282 milliseconds