Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwmon/
Dlm75.h44 static inline int LM75_TEMP_FROM_REG(u16 reg) in LM75_TEMP_FROM_REG() function
Dad7418.c112 LM75_TEMP_FROM_REG(data->temp[attr->index])); in show_temp()
Dw83627hf.c714 return sprintf(buf, "%ld\n", (nr) ? (long) LM75_TEMP_FROM_REG(tmp) in show_temp()
726 return sprintf(buf, "%ld\n", (nr) ? (long) LM75_TEMP_FROM_REG(tmp) in show_temp_max()
738 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.c368 LM75_TEMP_FROM_REG(data->reg##_add[nr-2])); \
Dw83627ehf.c1216 return sprintf(buf, "%d\n", LM75_TEMP_FROM_REG(data->reg[nr])); \
Dnct6775.c1980 return sprintf(buf, "%d\n", LM75_TEMP_FROM_REG(data->temp[index][nr])); in show_temp()