Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dlm75.h34 static inline int LM75_TEMP_FROM_REG(u16 reg) in LM75_TEMP_FROM_REG() function
H A Dw83627hf.c1210 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()
H A Dnct6775-core.c2214 LM75_TEMP_FROM_REG(data->temp[index][nr])); in show_temp()