Searched refs:att (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/power/acpi_thermal/
H A Dacpi_thermal.c161 acpi_thermal_type* att = NULL; local
171 att = (acpi_thermal_type*)arg;
177 att->critical_temp =
184 att->current_temp =
191 att->hot_temp =
196 att->passive_package = NULL;
197 //err = device->acpi->get_object(device->acpi_cookie, "_PSL", &(att->passive_package));
199 att->active_count = 0;
200 att->active_devices = NULL;
/haiku/src/add-ons/kernel/drivers/power/pch_thermal/
H A Dpch_thermal.cpp142 pch_thermal_type *att = NULL; local
146 att = (pch_thermal_type *)arg;
149 att->critical_temp = device->criticalTemp;
150 att->hot_temp = device->hotTemp;
155 att->current_temp = (uint32)temp * 10 / 2 - 500;

Completed in 39 milliseconds