Lines Matching refs:temp_max
71 u8 temp_max[SCH5627_NO_TEMPS]; member
156 data->temp_max[i] = val; in sch5627_read_limits()
234 val = reg_to_temp_limit(data->temp_max[attr->index]); in temp_max_show()
333 static SENSOR_DEVICE_ATTR_RO(temp1_max, temp_max, 0);
334 static SENSOR_DEVICE_ATTR_RO(temp2_max, temp_max, 1);
335 static SENSOR_DEVICE_ATTR_RO(temp3_max, temp_max, 2);
336 static SENSOR_DEVICE_ATTR_RO(temp4_max, temp_max, 3);
337 static SENSOR_DEVICE_ATTR_RO(temp5_max, temp_max, 4);
338 static SENSOR_DEVICE_ATTR_RO(temp6_max, temp_max, 5);
339 static SENSOR_DEVICE_ATTR_RO(temp7_max, temp_max, 6);
340 static SENSOR_DEVICE_ATTR_RO(temp8_max, temp_max, 7);