Searched refs:acpi_dev_for_each_child (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/acpi/
H A Dcontainer.c37 return acpi_dev_for_each_child(ACPI_COMPANION(&cdev->dev), check_offline, NULL);
H A Dglue.c88 return acpi_dev_for_each_child(adev, match_any, NULL) > 0;
200 acpi_dev_for_each_child(parent, check_one_child, &wd);
H A Ddevice_pm.c396 acpi_dev_for_each_child(adev, fix_up_power_if_applicable, NULL);
409 acpi_dev_for_each_child(adev, fix_up_power_if_applicable, NULL);
497 acpi_dev_for_each_child(adev, acpi_power_up_if_adr_present, NULL);
H A Dbus.c1128 EXPORT_SYMBOL_GPL(acpi_dev_for_each_child); variable
1130 int acpi_dev_for_each_child(struct acpi_device *adev, function
H A Dproperty.c1270 acpi_dev_for_each_child(adev, stop_on_next, &child_adev);
H A Dacpi_video.c1507 return acpi_dev_for_each_child(device, acpi_video_bus_get_one_device, video);
H A Dscan.c2303 acpi_dev_for_each_child(device, acpi_bus_attach, first_pass);
/linux-master/drivers/soundwire/
H A Dslave.c183 ret = acpi_dev_for_each_child(ACPI_COMPANION(bus->dev),
212 return acpi_dev_for_each_child(parent, sdw_acpi_find_one, bus);
/linux-master/drivers/bus/
H A Dhisi_lpc.c481 acpi_dev_for_each_child(ACPI_COMPANION(hostdev),
581 ret = acpi_dev_for_each_child(ACPI_COMPANION(hostdev),
/linux-master/drivers/mfd/
H A Dmfd-core.c83 acpi_dev_for_each_child(parent, match_device_ids, &wd);
/linux-master/drivers/misc/mei/
H A Dvsc-tp.c533 ret = acpi_dev_for_each_child(ACPI_COMPANION(dev),
/linux-master/drivers/usb/misc/
H A Dusb-ljca.c491 acpi_dev_for_each_child(parent, ljca_match_device_ids, &wd);
501 acpi_dev_for_each_child(parent, ljca_match_device_ids, &wd);
/linux-master/include/acpi/
H A Dacpi_bus.h588 int acpi_dev_for_each_child(struct acpi_device *adev,
/linux-master/drivers/platform/x86/
H A Dthinkpad_acpi.c6831 return acpi_dev_for_each_child(device, tpacpi_evaluate_bcl, NULL);

Completed in 201 milliseconds