Searched refs:acpi_dev_for_each_child (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/soundwire/ |
H A D | slave.c | 191 ret = acpi_dev_for_each_child(ACPI_COMPANION(bus->dev), in sdw_acpi_find_one() 220 return acpi_dev_for_each_child(parent, sdw_acpi_find_one, bus); in sdw_acpi_find_slaves()
|
/linux/drivers/acpi/ |
H A D | container.c | 37 return acpi_dev_for_each_child(ACPI_COMPANION(&cdev->dev), check_offline, NULL); in acpi_container_offline()
|
H A 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()
|
H A D | device_pm.c | 396 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 D | bus.c | 1147 EXPORT_SYMBOL_GPL(acpi_dev_for_each_child); 1149 int acpi_dev_for_each_child(struct acpi_device *adev, in acpi_dev_for_each_child() function
|
H A D | property.c | 1275 acpi_dev_for_each_child(adev, stop_on_next, &child_adev); in acpi_get_next_subnode()
|
H A D | acpi_video.c | 1520 return acpi_dev_for_each_child(device, acpi_video_bus_get_one_device, video); in acpi_video_bus_get_devices()
|
H A D | scan.c | 2321 acpi_dev_for_each_child(device, acpi_bus_attach, first_pass); in acpi_bus_attach()
|
/linux/drivers/bus/ |
H A 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()
|
/linux/drivers/usb/misc/ |
H A D | usb-ljca.c | 492 acpi_dev_for_each_child(parent, ljca_match_device_ids, &wd); in ljca_auxdev_acpi_bind() 502 acpi_dev_for_each_child(parent, ljca_match_device_ids, &wd); in ljca_auxdev_acpi_bind()
|
/linux/drivers/misc/mei/ |
H A D | vsc-tp.c | 511 ret = acpi_dev_for_each_child(ACPI_COMPANION(dev), in vsc_tp_probe()
|
/linux/Documentation/admin-guide/mm/ |
H A D | slab.rst | 430 acpi_dev_for_each_child+0x77/0xa0 433 acpi_dev_for_each_child+0x77/0xa0
|
/linux/include/acpi/ |
H A D | acpi_bus.h | 597 int acpi_dev_for_each_child(struct acpi_device *adev,
|
/linux/sound/soc/sdca/ |
H A D | sdca_functions.c | 187 acpi_dev_for_each_child(adev, find_sdca_function, &slave->sdca_data); in sdca_lookup_functions()
|
/linux/drivers/platform/x86/lenovo/ |
H A D | thinkpad_acpi.c | 6700 return acpi_dev_for_each_child(device, tpacpi_evaluate_bcl, NULL); in tpacpi_query_bcl_levels()
|