Searched refs:acpi_dev_for_each_child (Results 1 – 11 of 11) sorted by relevance
/drivers/soundwire/ |
D | slave.c | 183 ret = acpi_dev_for_each_child(ACPI_COMPANION(bus->dev), in sdw_acpi_find_one() 212 return acpi_dev_for_each_child(parent, sdw_acpi_find_one, bus); in sdw_acpi_find_slaves()
|
/drivers/acpi/ |
D | glue.c | 88 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()
|
D | container.c | 37 return acpi_dev_for_each_child(ACPI_COMPANION(&cdev->dev), check_offline, NULL); in acpi_container_offline()
|
D | device_pm.c | 396 acpi_dev_for_each_child(adev, fix_up_power_if_applicable, NULL); in acpi_device_fix_up_power_extended() 484 acpi_dev_for_each_child(adev, acpi_power_up_if_adr_present, NULL); in acpi_dev_power_up_children_with_adr()
|
D | bus.c | 1092 EXPORT_SYMBOL_GPL(acpi_dev_for_each_child); 1094 int acpi_dev_for_each_child(struct acpi_device *adev, in acpi_dev_for_each_child() function
|
D | scan.c | 354 return acpi_dev_for_each_child(adev, acpi_scan_bus_check, NULL); in acpi_scan_bus_check() 2234 acpi_dev_for_each_child(device, acpi_bus_attach, first_pass); in acpi_bus_attach()
|
D | property.c | 1216 acpi_dev_for_each_child(adev, stop_on_next, &child_adev); in acpi_get_next_subnode()
|
D | acpi_video.c | 1527 return acpi_dev_for_each_child(device, acpi_video_bus_get_one_device, video); in acpi_video_bus_get_devices()
|
/drivers/bus/ |
D | hisi_lpc.c | 481 acpi_dev_for_each_child(ACPI_COMPANION(hostdev), in hisi_lpc_acpi_remove() 581 ret = acpi_dev_for_each_child(ACPI_COMPANION(hostdev), in hisi_lpc_acpi_probe()
|
/drivers/mfd/ |
D | mfd-core.c | 109 acpi_dev_for_each_child(parent, match_device_ids, &wd); in mfd_acpi_add_device()
|
/drivers/platform/x86/ |
D | thinkpad_acpi.c | 6967 return acpi_dev_for_each_child(device, tpacpi_evaluate_bcl, NULL); in tpacpi_query_bcl_levels()
|