Lines Matching refs:temp_max
279 u8 temp_max[11]; /* high temp limit, notice: undocumented! */ member
353 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_max[index])); in temp_max_show()
374 data->temp_max[index] = v; in temp_max_store()
608 SENSOR_ATTR_RW(temp1_max, temp_max, 0),
612 SENSOR_ATTR_RW(temp2_max, temp_max, 1),
616 SENSOR_ATTR_RW(temp3_max, temp_max, 2),
620 SENSOR_ATTR_RW(temp4_max, temp_max, 3),
624 SENSOR_ATTR_RW(temp5_max, temp_max, 4),
628 SENSOR_ATTR_RW(temp6_max, temp_max, 5),
632 SENSOR_ATTR_RW(temp7_max, temp_max, 6),
636 SENSOR_ATTR_RW(temp8_max, temp_max, 7),
640 SENSOR_ATTR_RW(temp9_max, temp_max, 8),
644 SENSOR_ATTR_RW(temp10_max, temp_max, 9),
648 SENSOR_ATTR_RW(temp11_max, temp_max, 10),
1114 data->temp_max[0] = 70 + 128; in fschmd_probe()
1115 data->temp_max[1] = 50 + 128; in fschmd_probe()
1116 data->temp_max[2] = 50 + 128; in fschmd_probe()
1316 data->temp_max[i] = i2c_smbus_read_byte_data( in fschmd_update_device()
1326 data->temp_act[i] < data->temp_max[i]) in fschmd_update_device()