Home
last modified time | relevance | path

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

/drivers/hwmon/
Dlm75.h44 static inline int LM75_TEMP_FROM_REG(u16 reg) in LM75_TEMP_FROM_REG() function
Dds1621.c149 LM75_TEMP_FROM_REG(data->temp[attr->index])); in show_temp()
Dad7418.c151 LM75_TEMP_FROM_REG(data->temp[attr->index])); in show_temp()
Dlm75.c101 LM75_TEMP_FROM_REG(data->temp[attr->index])); in show_temp()
Dw83627hf.c645 return sprintf(buf, "%ld\n", (nr) ? (long) LM75_TEMP_FROM_REG(tmp) in show_temp()
657 return sprintf(buf, "%ld\n", (nr) ? (long) LM75_TEMP_FROM_REG(tmp) in show_temp_max()
669 return sprintf(buf, "%ld\n", (nr) ? (long) LM75_TEMP_FROM_REG(tmp) in show_temp_max_hyst()
Dasb100.c421 ret = sprintf(buf, "%d\n", LM75_TEMP_FROM_REG(reg)); in sprintf_temp_from_reg()
Dw83781d.c369 LM75_TEMP_FROM_REG(data->reg##_add[nr-2])); \
Dw83627ehf.c1207 return sprintf(buf, "%d\n", LM75_TEMP_FROM_REG(data->reg[nr])); \