acpi_dev_for_each_child
return acpi_dev_for_each_child(device, acpi_video_bus_get_one_device, video);
EXPORT_SYMBOL_GPL(acpi_dev_for_each_child);
return acpi_dev_for_each_child(ACPI_COMPANION(&cdev->dev), check_offline, NULL);
acpi_dev_for_each_child(adev, fix_up_power_if_applicable, NULL);
acpi_dev_for_each_child(adev, fix_up_power_if_applicable, NULL);
acpi_dev_for_each_child(adev, acpi_power_up_if_adr_present, NULL);
acpi_dev_for_each_child(parent, check_one_child, &wd);
return acpi_dev_for_each_child(adev, match_any, NULL) > 0;
acpi_dev_for_each_child(adev, stop_on_next, &child_adev);
acpi_dev_for_each_child(device, acpi_bus_attach, first_pass);
acpi_dev_for_each_child(ACPI_COMPANION(hostdev),
ret = acpi_dev_for_each_child(ACPI_COMPANION(hostdev),
acpi_dev_for_each_child(parent, match_device_ids, &wd);
ret = acpi_dev_for_each_child(ACPI_COMPANION(dev),
return acpi_dev_for_each_child(device, tpacpi_evaluate_bcl, NULL);
ret = acpi_dev_for_each_child(ACPI_COMPANION(bus->dev),
return acpi_dev_for_each_child(parent, sdw_acpi_find_one, bus);
acpi_dev_for_each_child(parent, ljca_match_device_ids, &wd);
acpi_dev_for_each_child(parent, ljca_match_device_ids, &wd);
acpi_dev_for_each_child(parent, usbio_match_device_ids, &wd);
int acpi_dev_for_each_child(struct acpi_device *adev,
acpi_dev_for_each_child(adev, find_sdca_function, &slave->sdca_data);