Searched refs:t_crit (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/hwmon/ |
D | lm77.c | 48 t_crit, enumerator 59 [t_crit] = LM77_REG_TEMP_CRIT, 203 val = clamp_val(data->temp[t_crit] - val, LM77_TEMP_MIN, LM77_TEMP_MAX); in set_temp_hyst() 221 t_crit); 228 set_temp_hyst, t_crit);
|
D | lm92.c | 91 t_crit, enumerator 100 [t_crit] = LM92_REG_TEMP_CRIT, 233 t_crit); 235 set_temp_hyst, t_crit);
|
D | jc42.c | 179 t_crit, enumerator 187 [t_crit] = JC42_REG_TEMP_CRITICAL, 321 diff = jc42_temp_from_reg(data->temp[t_crit]) - val; in set_temp_crit_hyst() 361 static SENSOR_DEVICE_ATTR(temp1_crit, S_IRUGO, show_temp, set_temp, t_crit); 366 set_temp_crit_hyst, t_crit);
|