Searched refs:read_handle (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/acpi/acpica/ |
D | dbtest.c | 78 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()
|
/Linux-v5.4/drivers/misc/cxl/ |
D | of.c | 54 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() 338 if (read_handle(np, &adapter->guest->handle)) in cxl_of_read_adapter_handle()
|
/Linux-v5.4/drivers/hwmon/ |
D | asus_atk0110.c | 119 acpi_handle read_handle; member 545 status = acpi_evaluate_object_typed(data->read_handle, NULL, ¶ms, 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()
|