Home
last modified time | relevance | path

Searched refs:THERM (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/Documentation/hwmon/
Dmax663930 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
Dadm102645 limits for each sensor. If this limit is exceeded, the #THERM output will
Dlm85157 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.4.14/drivers/hwmon/
Dadt7475.c33 #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()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c2092 _(THERM , device->therm , &device->therm->subdev); in nvkm_device_subdev()