Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/drivers/hwmon/
Dadt7475.c32 #define THERM 5 macro
404 out = reg2temp(data, data->temp[THERM][sattr->index]) - in temp_show()
477 data->temp[THERM][sattr->index] = in temp_store()
481 temp = reg2temp(data, data->temp[THERM][sattr->index]); in temp_store()
519 case THERM: in temp_store()
1111 static SENSOR_DEVICE_ATTR_2_RW(temp1_crit, temp, THERM, 0);
1121 static SENSOR_DEVICE_ATTR_2_RW(temp2_crit, temp, THERM, 1);
1132 static SENSOR_DEVICE_ATTR_2_RW(temp3_crit, temp, THERM, 2);
1408 data->temp[THERM][i] = ret << 2; in adt7475_update_limits()
/Linux-v5.4/arch/arm/boot/dts/
Dtegra124-apalis-v1.2.dtsi1747 * Note: THERM_N directly connected to AS3722 PMIC THERM
Dtegra124-apalis.dtsi1740 * Note: THERM_N directly connected to AS3722 PMIC THERM
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c2662 _(THERM , device->therm , &device->therm->subdev); in nvkm_device_subdev()