Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwmon/
Dadm1026.c272 s8 temp_tmin[3]; /* Register value */ member
408 data->temp_tmin[i] = adm1026_read_value(client, in adm1026_update_device()
913 ADM1026_FAN_ACTIVATION_TEMP_HYST + data->temp_tmin[nr])); in temp_auto_point1_temp_hyst_show()
922 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_tmin[nr] + in temp_auto_point2_temp_show()
932 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_tmin[nr])); in temp_auto_point1_temp_show()
950 data->temp_tmin[nr] = TEMP_TO_REG(val); in temp_auto_point1_temp_store()
952 data->temp_tmin[nr]); in temp_auto_point1_temp_store()