Home
last modified time | relevance | path

Searched refs:read_handle (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/acpi/acpica/
H A Ddbtest.c78 static acpi_handle read_handle = NULL; variable
178 if (!read_handle) { in acpi_db_test_all_objects()
188 acpi_get_handle(NULL, ACPI_DB_READ_METHOD, &read_handle); in acpi_db_test_all_objects()
828 status = acpi_evaluate_object(read_handle, NULL, in acpi_db_read_from_object()
/openbmc/linux/drivers/misc/cxl/
H A Dof.c54 static int read_handle(struct device_node *np, u64 *handle) in read_handle() function
133 if (read_handle(afu_np, &afu->guest->handle)) in cxl_of_read_afu_handle()
337 if (read_handle(np, &adapter->guest->handle)) in cxl_of_read_adapter_handle()
/openbmc/linux/drivers/hwmon/
H A Dasus_atk0110.c119 acpi_handle read_handle; member
545 status = acpi_evaluate_object_typed(data->read_handle, NULL, &params, in atk_gitm()
664 if (!data->read_handle) in atk_debugfs_gitm_get()
1240 data->read_handle = ret; in atk_probe_if()
1264 else if (data->enumerate_handle && data->read_handle && in atk_probe_if()