Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/hwmon/
Dpc87427.c720 static ssize_t show_temp_type(struct device *dev, struct device_attribute in show_temp_type() function
797 static SENSOR_DEVICE_ATTR(temp1_type, S_IRUGO, show_temp_type, NULL, 0);
798 static SENSOR_DEVICE_ATTR(temp2_type, S_IRUGO, show_temp_type, NULL, 1);
799 static SENSOR_DEVICE_ATTR(temp3_type, S_IRUGO, show_temp_type, NULL, 2);
800 static SENSOR_DEVICE_ATTR(temp4_type, S_IRUGO, show_temp_type, NULL, 3);
801 static SENSOR_DEVICE_ATTR(temp5_type, S_IRUGO, show_temp_type, NULL, 4);
802 static SENSOR_DEVICE_ATTR(temp6_type, S_IRUGO, show_temp_type, NULL, 5);
Df71805f.c837 static ssize_t show_temp_type(struct device *dev, struct device_attribute in show_temp_type() function
999 static SENSOR_DEVICE_ATTR(temp1_type, S_IRUGO, show_temp_type, NULL, 0);
1005 static SENSOR_DEVICE_ATTR(temp2_type, S_IRUGO, show_temp_type, NULL, 1);
1011 static SENSOR_DEVICE_ATTR(temp3_type, S_IRUGO, show_temp_type, NULL, 2);
Df71882fg.c289 static ssize_t show_temp_type(struct device *dev, struct device_attribute
403 SENSOR_ATTR_2(temp1_type, S_IRUGO, show_temp_type, NULL, 0, 1),
418 SENSOR_ATTR_2(temp2_type, S_IRUGO, show_temp_type, NULL, 0, 2),
433 SENSOR_ATTR_2(temp3_type, S_IRUGO, show_temp_type, NULL, 0, 3),
1597 static ssize_t show_temp_type(struct device *dev, struct device_attribute in show_temp_type() function
Dw83627ehf.c1190 show_temp_type(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_type() function
1271 SENSOR_ATTR(temp1_type, S_IRUGO, show_temp_type, NULL, 0),
1272 SENSOR_ATTR(temp2_type, S_IRUGO, show_temp_type, NULL, 1),
1273 SENSOR_ATTR(temp3_type, S_IRUGO, show_temp_type, NULL, 2),
Dw83627hf.c1049 show_temp_type(struct device *dev, struct device_attribute *devattr, in show_temp_type() function
1111 show_temp_type, store_temp_type, offset - 1);