Searched refs:show_temp_type (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dpc87427.c718 static ssize_t show_temp_type(struct device *dev, struct device_attribute function
795 static SENSOR_DEVICE_ATTR(temp1_type, S_IRUGO, show_temp_type, NULL, 0);
796 static SENSOR_DEVICE_ATTR(temp2_type, S_IRUGO, show_temp_type, NULL, 1);
797 static SENSOR_DEVICE_ATTR(temp3_type, S_IRUGO, show_temp_type, NULL, 2);
798 static SENSOR_DEVICE_ATTR(temp4_type, S_IRUGO, show_temp_type, NULL, 3);
799 static SENSOR_DEVICE_ATTR(temp5_type, S_IRUGO, show_temp_type, NULL, 4);
800 static SENSOR_DEVICE_ATTR(temp6_type, S_IRUGO, show_temp_type, NULL, 5);
H A Df71882fg.c206 static ssize_t show_temp_type(struct device *dev, struct device_attribute
293 SENSOR_ATTR_2(temp2_type, S_IRUGO, show_temp_type, NULL, 0, 1),
338 SENSOR_ATTR_2(temp1_type, S_IRUGO, show_temp_type, NULL, 0, 1),
356 SENSOR_ATTR_2(temp2_type, S_IRUGO, show_temp_type, NULL, 0, 2),
374 SENSOR_ATTR_2(temp3_type, S_IRUGO, show_temp_type, NULL, 0, 3),
409 SENSOR_ATTR_2(temp2_type, S_IRUGO, show_temp_type, NULL, 0, 1),
1446 static ssize_t show_temp_type(struct device *dev, struct device_attribute function
H A Df71805f.c835 static ssize_t show_temp_type(struct device *dev, struct device_attribute function
997 static SENSOR_DEVICE_ATTR(temp1_type, S_IRUGO, show_temp_type, NULL, 0);
1003 static SENSOR_DEVICE_ATTR(temp2_type, S_IRUGO, show_temp_type, NULL, 1);
1009 static SENSOR_DEVICE_ATTR(temp3_type, S_IRUGO, show_temp_type, NULL, 2);
H A Dw83627ehf.c914 show_temp_type(struct device *dev, struct device_attribute *attr, char *buf) function
953 SENSOR_ATTR(temp1_type, S_IRUGO, show_temp_type, NULL, 0),
954 SENSOR_ATTR(temp2_type, S_IRUGO, show_temp_type, NULL, 1),
955 SENSOR_ATTR(temp3_type, S_IRUGO, show_temp_type, NULL, 2),
H A Dw83627hf.c1047 show_temp_type(struct device *dev, struct device_attribute *devattr, function
1109 show_temp_type, store_temp_type, offset - 1);

Completed in 184 milliseconds