Home
last modified time | relevance | path

Searched refs:children (Results 1 – 20 of 20) sorted by relevance

/drivers/usb/core/
Dhub.c586 if (hdev->children[port1-1] && set_state) in hub_port_disable()
587 usb_set_device_state(hdev->children[port1-1], in hub_port_disable()
678 struct usb_device *udev = hdev->children[port1-1]; in hub_activate()
809 if (hdev->children[i]) in hub_quiesce()
810 usb_disconnect(&hdev->children[i]); in hub_quiesce()
1219 if (hdev->children[i] == NULL) in hub_ioctl()
1223 hdev->children[i]->devnum; in hub_ioctl()
1242 if (udev->children[i]) in recursively_mark_NOTATTACHED()
1243 recursively_mark_NOTATTACHED(udev->children[i]); in recursively_mark_NOTATTACHED()
1428 if (udev->children[i]) in usb_disconnect()
[all …]
Dusb.c572 if (dev->children[child]) { in match_device()
573 usb_lock_device(dev->children[child]); in match_device()
574 ret_dev = match_device(dev->children[child], in match_device()
576 usb_unlock_device(dev->children[child]); in match_device()
Ddevices.c576 struct usb_device *childdev = usbdev->children[chix]; in usb_device_dump()
/drivers/pci/pcie/
Daspm.c40 struct list_head children; member
545 if (!list_empty(&leaf->children) || in __pcie_aspm_configure_link_state()
654 INIT_LIST_HEAD(&link_state->children); in pcie_aspm_init_link_state()
664 list_add(&link_state->link, &parent_link_state->children); in pcie_aspm_init_link_state()
/drivers/acpi/
Dpci_root.c182 list_for_each_entry(child, &device->children, node) in acpi_pci_bridge_scan()
344 list_for_each_entry(child, &device->children, node) in acpi_pci_root_add()
Dscan.c431 INIT_LIST_HEAD(&device->children); in acpi_device_register()
464 list_add_tail(&device->node, &device->parent->children); in acpi_device_register()
Dvideo.c1772 list_for_each_entry(dev, &device->children, node) { in acpi_video_bus_get_devices()
/drivers/scsi/libsas/
Dsas_discover.c45 INIT_LIST_HEAD(&dev->ex_dev.children); in sas_init_dev()
50 INIT_LIST_HEAD(&dev->sata_dev.children); in sas_init_dev()
Dsas_expander.c739 list_add_tail(&child->siblings, &parent_ex->children); in sas_ex_discover_end_dev()
845 list_add_tail(&child->siblings, &parent->ex_dev.children); in sas_ex_discover_expander()
988 list_for_each_entry(child, &ex->children, siblings) { in sas_check_level_subtractive_boundary()
1674 list_for_each_entry(ch, &ex->children, siblings) { in sas_find_bcast_dev()
1692 list_for_each_entry_safe(child, n, &ex->children, siblings) { in sas_unregister_ex_tree()
1709 list_for_each_entry_safe(child, n, &ex_dev->children, siblings) { in sas_unregister_devs_sas_addr()
1735 list_for_each_entry(child, &ex_root->children, siblings) { in sas_discover_bfs_by_root_level()
1783 list_for_each_entry(child, &dev->ex_dev.children, siblings) { in sas_discover_new()
/drivers/pci/
Dbus.c163 list_add_tail(&child->node, &dev->bus->children); in pci_bus_add_devices()
Dsearch.c60 list_for_each(tmp, &bus->children) { in pci_do_find_bus()
Dprobe.c381 INIT_LIST_HEAD(&b->children); in pci_alloc_bus()
444 list_add_tail(&child->node, &parent->children); in pci_add_new_bus()
Dpci.c50 list_for_each(tmp, &bus->children) { in pci_bus_max_busnr()
/drivers/pci/hotplug/
Dfakephp.c295 pci_rescan_buses(&b->children); in pci_rescan_buses()
Dacpiphp_glue.c951 list_for_each(tmp, &bus->children) { in acpiphp_max_busnr()
/drivers/staging/usbip/
Dusbip_common.c198 udev->maxchild, udev->children); in usbip_dump_usb_device()
/drivers/scsi/
Ddc395x.c325 struct DeviceCtlBlk *children[DC395x_MAX_SCSI_ID][32]; member
953 return acb->children[id][lun]; in find_dcb()
3814 acb->children[dcb->target_id][dcb->target_lun] = dcb; in adapter_add_device()
3850 acb->children[dcb->target_id][dcb->target_lun] = NULL; in adapter_remove_device()
/drivers/mtd/
DKconfig164 the partition map from the children of the flash node,
/drivers/pcmcia/
Dyenta_socket.c1040 list_for_each(tmp, &bridge_to_fix->parent->children) { in yenta_fixup_parent_bridge()
/drivers/usb/host/
Dr8a66597-hcd.c1997 struct usb_device *childdev = udev->children[chix]; in collect_usb_address_map()