Searched refs:temp_from_reg (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dmax1619.c69 static int temp_from_reg(int val) function
139 return sprintf(buf, "%d\n", temp_from_reg(data->value)); \
H A Dsmsc47b397.c160 static int temp_from_reg(u8 reg) function
170 return sprintf(buf, "%d\n", temp_from_reg(data->temp[attr->index]));
H A Df71805f.c277 static inline long temp_from_reg(u8 reg) function
751 temp_from_reg(data->auto_points[pwmnr].temp[apnr]));
812 return sprintf(buf, "%ld\n", temp_from_reg(data->temp[nr]));
822 return sprintf(buf, "%ld\n", temp_from_reg(data->temp_high[nr]));
832 return sprintf(buf, "%ld\n", temp_from_reg(data->temp_hyst[nr]));
H A Dpc87427.c321 static inline long temp_from_reg(s16 reg) function
688 return sprintf(buf, "%ld\n", temp_from_reg(data->temp[nr]));

Completed in 47 milliseconds