Searched refs:THERM (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/Documentation/hwmon/ |
D | max6639 | 30 temp1_max RW Set THERM temperature for input 1 32 temp2_max RW Set THERM temperature for input 2 44 temp1_max_alarm R Alarm on THERM temperature on channel 1 45 temp2_max_alarm R Alarm on THERM temperature on channel 2
|
D | adm1026 | 45 limits for each sensor. If this limit is exceeded, the #THERM output will
|
D | lm85 | 157 The ADT7463 and ADT7468 also have an optional THERM output/input which can 227 Tmin control and THERM asserted counts. Automatic Tmin control acts to
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | gm107.c | 86 .handle = NV_SUBDEV(THERM, 0x117),
|
D | gt215.c | 93 .handle = NV_SUBDEV(THERM, 0xa3),
|
D | gf110.c | 167 .handle = NV_SUBDEV(THERM, 0xd0),
|
D | nv50.c | 191 .handle = NV_SUBDEV(THERM, 0x50),
|
D | nv40.c | 218 .handle = NV_SUBDEV(THERM, 0x40),
|
D | g84.c | 259 .handle = NV_SUBDEV(THERM, 0x84),
|
/linux-4.1.27/drivers/hwmon/ |
D | adt7475.c | 33 #define THERM 5 macro 396 out = reg2temp(data, data->temp[THERM][sattr->index]) - in show_temp() 469 data->temp[THERM][sattr->index] = in set_temp() 473 temp = reg2temp(data, data->temp[THERM][sattr->index]); in set_temp() 511 case THERM: in set_temp() 970 THERM, 0); 986 THERM, 1); 1003 THERM, 2); 1591 data->temp[THERM][i] = in adt7475_update_device()
|