Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A 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);
H A Dnct6683.c850 show_temp_type(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_type() function
887 SENSOR_TEMPLATE(temp_type, "temp%d_type", S_IRUGO, show_temp_type, NULL, 0);
H A Df71882fg.c748 static ssize_t show_temp_type(struct device *dev, struct device_attribute in show_temp_type() function
775 SENSOR_ATTR_2(temp1_type, S_IRUGO, show_temp_type, NULL, 0, 1),
790 SENSOR_ATTR_2(temp2_type, S_IRUGO, show_temp_type, NULL, 0, 2),
805 SENSOR_ATTR_2(temp3_type, S_IRUGO, show_temp_type, NULL, 0, 3),
H A Dit87.c1216 static ssize_t show_temp_type(struct device *dev, struct device_attribute *attr, in show_temp_type() function
1284 static SENSOR_DEVICE_ATTR(temp1_type, S_IRUGO | S_IWUSR, show_temp_type,
1286 static SENSOR_DEVICE_ATTR(temp2_type, S_IRUGO | S_IWUSR, show_temp_type,
1288 static SENSOR_DEVICE_ATTR(temp3_type, S_IRUGO | S_IWUSR, show_temp_type,
H A Dnct6775-core.c2276 show_temp_type(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_type() function
2392 SENSOR_TEMPLATE(temp_type, "temp%d_type", 0644, show_temp_type, store_temp_type, 0);