Home
last modified time | relevance | path

Searched refs:acpi_get_devices (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/drivers/acpi/acpica/
H A Dnsxfeval.c771 acpi_get_devices(const char *HID, in acpi_get_devices() function
778 ACPI_FUNCTION_TRACE(acpi_get_devices); in acpi_get_devices()
814 ACPI_EXPORT_SYMBOL(acpi_get_devices) in ACPI_EXPORT_SYMBOL() argument
/linux-6.15/drivers/gpu/drm/
H A Ddrm_privacy_screen_x86.c40 status = acpi_get_devices("PNP0C09", acpi_set_handle, NULL, &ec_handle); in detect_thinkpad_privacy_screen()
/linux-6.15/drivers/acpi/
H A Dprocessor_pdc.c119 acpi_get_devices(ACPI_PROCESSOR_DEVICE_HID, early_init_pdc, NULL, NULL); in acpi_early_processor_set_pdc()
H A Dacpi_processor.c611 status = acpi_get_devices(ACPI_PROCESSOR_DEVICE_HID, acpi_processor_osc, in acpi_early_processor_osc()
769 acpi_get_devices(ACPI_PROCESSOR_DEVICE_HID, acpi_processor_ids_walk, in acpi_processor_check_duplicates()
H A Dresource.c1149 acpi_get_devices(NULL, acpi_res_consumer_cb, res, (void **) &consumer); in acpi_resource_consumer()
H A Dec.c1831 status = acpi_get_devices(ec_device_ids[0].id, ec_parse_device, ec, NULL); in acpi_ec_dsdt_probe()
/linux-6.15/drivers/acpi/riscv/
H A Dirq.c180 acpi_get_devices("RSCV0001", riscv_acpi_create_gsi_map, NULL, NULL); in riscv_acpi_init_gsi_mapping()
185 acpi_get_devices("RSCV0002", riscv_acpi_create_gsi_map, NULL, NULL); in riscv_acpi_init_gsi_mapping()
/linux-6.15/sound/soc/
H A Dsoc-acpi.c100 status = acpi_get_devices(hid, snd_soc_acpi_find_package, ctx, NULL); in snd_soc_acpi_find_package_from_hid()
/linux-6.15/drivers/pnp/pnpacpi/
H A Dcore.c308 acpi_get_devices(NULL, pnpacpi_add_device_handler, NULL, NULL); in pnpacpi_init()
/linux-6.15/arch/x86/pci/
H A Dmmconfig-shared.c436 acpi_get_devices("PNP0C01", find_mboard_resource, &mcfg_res, NULL); in is_acpi_reserved()
439 acpi_get_devices("PNP0C02", find_mboard_resource, &mcfg_res, in is_acpi_reserved()
/linux-6.15/drivers/xen/
H A Dxen-acpi-processor.c426 acpi_get_devices(ACPI_PROCESSOR_DEVICE_HID, read_acpi_id, NULL, NULL); in check_acpi_ids()
/linux-6.15/include/acpi/
H A Dacpixf.h520 acpi_get_devices(const char *HID,
/linux-6.15/drivers/platform/chrome/
H A Dcros_ec_lpc.c487 acpi_status status = acpi_get_devices(id, cros_ec_lpc_parse_device, in cros_ec_lpc_get_device()
/linux-6.15/drivers/pci/
H A Dpci-acpi.c87 status = acpi_get_devices(hid, acpi_match_rc, &segment, &handle); in acpi_get_rc_resources()
/linux-6.15/drivers/net/ethernet/cavium/thunder/
H A Dthunder_bgx.c1454 acpi_get_devices(NULL, bgx_acpi_match_id, bgx, (void **)NULL); in bgx_init_acpi_phy()
/linux-6.15/drivers/platform/x86/
H A Dthinkpad_acpi.c792 status = acpi_get_devices(hid, tpacpi_acpi_handle_locate_callback, in tpacpi_acpi_handle_locate()