Searched refs:temp_tmin (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | adm1026.c | 272 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()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | adm1026.c | 272 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()
|
Completed in 6 milliseconds