Home
last modified time | relevance | path

Searched refs:temp_decik (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/acpi/
H A Dthermal_lib.c76 static int thermal_temp(int error, int temp_decik, int *ret_temp) in thermal_temp() argument
81 if (temp_decik == THERMAL_TEMP_INVALID) in thermal_temp()
84 *ret_temp = deci_kelvin_to_millicelsius(temp_decik); in thermal_temp()
103 int temp_decik = 0; in thermal_acpi_active_trip_temp() local
104 int ret = acpi_active_trip_temp(adev, id, &temp_decik); in thermal_acpi_active_trip_temp()
106 return thermal_temp(ret, temp_decik, ret_temp); in thermal_acpi_active_trip_temp()
122 int temp_decik = 0; in thermal_acpi_passive_trip_temp() local
123 int ret = acpi_passive_trip_temp(adev, &temp_decik); in thermal_acpi_passive_trip_temp()
125 return thermal_temp(ret, temp_decik, ret_temp); in thermal_acpi_passive_trip_temp()
142 int temp_decik = 0; in thermal_acpi_hot_trip_temp() local
[all …]