Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwmon/
Dlm75.h32 static inline int LM75_TEMP_FROM_REG(u16 reg) in LM75_TEMP_FROM_REG() function
Dad7418.c138 LM75_TEMP_FROM_REG(data->temp[attr->index])); in temp_show()
Dw83627hf.c717 return sprintf(buf, "%ld\n", (nr) ? (long) LM75_TEMP_FROM_REG(tmp) in temp_show()
728 return sprintf(buf, "%ld\n", (nr) ? (long) LM75_TEMP_FROM_REG(tmp) in temp_max_show()
740 return sprintf(buf, "%ld\n", (nr) ? (long) LM75_TEMP_FROM_REG(tmp) in temp_max_hyst_show()
Dasb100.c408 ret = sprintf(buf, "%d\n", LM75_TEMP_FROM_REG(reg)); in sprintf_temp_from_reg()
Dw83781d.c355 LM75_TEMP_FROM_REG(data->reg##_add[nr-2])); \
Dw83627ehf.c1209 return sprintf(buf, "%d\n", LM75_TEMP_FROM_REG(data->reg[nr])); \
Dnct6775.c2328 return sprintf(buf, "%d\n", LM75_TEMP_FROM_REG(data->temp[index][nr])); in show_temp()