Home
last modified time | relevance | path

Searched refs:acpi_dev_for_each_child (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/acpi/
H A Dcontainer.c37 return acpi_dev_for_each_child(ACPI_COMPANION(&cdev->dev), check_offline, NULL); in acpi_container_offline()
H A Dglue.c88 return acpi_dev_for_each_child(adev, match_any, NULL) > 0; in acpi_dev_has_children()
200 acpi_dev_for_each_child(parent, check_one_child, &wd); in acpi_find_child()
H A Ddevice_pm.c396 acpi_dev_for_each_child(adev, fix_up_power_if_applicable, NULL); in acpi_device_fix_up_power_extended()
409 acpi_dev_for_each_child(adev, fix_up_power_if_applicable, NULL); in acpi_device_fix_up_power_children()
497 acpi_dev_for_each_child(adev, acpi_power_up_if_adr_present, NULL); in acpi_dev_power_up_children_with_adr()
H A Dbus.c1174 EXPORT_SYMBOL_GPL(acpi_dev_for_each_child);
1176 int acpi_dev_for_each_child(struct acpi_device *adev, in acpi_dev_for_each_child() function
H A Dproperty.c1346 acpi_dev_for_each_child(adev, stop_on_next, &child_adev); in acpi_get_next_subnode()
/linux/drivers/usb/misc/
H A Dusb-ljca.c502 acpi_dev_for_each_child(parent, ljca_match_device_ids, &wd); in ljca_auxdev_acpi_bind()
512 acpi_dev_for_each_child(parent, ljca_match_device_ids, &wd); in ljca_auxdev_acpi_bind()
H A Dusbio.c747 acpi_dev_for_each_child(parent, usbio_match_device_ids, &wd); in usbio_acpi_bind()
/linux/Documentation/admin-guide/mm/
H A Dslab.rst430 acpi_dev_for_each_child+0x77/0xa0
433 acpi_dev_for_each_child+0x77/0xa0
/linux/include/acpi/
H A Dacpi_bus.h570 int acpi_dev_for_each_child(struct acpi_device *adev,
/linux/sound/soc/sdca/
H A Dsdca_functions.c199 acpi_dev_for_each_child(adev, find_sdca_function, &slave->sdca_data); in sdca_lookup_functions()
/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c6691 return acpi_dev_for_each_child(device, tpacpi_evaluate_bcl, NULL); in tpacpi_query_bcl_levels()