Searched refs:temp2_max (Results 1 – 25 of 38) sorted by relevance
12
/linux-6.12.1/Documentation/hwmon/ |
D | mp2993.rst | 148 **temp2_max**
|
D | mp2891.rst | 177 **temp2_max**
|
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 | ltc2947.rst | 92 temp2_max High temperature threshold for fan control
|
D | amc6821.rst | 39 temp2_max rw "
|
D | peci-cputemp.rst | 60 temp2_max Provides thermal control temperature of the CPU package
|
/linux-6.12.1/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() 731 data->temp2_max = 0x7c00; in ltc2978_probe()
|
/linux-6.12.1/drivers/hwmon/ |
D | adm1029.c | 253 static SENSOR_DEVICE_ATTR_RO(temp2_max, temp, 4);
|
D | thmc50.c | 254 static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
|
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 | smsc47m192.c | 392 static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
|
D | w83l786ng.c | 449 SENSOR_ATTR_2(temp2_max, S_IRUGO | S_IWUSR,
|
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 | gl520sm.c | 574 static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
|
D | f75375s.c | 660 static SENSOR_DEVICE_ATTR(temp2_max, S_IRUGO|S_IWUSR,
|
D | lm87.c | 439 static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_high, 1);
|
D | vt8231.c | 542 static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
|
D | lm63.c | 826 static SENSOR_DEVICE_ATTR(temp2_max, S_IWUSR | S_IRUGO, show_temp11,
|
D | fschmd.c | 612 SENSOR_ATTR_RW(temp2_max, temp_max, 1),
|
D | nct7802.c | 572 static SENSOR_DEVICE_ATTR_2_RW(temp2_max, temp, 0x32, 0);
|
D | pc87427.c | 794 static SENSOR_DEVICE_ATTR_RO(temp2_max, temp_max, 1);
|
12