Lines Matching refs:temp_crit
72 u8 temp_crit[SCH5627_NO_TEMPS]; member
162 data->temp_crit[i] = val; in sch5627_read_limits()
245 val = reg_to_temp_limit(data->temp_crit[attr->index]); in temp_crit_show()
341 static SENSOR_DEVICE_ATTR_RO(temp1_crit, temp_crit, 0);
342 static SENSOR_DEVICE_ATTR_RO(temp2_crit, temp_crit, 1);
343 static SENSOR_DEVICE_ATTR_RO(temp3_crit, temp_crit, 2);
344 static SENSOR_DEVICE_ATTR_RO(temp4_crit, temp_crit, 3);
345 static SENSOR_DEVICE_ATTR_RO(temp5_crit, temp_crit, 4);
346 static SENSOR_DEVICE_ATTR_RO(temp6_crit, temp_crit, 5);
347 static SENSOR_DEVICE_ATTR_RO(temp7_crit, temp_crit, 6);
348 static SENSOR_DEVICE_ATTR_RO(temp8_crit, temp_crit, 7);