temp_crit_ext     159 drivers/hwmon/lm87.c 	s8 temp_crit_ext;	/* min of two register values */
temp_crit_ext     239 drivers/hwmon/lm87.c 		data->temp_crit_ext = min(i, j);
temp_crit_ext     455 drivers/hwmon/lm87.c 	return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_crit_ext));