Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/hwmon/
Dmax6639.rst35 temp1_max RW Set THERM temperature for input 1
37 temp2_max RW Set THERM temperature for input 2
49 temp1_max_alarm R Alarm on THERM temperature on channel 1
50 temp2_max_alarm R Alarm on THERM temperature on channel 2
Dadm1026.rst53 limits for each sensor. If this limit is exceeded, the #THERM output will
Dlm85.rst200 The ADT7463 and ADT7468 also have an optional THERM output/input which can
283 Tmin control and THERM asserted counts. Automatic Tmin control acts to
/Linux-v5.10/drivers/hwmon/
Dadt7475.c33 #define THERM 5 macro
407 out = reg2temp(data, data->temp[THERM][sattr->index]) - in temp_show()
480 data->temp[THERM][sattr->index] = in temp_store()
484 temp = reg2temp(data, data->temp[THERM][sattr->index]); in temp_store()
522 case THERM: in temp_store()
1114 static SENSOR_DEVICE_ATTR_2_RW(temp1_crit, temp, THERM, 0);
1124 static SENSOR_DEVICE_ATTR_2_RW(temp2_crit, temp, THERM, 1);
1135 static SENSOR_DEVICE_ATTR_2_RW(temp3_crit, temp, THERM, 2);
1411 data->temp[THERM][i] = ret << 2; in adt7475_update_limits()
/Linux-v5.10/arch/arm/boot/dts/
Dtegra124-apalis.dtsi1741 * Note: THERM_N directly connected to AS3722 PMIC THERM
Dtegra124-apalis-v1.2.dtsi1748 * Note: THERM_N directly connected to AS3722 PMIC THERM
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c2704 _(THERM , device->therm , &device->therm->subdev); in nvkm_device_subdev()