Searched refs:show_temp_type (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/hwmon/ |
D | pc87427.c | 720 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);
|
D | f71805f.c | 837 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);
|
D | f71882fg.c | 289 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
|
D | w83627ehf.c | 1190 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),
|
D | w83627hf.c | 1049 show_temp_type(struct device *dev, struct device_attribute *devattr, in show_temp_type() function 1111 show_temp_type, store_temp_type, offset - 1);
|