Searched refs:temp_decik (Results 1 – 1 of 1) sorted by relevance
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() local106 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() local125 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() local143 int ret = acpi_hot_trip_temp(adev, &temp_decik); in thermal_acpi_hot_trip_temp()145 return thermal_temp(ret, temp_decik, ret_temp); in thermal_acpi_hot_trip_temp()161 int temp_decik = 0; in thermal_acpi_critical_trip_temp() local[all …]
Completed in 4 milliseconds