Searched refs:LM75_TEMP_FROM_REG (Results 1 – 7 of 7) sorted by relevance
/drivers/hwmon/ |
D | lm75.h | 33 static inline int LM75_TEMP_FROM_REG(u16 reg) in LM75_TEMP_FROM_REG() function
|
D | ad7418.c | 138 LM75_TEMP_FROM_REG(data->temp[attr->index])); in temp_show()
|
D | w83627ehf.c | 1437 *val = LM75_TEMP_FROM_REG(data->temp[channel]); in w83627ehf_do_read_temp() 1440 *val = LM75_TEMP_FROM_REG(data->temp_max[channel]); in w83627ehf_do_read_temp() 1443 *val = LM75_TEMP_FROM_REG(data->temp_max_hyst[channel]); in w83627ehf_do_read_temp()
|
D | w83627hf.c | 717 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()
|
D | asb100.c | 407 ret = sprintf(buf, "%d\n", LM75_TEMP_FROM_REG(reg)); in sprintf_temp_from_reg()
|
D | w83781d.c | 355 LM75_TEMP_FROM_REG(data->reg##_add[nr-2])); \
|
D | nct6775.c | 2328 return sprintf(buf, "%d\n", LM75_TEMP_FROM_REG(data->temp[index][nr])); in show_temp()
|