Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dmax6642.c75 static int temp_from_reg(int val) in temp_from_reg() function
225 return sprintf(buf, "%d\n", temp_from_reg(data->temp_high[attr2->nr])); in show_temp_max()
Dsmsc47b397.c162 static int temp_from_reg(u8 reg) in temp_from_reg() function
172 return sprintf(buf, "%d\n", temp_from_reg(data->temp[attr->index])); in show_temp()
Dmax1619.c64 static int temp_from_reg(int val) in temp_from_reg() function
154 return sprintf(buf, "%d\n", temp_from_reg(data->temp[attr->index])); in show_temp()
Df71805f.c281 static inline long temp_from_reg(u8 reg) in temp_from_reg() function
802 temp_from_reg(data->auto_points[pwmnr].temp[apnr])); in show_pwm_auto_point_temp()
873 return sprintf(buf, "%ld\n", temp_from_reg(data->temp[nr])); in show_temp()
883 return sprintf(buf, "%ld\n", temp_from_reg(data->temp_high[nr])); in show_temp_max()
893 return sprintf(buf, "%ld\n", temp_from_reg(data->temp_hyst[nr])); in show_temp_hyst()
Dw83795.c279 static inline long temp_from_reg(s8 reg) in temp_from_reg() function
1203 long tmp = temp_from_reg(data->pwm_temp[index][nr]); in show_temp_pwm()
1337 long temp = temp_from_reg(data->temp[index][nr]); in show_temp()
1388 long temp = temp_from_reg(data->dts[index]); in show_dts()
1401 long temp = temp_from_reg(data->dts_ext[nr]); in show_dts_ext()
Dpc87427.c335 static inline long temp_from_reg(s16 reg) in temp_from_reg() function
707 return sprintf(buf, "%ld\n", temp_from_reg(data->temp[nr])); in show_temp_input()