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

/linux-master/drivers/acpi/
H A Dthermal.c89 unsigned long temp_dk; member in struct:acpi_thermal_trip
112 unsigned long temp_dk; member in struct:acpi_thermal
136 tz->last_temp_dk = tz->temp_dk;
142 tz->temp_dk = tmp;
145 tz->temp_dk);
180 return acpi_trip->temp_dk != THERMAL_TEMP_INVALID;
231 acpi_trip->temp_dk = get_passive_temp(tz);
235 acpi_trip->temp_dk = get_active_temp(tz, index);
282 acpi_trip->temp_dk = THERMAL_TEMP_INVALID;
307 temp = acpi_thermal_temp(tz, acpi_trip->temp_dk);
[all...]

Completed in 126 milliseconds