Searched refs:LM75_TEMP_FROM_REG (Results 1 – 6 of 6) sorted by relevance
34 static inline int LM75_TEMP_FROM_REG(u16 reg) in LM75_TEMP_FROM_REG() function
138 LM75_TEMP_FROM_REG(data->temp[attr->index])); in temp_show()
1435 *val = LM75_TEMP_FROM_REG(data->temp[channel]); in w83627ehf_do_read_temp()1438 *val = LM75_TEMP_FROM_REG(data->temp_max[channel]); in w83627ehf_do_read_temp()1441 *val = LM75_TEMP_FROM_REG(data->temp_max_hyst[channel]); in w83627ehf_do_read_temp()
1210 return sprintf(buf, "%ld\n", (nr) ? (long) LM75_TEMP_FROM_REG(tmp) in temp_show()1221 return sprintf(buf, "%ld\n", (nr) ? (long) LM75_TEMP_FROM_REG(tmp) in temp_max_show()1255 return sprintf(buf, "%ld\n", (nr) ? (long) LM75_TEMP_FROM_REG(tmp) in temp_max_hyst_show()
407 ret = sprintf(buf, "%d\n", LM75_TEMP_FROM_REG(reg)); in sprintf_temp_from_reg()
355 LM75_TEMP_FROM_REG(data->reg##_add[nr-2])); \