Searched refs:temp2_max (Results 1 – 25 of 45) sorted by relevance
12
/linux-6.1.9/drivers/hwmon/pmbus/ |
D | ltc2978.c | 126 u16 temp2_max; member 430 &data->temp2_max); in ltc3880_read_word_data() 507 data->temp2_max = 0x7c00; in ltc2978_write_word_data() 728 data->temp2_max = 0x7c00; in ltc2978_probe()
|
/linux-6.1.9/Documentation/hwmon/ |
D | max6639.rst | 37 temp2_max RW Set THERM temperature for input 2
|
D | max1668.rst | 40 temp2_max rw remote temperature 1 maximum threshold for alarm
|
D | amc6821.rst | 39 temp2_max rw "
|
D | ltc2947.rst | 92 temp2_max High temperature threshold for fan control
|
D | peci-cputemp.rst | 60 temp2_max Provides thermal control temperature of the CPU package
|
/linux-6.1.9/drivers/hwmon/ |
D | max6642.c | 248 static SENSOR_DEVICE_ATTR_2_RW(temp2_max, temp_max, 1,
|
D | max1619.c | 186 static SENSOR_DEVICE_ATTR_RW(temp2_max, temp, t_high2);
|
D | adm1029.c | 253 static SENSOR_DEVICE_ATTR_RO(temp2_max, temp, 4);
|
D | adm1021.c | 281 static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
|
D | thmc50.c | 254 static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
|
D | emc1403.c | 177 static SENSOR_DEVICE_ATTR_RW(temp2_max, temp, 0x07);
|
D | max1668.c | 249 static SENSOR_DEVICE_ATTR(temp2_max, S_IRUGO, show_temp_max,
|
D | emc6w201.c | 327 static SENSOR_DEVICE_ATTR_2_RW(temp2_max, temp, 1, max);
|
D | adm1025.c | 324 static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
|
D | emc2103.c | 471 static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
|
D | max6639.c | 342 static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
|
D | lm95234.c | 503 static SENSOR_DEVICE_ATTR_RW(temp2_max, tcrit2, 0);
|
D | smsc47m192.c | 392 static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
|
D | w83l786ng.c | 450 SENSOR_ATTR_2(temp2_max, S_IRUGO | S_IWUSR,
|
D | max6697.c | 396 static SENSOR_DEVICE_ATTR_2_RW(temp2_max, temp, 1, MAX6697_TEMP_MAX);
|
D | f71882fg.c | 723 SENSOR_ATTR_2(temp2_max, S_IRUGO|S_IWUSR, show_temp_max, 779 SENSOR_ATTR_2(temp2_max, S_IRUGO|S_IWUSR, show_temp_max, 895 SENSOR_ATTR_2(temp2_max, S_IRUGO|S_IWUSR, show_temp_crit,
|
D | via686a.c | 557 static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_over, 1);
|
D | amc6821.c | 700 static SENSOR_DEVICE_ATTR_RW(temp2_max, temp, IDX_TEMP2_MAX);
|
D | gl520sm.c | 574 static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
|
12