Searched refs:LM75_TEMP_FROM_REG (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlm75.h44 static inline int LM75_TEMP_FROM_REG(u16 reg) function
H A Dad7418.c162 LM75_TEMP_FROM_REG(data->temp[attr->index]));
H A Dds1621.c167 LM75_TEMP_FROM_REG(data->temp[attr->index]));
H A Dlm75.c96 LM75_TEMP_FROM_REG(data->temp[attr->index]));
H A Dw83627hf.c612 return sprintf(buf, "%ld\n", (nr) ? (long) LM75_TEMP_FROM_REG(tmp)
624 return sprintf(buf, "%ld\n", (nr) ? (long) LM75_TEMP_FROM_REG(tmp)
636 return sprintf(buf, "%ld\n", (nr) ? (long) LM75_TEMP_FROM_REG(tmp)
H A Dasb100.c393 ret = sprintf(buf, "%d\n", LM75_TEMP_FROM_REG(reg));
H A Dw83627ehf.c887 LM75_TEMP_FROM_REG(data->reg[nr])); \
H A Dw83781d.c359 LM75_TEMP_FROM_REG(data->reg##_add[nr-2])); \

Completed in 141 milliseconds