Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/
Df71805f.c212 static inline long in0_from_reg(u8 reg) in in0_from_reg() function
426 return sprintf(buf, "%ld\n", in0_from_reg(data->in[nr])); in show_in0()
436 return sprintf(buf, "%ld\n", in0_from_reg(data->in_high[nr])); in show_in0_max()
446 return sprintf(buf, "%ld\n", in0_from_reg(data->in_low[nr])); in show_in0_min()