Searched refs:read_handle (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/acpi/acpica/ |
D | dbtest.c | 74 static acpi_handle read_handle = NULL; variable 174 if (!read_handle) { in acpi_db_test_all_objects() 184 acpi_get_handle(NULL, ACPI_DB_READ_METHOD, &read_handle); in acpi_db_test_all_objects() 796 status = acpi_evaluate_object(read_handle, NULL, in acpi_db_read_from_object()
|
/Linux-v4.19/drivers/misc/cxl/ |
D | of.c | 58 static int read_handle(struct device_node *np, u64 *handle) in read_handle() function 137 if (read_handle(afu_np, &afu->guest->handle)) in cxl_of_read_afu_handle() 342 if (read_handle(np, &adapter->guest->handle)) in cxl_of_read_adapter_handle()
|
/Linux-v4.19/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() 1261 data->read_handle = ret; in atk_probe_if() 1285 else if (data->enumerate_handle && data->read_handle && in atk_probe_if()
|