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

/linux-master/drivers/acpi/
H A Dthermal.c169 static int acpi_thermal_temp(struct acpi_thermal *tz, int temp_deci_k) function
307 temp = acpi_thermal_temp(tz, acpi_trip->temp_dk);
520 t = acpi_thermal_temp(tz, tz->temp_dk);
873 trip->temperature = acpi_thermal_temp(tz, crit_temp);
879 trip->temperature = acpi_thermal_temp(tz, hot_temp);
888 trip->temperature = acpi_thermal_temp(tz, acpi_trip->temp_dk);
900 trip->temperature = acpi_thermal_temp(tz, acpi_trip->temp_dk);

Completed in 100 milliseconds