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

/drivers/hwmon/
H A Dpc87427.c737 static ssize_t show_temp_type(struct device *dev, struct device_attribute function
814 static SENSOR_DEVICE_ATTR(temp1_type, S_IRUGO, show_temp_type, NULL, 0);
815 static SENSOR_DEVICE_ATTR(temp2_type, S_IRUGO, show_temp_type, NULL, 1);
816 static SENSOR_DEVICE_ATTR(temp3_type, S_IRUGO, show_temp_type, NULL, 2);
817 static SENSOR_DEVICE_ATTR(temp4_type, S_IRUGO, show_temp_type, NULL, 3);
818 static SENSOR_DEVICE_ATTR(temp5_type, S_IRUGO, show_temp_type, NULL, 4);
819 static SENSOR_DEVICE_ATTR(temp6_type, S_IRUGO, show_temp_type, NULL, 5);
H A Df71805f.c896 static ssize_t show_temp_type(struct device *dev, struct device_attribute function
1068 static SENSOR_DEVICE_ATTR(temp1_type, S_IRUGO, show_temp_type, NULL, 0);
1074 static SENSOR_DEVICE_ATTR(temp2_type, S_IRUGO, show_temp_type, NULL, 1);
1080 static SENSOR_DEVICE_ATTR(temp3_type, S_IRUGO, show_temp_type, NULL, 2);
H A Df71882fg.c320 static ssize_t show_temp_type(struct device *dev, struct device_attribute
442 SENSOR_ATTR_2(temp1_type, S_IRUGO, show_temp_type, NULL, 0, 1),
457 SENSOR_ATTR_2(temp2_type, S_IRUGO, show_temp_type, NULL, 0, 2),
472 SENSOR_ATTR_2(temp3_type, S_IRUGO, show_temp_type, NULL, 0, 3),
1657 static ssize_t show_temp_type(struct device *dev, struct device_attribute function
H A Dit87.c667 static ssize_t show_temp_type(struct device *dev, struct device_attribute *attr, function
735 static SENSOR_DEVICE_ATTR(temp1_type, S_IRUGO | S_IWUSR, show_temp_type,
737 static SENSOR_DEVICE_ATTR(temp2_type, S_IRUGO | S_IWUSR, show_temp_type,
739 static SENSOR_DEVICE_ATTR(temp3_type, S_IRUGO | S_IWUSR, show_temp_type,
H A Dnct6683.c848 show_temp_type(struct device *dev, struct device_attribute *attr, char *buf) function
885 SENSOR_TEMPLATE(temp_type, "temp%d_type", S_IRUGO, show_temp_type, NULL, 0);
H A Dw83627ehf.c1279 show_temp_type(struct device *dev, struct device_attribute *attr, char *buf) function
1360 SENSOR_ATTR(temp1_type, S_IRUGO, show_temp_type, NULL, 0),
1361 SENSOR_ATTR(temp2_type, S_IRUGO, show_temp_type, NULL, 1),
1362 SENSOR_ATTR(temp3_type, S_IRUGO, show_temp_type, NULL, 2),
H A Dw83627hf.c1195 show_temp_type(struct device *dev, struct device_attribute *devattr, function
1261 show_temp_type, store_temp_type, offset - 1);
H A Dnct6775.c2006 show_temp_type(struct device *dev, struct device_attribute *attr, char *buf) function
2105 SENSOR_TEMPLATE(temp_type, "temp%d_type", S_IRUGO | S_IWUSR, show_temp_type,

Completed in 108 milliseconds