Searched refs:LM75_TEMP_FROM_REG (Results 1 – 8 of 8) sorted by relevance
/drivers/hwmon/ |
D | lm75.h | 44 static inline int LM75_TEMP_FROM_REG(u16 reg) in LM75_TEMP_FROM_REG() function
|
D | ds1621.c | 149 LM75_TEMP_FROM_REG(data->temp[attr->index])); in show_temp()
|
D | ad7418.c | 151 LM75_TEMP_FROM_REG(data->temp[attr->index])); in show_temp()
|
D | lm75.c | 101 LM75_TEMP_FROM_REG(data->temp[attr->index])); in show_temp()
|
D | w83627hf.c | 645 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()
|
D | asb100.c | 421 ret = sprintf(buf, "%d\n", LM75_TEMP_FROM_REG(reg)); in sprintf_temp_from_reg()
|
D | w83781d.c | 369 LM75_TEMP_FROM_REG(data->reg##_add[nr-2])); \
|
D | w83627ehf.c | 1207 return sprintf(buf, "%d\n", LM75_TEMP_FROM_REG(data->reg[nr])); \
|