Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/
Dlm63.c178 static inline int temp8_from_reg(struct lm63_data *data, int nr) in temp8_from_reg() function
471 return sprintf(buf, "%d\n", temp8_from_reg(data, attr->index) in show_remote_temp8()
595 return sprintf(buf, "%d\n", temp8_from_reg(data, 2) in temp2_crit_hyst_show()
630 hyst = temp8_from_reg(data, 2) + data->temp2_offset - val; in temp2_crit_hyst_store()