Symbol: acpi_dev_for_each_child
drivers/acpi/acpi_video.c
1514
return acpi_dev_for_each_child(device, acpi_video_bus_get_one_device, video);
drivers/acpi/bus.c
1198
EXPORT_SYMBOL_GPL(acpi_dev_for_each_child);
drivers/acpi/container.c
37
return acpi_dev_for_each_child(ACPI_COMPANION(&cdev->dev), check_offline, NULL);
drivers/acpi/device_pm.c
396
acpi_dev_for_each_child(adev, fix_up_power_if_applicable, NULL);
drivers/acpi/device_pm.c
409
acpi_dev_for_each_child(adev, fix_up_power_if_applicable, NULL);
drivers/acpi/device_pm.c
497
acpi_dev_for_each_child(adev, acpi_power_up_if_adr_present, NULL);
drivers/acpi/glue.c
200
acpi_dev_for_each_child(parent, check_one_child, &wd);
drivers/acpi/glue.c
88
return acpi_dev_for_each_child(adev, match_any, NULL) > 0;
drivers/acpi/property.c
1346
acpi_dev_for_each_child(adev, stop_on_next, &child_adev);
drivers/acpi/scan.c
2393
acpi_dev_for_each_child(device, acpi_bus_attach, first_pass);
drivers/bus/hisi_lpc.c
481
acpi_dev_for_each_child(ACPI_COMPANION(hostdev),
drivers/bus/hisi_lpc.c
581
ret = acpi_dev_for_each_child(ACPI_COMPANION(hostdev),
drivers/mfd/mfd-core.c
84
acpi_dev_for_each_child(parent, match_device_ids, &wd);
drivers/misc/mei/vsc-tp.c
511
ret = acpi_dev_for_each_child(ACPI_COMPANION(dev),
drivers/platform/x86/lenovo/thinkpad_acpi.c
6700
return acpi_dev_for_each_child(device, tpacpi_evaluate_bcl, NULL);
drivers/soundwire/slave.c
192
ret = acpi_dev_for_each_child(ACPI_COMPANION(bus->dev),
drivers/soundwire/slave.c
221
return acpi_dev_for_each_child(parent, sdw_acpi_find_one, bus);
drivers/usb/misc/usb-ljca.c
503
acpi_dev_for_each_child(parent, ljca_match_device_ids, &wd);
drivers/usb/misc/usb-ljca.c
513
acpi_dev_for_each_child(parent, ljca_match_device_ids, &wd);
drivers/usb/misc/usbio.c
743
acpi_dev_for_each_child(parent, usbio_match_device_ids, &wd);
include/acpi/acpi_bus.h
597
int acpi_dev_for_each_child(struct acpi_device *adev,
sound/soc/sdca/sdca_functions.c
191
acpi_dev_for_each_child(adev, find_sdca_function, &slave->sdca_data);