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