temp_therm 83 drivers/hwmon/max6639.c u8 temp_therm[2]; /* THERM Temperature, 0..255 C (->_max) */ temp_therm 184 drivers/hwmon/max6639.c return sprintf(buf, "%d\n", (data->temp_therm[attr->index] * 1000)); temp_therm 202 drivers/hwmon/max6639.c data->temp_therm[attr->index] = TEMP_LIMIT_TO_REG(val); temp_therm 205 drivers/hwmon/max6639.c data->temp_therm[attr->index]); temp_therm 465 drivers/hwmon/max6639.c data->temp_therm[i] = 80; temp_therm 470 drivers/hwmon/max6639.c data->temp_therm[i]);