Searched refs:bios_sensor (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dtemp.c29 therm->bios_sensor.offset_constant = 0;
31 therm->bios_sensor.thrs_fan_boost.temp = 90;
32 therm->bios_sensor.thrs_fan_boost.hysteresis = 3;
34 therm->bios_sensor.thrs_down_clock.temp = 95;
35 therm->bios_sensor.thrs_down_clock.hysteresis = 3;
37 therm->bios_sensor.thrs_critical.temp = 105;
38 therm->bios_sensor.thrs_critical.hysteresis = 5;
40 therm->bios_sensor.thrs_shutdown.temp = 135;
41 therm->bios_sensor.thrs_shutdown.hysteresis = 5; /*not that it matters */
47 struct nvbios_therm_sensor *s = &therm->bios_sensor;
[all...]
H A Dbase.c101 u8 max = therm->bios_sensor.thrs_fan_boost.temp;
225 return therm->bios_sensor.thrs_fan_boost.temp;
227 return therm->bios_sensor.thrs_fan_boost.hysteresis;
229 return therm->bios_sensor.thrs_down_clock.temp;
231 return therm->bios_sensor.thrs_down_clock.hysteresis;
233 return therm->bios_sensor.thrs_critical.temp;
235 return therm->bios_sensor.thrs_critical.hysteresis;
237 return therm->bios_sensor.thrs_shutdown.temp;
239 return therm->bios_sensor.thrs_shutdown.hysteresis;
267 therm->bios_sensor
[all...]
H A Dic.c34 struct nvbios_therm_sensor *sensor = &therm->bios_sensor;
H A Dg84.c56 struct nvbios_therm_sensor *sensor = &therm->bios_sensor;
143 struct nvbios_therm_sensor *sensor = &therm->bios_sensor;
H A Dnv40.c76 struct nvbios_therm_sensor *sensor = &therm->bios_sensor;
H A Dnv50.c132 struct nvbios_therm_sensor *sensor = &therm->bios_sensor;
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dtherm.h72 struct nvbios_therm_sensor bios_sensor; member in struct:nvkm_therm

Completed in 115 milliseconds