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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/hwmon/
H A Dds1621.c180 static DEVICE_ATTR(temp1_max, S_IWUSR | S_IRUGO, show_temp_max, set_temp_max);
H A Dasb100.c477 static ssize_t show_temp_max##num(struct device *dev, struct device_attribute *attr, char *buf) \
479 return show_temp_max(dev, buf, num-1); \
487 show_temp_max##num, set_temp_max##num); \
H A Dadm1021.c177 static DEVICE_ATTR(temp1_max, S_IWUSR | S_IRUGO, show_temp_max, set_temp_max);
H A Df71805f.c718 static ssize_t show_temp_max(struct device *dev, struct device_attribute function
897 show_temp_max, set_temp_max, 0);
903 show_temp_max, set_temp_max, 1);
909 show_temp_max, set_temp_max, 2);
H A Dlm77.c196 show_temp_max, set_temp_max);
H A Dpc87360.c696 static ssize_t show_temp_max(struct device *dev, struct device_attribute *devattr, char *buf) function
780 show_temp_max, set_temp_max, 0),
782 show_temp_max, set_temp_max, 1),
784 show_temp_max, set_temp_max, 2),
H A Dsmsc47m192.c228 static ssize_t show_temp_max(struct device *dev, struct device_attribute *attr, function
316 show_temp_max, set_temp_max, index-1); \
H A Dvt8231.c384 static ssize_t show_temp_max(struct device *dev, struct device_attribute *attr, function
440 show_temp_max, set_temp_max, offset - 1); \
H A Dadm1031.c612 static ssize_t show_temp_max(struct device *dev, char *buf, int nr) function
682 return show_temp_max(dev, buf, offset - 1); \
H A Dadm1026.c997 static ssize_t show_temp_max(struct device *dev, struct device_attribute *attr, function
1028 show_temp_max, set_temp_max, offset - 1);
H A Dit87.c371 static ssize_t show_temp_max(struct device *dev, struct device_attribute *attr, function
425 show_temp_max, set_temp_max, offset - 1); \
H A Dlm85.c646 static ssize_t show_temp_max(struct device *dev, char *buf, int nr) function
675 return show_temp_max(dev, buf, offset - 1); \
H A Dw83627ehf.c847 SENSOR_ATTR(temp2_max, S_IRUGO | S_IWUSR, show_temp_max,
849 SENSOR_ATTR(temp3_max, S_IRUGO | S_IWUSR, show_temp_max,
H A Dw83781d.c439 show_temp_max, store_temp_max, offset); \

Completed in 115 milliseconds