Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dlm75.h33 static inline int LM75_TEMP_FROM_REG(u16 reg) in LM75_TEMP_FROM_REG() function
H A Dad7418.c138 LM75_TEMP_FROM_REG(data->temp[attr->index])); in temp_show()
H A Dw83627hf.c717 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()
H A Dw83627ehf.c1437 *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()
H A Dasb100.c407 ret = sprintf(buf, "%d\n", LM75_TEMP_FROM_REG(reg)); in sprintf_temp_from_reg()
H A Dw83781d.c355 LM75_TEMP_FROM_REG(data->reg##_add[nr-2])); \
H A Dnct6775.c2328 return sprintf(buf, "%d\n", LM75_TEMP_FROM_REG(data->temp[index][nr])); in show_temp()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dlm75.h34 static inline int LM75_TEMP_FROM_REG(u16 reg) in LM75_TEMP_FROM_REG() function
H A Dad7418.c138 LM75_TEMP_FROM_REG(data->temp[attr->index])); in temp_show()
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 Dw83627ehf.c1435 *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()
H A Dasb100.c407 ret = sprintf(buf, "%d\n", LM75_TEMP_FROM_REG(reg)); in sprintf_temp_from_reg()
H A Dw83781d.c355 LM75_TEMP_FROM_REG(data->reg##_add[nr-2])); \
H A Dnct6775-core.c2214 return sprintf(buf, "%d\n", LM75_TEMP_FROM_REG(data->temp[index][nr])); in show_temp()

Completed in 32 milliseconds