Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/
Dmax6639.c83 u8 temp_therm[2]; /* THERM Temperature, 0..255 C (->_max) */ member
187 return sprintf(buf, "%d\n", (data->temp_therm[attr->index] * 1000)); in temp_max_show()
205 data->temp_therm[attr->index] = TEMP_LIMIT_TO_REG(val); in temp_max_store()
208 data->temp_therm[attr->index]); in temp_max_store()
468 data->temp_therm[i] = 80; in max6639_init_client()
473 data->temp_therm[i]); in max6639_init_client()