Lines Matching refs:bios_sensor
101 u8 max = therm->bios_sensor.thrs_fan_boost.temp; in nvkm_therm_update_linear_fallback()
225 return therm->bios_sensor.thrs_fan_boost.temp; in nvkm_therm_attr_get()
227 return therm->bios_sensor.thrs_fan_boost.hysteresis; in nvkm_therm_attr_get()
229 return therm->bios_sensor.thrs_down_clock.temp; in nvkm_therm_attr_get()
231 return therm->bios_sensor.thrs_down_clock.hysteresis; in nvkm_therm_attr_get()
233 return therm->bios_sensor.thrs_critical.temp; in nvkm_therm_attr_get()
235 return therm->bios_sensor.thrs_critical.hysteresis; in nvkm_therm_attr_get()
237 return therm->bios_sensor.thrs_shutdown.temp; in nvkm_therm_attr_get()
239 return therm->bios_sensor.thrs_shutdown.hysteresis; in nvkm_therm_attr_get()
267 therm->bios_sensor.thrs_fan_boost.temp = value; in nvkm_therm_attr_set()
271 therm->bios_sensor.thrs_fan_boost.hysteresis = value; in nvkm_therm_attr_set()
275 therm->bios_sensor.thrs_down_clock.temp = value; in nvkm_therm_attr_set()
279 therm->bios_sensor.thrs_down_clock.hysteresis = value; in nvkm_therm_attr_set()
283 therm->bios_sensor.thrs_critical.temp = value; in nvkm_therm_attr_set()
287 therm->bios_sensor.thrs_critical.hysteresis = value; in nvkm_therm_attr_set()
291 therm->bios_sensor.thrs_shutdown.temp = value; in nvkm_therm_attr_set()
295 therm->bios_sensor.thrs_shutdown.hysteresis = value; in nvkm_therm_attr_set()