LM75_TEMP_MIN 392 drivers/hwmon/lm75.c temp = clamp_val(temp, LM75_TEMP_MIN, LM75_TEMP_MAX); LM75_TEMP_MIN 27 drivers/hwmon/lm75.h int ntemp = clamp_val(temp, LM75_TEMP_MIN, LM75_TEMP_MAX);