Searched refs:t_crit (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/hwmon/
H A Dlm77.c39 t_crit, enumerator in enum:temp_index
50 [t_crit] = LM77_REG_TEMP_CRIT,
195 val = clamp_val(data->temp[t_crit] - val, LM77_TEMP_MIN, LM77_TEMP_MAX);
212 static SENSOR_DEVICE_ATTR_RW(temp1_crit, temp, t_crit);
216 static SENSOR_DEVICE_ATTR_RW(temp1_crit_hyst, temp_hyst, t_crit);
H A Dlm92.c83 t_crit, enumerator in enum:temp_index
92 [t_crit] = LM92_REG_TEMP_CRIT,
228 static SENSOR_DEVICE_ATTR_RW(temp1_crit, temp, t_crit);
229 static SENSOR_DEVICE_ATTR_RW(temp1_crit_hyst, temp_hyst, t_crit);

Completed in 127 milliseconds