Home
last modified time | relevance | path

Searched refs:temp_therm (Results 1 – 1 of 1) sorted by relevance

/drivers/hwmon/
Dmax6639.c96 u8 temp_therm[2]; /* THERM Temperature, 0..255 C (->_max) */ member
197 return sprintf(buf, "%d\n", (data->temp_therm[attr->index] * 1000)); in show_temp_max()
215 data->temp_therm[attr->index] = TEMP_LIMIT_TO_REG(val); in set_temp_max()
218 data->temp_therm[attr->index]); in set_temp_max()
484 data->temp_therm[i] = 80; in max6639_init_client()
489 data->temp_therm[i]); in max6639_init_client()