Lines Matching refs:handle

61 	acpi_handle_info(tz->device->handle, \
138 status = acpi_evaluate_integer(tz->device->handle, "_TMP", NULL, &tmp);
144 acpi_handle_debug(tz->device->handle, "Temperature is %lu dK\n",
158 status = acpi_evaluate_integer(tz->device->handle, "_TZP", NULL, &tmp);
163 acpi_handle_debug(tz->device->handle, "Polling frequency is %lu dS\n",
255 if (!acpi_evaluate_reference(tz->device->handle, method, NULL, &devices)) {
256 acpi_handle_info(tz->device->handle, "%s evaluation failure\n", method);
350 acpi_handle_debug(tz->device->handle, "Critical threshold disabled\n");
367 acpi_handle_debug(tz->device->handle, "Critical threshold [%d]\n", temp);
376 acpi_handle_debug(tz->device->handle, "No hot threshold\n");
380 acpi_handle_debug(tz->device->handle, "Hot threshold [%d]\n", temp);
389 status = acpi_evaluate_integer(tz->device->handle, "_TC1", NULL, &tmp);
395 status = acpi_evaluate_integer(tz->device->handle, "_TC2", NULL, &tmp);
401 status = acpi_evaluate_integer(tz->device->handle, "_TFP", NULL, &tmp);
407 status = acpi_evaluate_integer(tz->device->handle, "_TSP", NULL, &tmp);
575 acpi_handle handle = acpi_trip->devices.handles[i];
576 struct acpi_device *adev = acpi_fetch_acpi_dev(handle);
711 static void acpi_thermal_notify(acpi_handle handle, u32 event, void *data)
728 acpi_handle_debug(device->handle, "Unsupported event [0x%x]\n",
748 acpi_handle handle = tz->device->handle;
752 acpi_evaluate_integer(handle, "_CRT", NULL, &value);
753 acpi_evaluate_integer(handle, "_HOT", NULL, &value);
754 acpi_evaluate_integer(handle, "_PSV", NULL, &value);
759 status = acpi_evaluate_integer(handle, name, NULL, &value);
763 acpi_evaluate_integer(handle, "_TMP", NULL, &value);
858 acpi_execute_simple_method(tz->device->handle, "_SCP",