Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dpc87427.c340 static inline long temp_from_reg8(s8 reg) in temp_from_reg8() function
706 return sprintf(buf, "%ld\n", temp_from_reg8(data->temp_min[nr])); in temp_min_show()
715 return sprintf(buf, "%ld\n", temp_from_reg8(data->temp_max[nr])); in temp_max_show()
724 return sprintf(buf, "%ld\n", temp_from_reg8(data->temp_crit[nr])); in temp_crit_show()