temp_alert         84 drivers/hwmon/max6639.c 	u8 temp_alert[2];	/* ALERT Temperature, 0..255 C (->_crit) */
temp_alert        216 drivers/hwmon/max6639.c 	return sprintf(buf, "%d\n", (data->temp_alert[attr->index] * 1000));
temp_alert        234 drivers/hwmon/max6639.c 	data->temp_alert[attr->index] = TEMP_LIMIT_TO_REG(val);
temp_alert        237 drivers/hwmon/max6639.c 				  data->temp_alert[attr->index]);
temp_alert        466 drivers/hwmon/max6639.c 		data->temp_alert[i] = 90;
temp_alert        475 drivers/hwmon/max6639.c 				data->temp_alert[i]);