LM77_TEMP_MIN 169 drivers/hwmon/lm77.c val = clamp_val(val, LM77_TEMP_MIN, LM77_TEMP_MAX); LM77_TEMP_MIN 195 drivers/hwmon/lm77.c val = clamp_val(data->temp[t_crit] - val, LM77_TEMP_MIN, LM77_TEMP_MAX);