Searched refs:thermal_temp (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/acpi/ |
| H A D | thermal_lib.c | 76 static int thermal_temp(int error, int temp_decik, int *ret_temp) in thermal_temp() function 106 return thermal_temp(ret, temp_decik, ret_temp); in thermal_acpi_active_trip_temp() 125 return thermal_temp(ret, temp_decik, ret_temp); in thermal_acpi_passive_trip_temp() 145 return thermal_temp(ret, temp_decik, ret_temp); in thermal_acpi_hot_trip_temp() 164 return thermal_temp(ret, temp_decik, ret_temp); in thermal_acpi_critical_trip_temp()
|