Lines Matching refs:temp_max
280 u8 temp_max[11]; /* high temp limit, notice: undocumented! */ member
354 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_max[index])); in temp_max_show()
375 data->temp_max[index] = v; in temp_max_store()
609 SENSOR_ATTR_RW(temp1_max, temp_max, 0),
613 SENSOR_ATTR_RW(temp2_max, temp_max, 1),
617 SENSOR_ATTR_RW(temp3_max, temp_max, 2),
621 SENSOR_ATTR_RW(temp4_max, temp_max, 3),
625 SENSOR_ATTR_RW(temp5_max, temp_max, 4),
629 SENSOR_ATTR_RW(temp6_max, temp_max, 5),
633 SENSOR_ATTR_RW(temp7_max, temp_max, 6),
637 SENSOR_ATTR_RW(temp8_max, temp_max, 7),
641 SENSOR_ATTR_RW(temp9_max, temp_max, 8),
645 SENSOR_ATTR_RW(temp10_max, temp_max, 9),
649 SENSOR_ATTR_RW(temp11_max, temp_max, 10),
1115 data->temp_max[0] = 70 + 128; in fschmd_probe()
1116 data->temp_max[1] = 50 + 128; in fschmd_probe()
1117 data->temp_max[2] = 50 + 128; in fschmd_probe()
1317 data->temp_max[i] = i2c_smbus_read_byte_data( in fschmd_update_device()
1327 data->temp_act[i] < data->temp_max[i]) in fschmd_update_device()