Lines Matching refs:temp
31 therm->bios_sensor.thrs_fan_boost.temp = 90; in nvkm_therm_temp_set_defaults()
34 therm->bios_sensor.thrs_down_clock.temp = 95; in nvkm_therm_temp_set_defaults()
37 therm->bios_sensor.thrs_critical.temp = 105; in nvkm_therm_temp_set_defaults()
40 therm->bios_sensor.thrs_shutdown.temp = 135; in nvkm_therm_temp_set_defaults()
143 int temp = therm->func->temp_get(therm); in nvkm_therm_threshold_hyst_polling() local
147 if (temp >= thrs->temp && prev_state == NVKM_THERM_THRS_LOWER) { in nvkm_therm_threshold_hyst_polling()
150 } else if (temp <= thrs->temp - thrs->hysteresis && in nvkm_therm_threshold_hyst_polling()
199 sensor->thrs_fan_boost.temp, in nvkm_therm_program_alarms_polling()
201 sensor->thrs_down_clock.temp, in nvkm_therm_program_alarms_polling()
203 sensor->thrs_critical.temp, in nvkm_therm_program_alarms_polling()
205 sensor->thrs_shutdown.temp, in nvkm_therm_program_alarms_polling()