Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dpc87427.c340 static inline long temp_from_reg8(s8 reg) in temp_from_reg8() function
716 return sprintf(buf, "%ld\n", temp_from_reg8(data->temp_min[nr])); in show_temp_min()
725 return sprintf(buf, "%ld\n", temp_from_reg8(data->temp_max[nr])); in show_temp_max()
734 return sprintf(buf, "%ld\n", temp_from_reg8(data->temp_crit[nr])); in show_temp_crit()