Home
last modified time | relevance | path

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

/drivers/hwmon/
Df71805f.c889 static ssize_t show_temp_type(struct device *dev, struct device_attribute in show_temp_type() function
1061 static SENSOR_DEVICE_ATTR(temp1_type, S_IRUGO, show_temp_type, NULL, 0);
1067 static SENSOR_DEVICE_ATTR(temp2_type, S_IRUGO, show_temp_type, NULL, 1);
1073 static SENSOR_DEVICE_ATTR(temp3_type, S_IRUGO, show_temp_type, NULL, 2);
Df71882fg.c336 static ssize_t show_temp_type(struct device *dev, struct device_attribute
457 SENSOR_ATTR_2(temp1_type, S_IRUGO, show_temp_type, NULL, 0, 1),
472 SENSOR_ATTR_2(temp2_type, S_IRUGO, show_temp_type, NULL, 0, 2),
487 SENSOR_ATTR_2(temp3_type, S_IRUGO, show_temp_type, NULL, 0, 3),
1719 static ssize_t show_temp_type(struct device *dev, struct device_attribute in show_temp_type() function
Dnct6683.c849 show_temp_type(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_type() function
886 SENSOR_TEMPLATE(temp_type, "temp%d_type", S_IRUGO, show_temp_type, NULL, 0);
Dw83627ehf.c1272 show_temp_type(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_type() function
1353 SENSOR_ATTR(temp1_type, S_IRUGO, show_temp_type, NULL, 0),
1354 SENSOR_ATTR(temp2_type, S_IRUGO, show_temp_type, NULL, 1),
1355 SENSOR_ATTR(temp3_type, S_IRUGO, show_temp_type, NULL, 2),
Dit87.c1019 static ssize_t show_temp_type(struct device *dev, struct device_attribute *attr, in show_temp_type() function
1087 static SENSOR_DEVICE_ATTR(temp1_type, S_IRUGO | S_IWUSR, show_temp_type,
1089 static SENSOR_DEVICE_ATTR(temp2_type, S_IRUGO | S_IWUSR, show_temp_type,
1091 static SENSOR_DEVICE_ATTR(temp3_type, S_IRUGO | S_IWUSR, show_temp_type,
Dnct6775.c2388 show_temp_type(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_type() function
2491 SENSOR_TEMPLATE(temp_type, "temp%d_type", S_IRUGO | S_IWUSR, show_temp_type,