Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/hwmon/
Dadt7475.c35 #define THERM 5 macro
405 out = reg2temp(data, data->temp[THERM][sattr->index]) - in show_temp()
478 data->temp[THERM][sattr->index] = in set_temp()
482 temp = reg2temp(data, data->temp[THERM][sattr->index]); in set_temp()
520 case THERM: in set_temp()
1127 THERM, 0);
1145 THERM, 1);
1164 THERM, 2);
1487 data->temp[THERM][i] = ret << 2; in adt7475_update_limits()
/Linux-v4.19/arch/arm/boot/dts/
Dtegra124-apalis-v1.2.dtsi1744 * Note: THERM_N directly connected to AS3722 PMIC THERM
Dtegra124-apalis.dtsi1773 * Note: THERM_N directly connected to AS3722 PMIC THERM
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c2485 _(THERM , device->therm , &device->therm->subdev); in nvkm_device_subdev()