Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dadm1026.c280 s8 temp_tmin[3]; /* Register value */ member
416 data->temp_tmin[i] = adm1026_read_value(client, in adm1026_update_device()
921 ADM1026_FAN_ACTIVATION_TEMP_HYST + data->temp_tmin[nr])); in temp_auto_point1_temp_hyst_show()
930 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_tmin[nr] + in temp_auto_point2_temp_show()
940 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_tmin[nr])); in temp_auto_point1_temp_show()
958 data->temp_tmin[nr] = TEMP_TO_REG(val); in temp_auto_point1_temp_store()
960 data->temp_tmin[nr]); in temp_auto_point1_temp_store()