Lines Matching defs:handle

68 		acpi_handle_info(tz->device->handle, \
151 status = acpi_evaluate_integer(tz->device->handle, "_TMP", NULL, &tmp);
157 acpi_handle_debug(tz->device->handle, "Temperature is %lu dK\n",
171 status = acpi_evaluate_integer(tz->device->handle, "_TZP", NULL, &tmp);
176 acpi_handle_debug(tz->device->handle, "Polling frequency is %lu dS\n",
201 status = acpi_evaluate_integer(tz->device->handle, "_CRT", NULL, &tmp);
211 acpi_handle_debug(tz->device->handle,
218 acpi_handle_debug(tz->device->handle,
241 status = acpi_evaluate_integer(tz->device->handle, "_HOT", NULL, &tmp);
244 acpi_handle_debug(tz->device->handle,
249 acpi_handle_debug(tz->device->handle,
265 status = acpi_evaluate_integer(tz->device->handle,
275 status = acpi_evaluate_integer(tz->device->handle,
282 status = acpi_evaluate_integer(tz->device->handle,
289 status = acpi_evaluate_integer(tz->device->handle,
300 status = acpi_evaluate_reference(tz->device->handle, "_PSL",
303 acpi_handle_info(tz->device->handle,
332 status = acpi_evaluate_integer(tz->device->handle,
365 status = acpi_evaluate_reference(tz->device->handle,
368 acpi_handle_info(tz->device->handle,
392 status = acpi_evaluate_reference(tz->device->handle, "_TZD",
567 acpi_handle handle;
582 handle = tz->trips.passive.devices.handles[i];
583 dev = acpi_fetch_acpi_dev(handle);
609 handle = tz->trips.active[i].devices.handles[j];
610 dev = acpi_fetch_acpi_dev(handle);
792 static void acpi_thermal_notify(acpi_handle handle, u32 event, void *data)
809 acpi_handle_debug(device->handle, "Unsupported event [0x%x]\n",
829 acpi_handle handle = tz->device->handle;
833 acpi_evaluate_integer(handle, "_CRT", NULL, &value);
834 acpi_evaluate_integer(handle, "_HOT", NULL, &value);
835 acpi_evaluate_integer(handle, "_PSV", NULL, &value);
840 status = acpi_evaluate_integer(handle, name, NULL, &value);
844 acpi_evaluate_integer(handle, "_TMP", NULL, &value);
867 acpi_execute_simple_method(tz->device->handle, "_SCP",