Searched refs:show_temp_type (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/hwmon/ |
| H A D | f71805f.c | 889 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 D | it87.c | 1217 static ssize_t show_temp_type(struct device *dev, struct device_attribute *attr, in show_temp_type() function 1285 static SENSOR_DEVICE_ATTR(temp1_type, S_IRUGO | S_IWUSR, show_temp_type, 1287 static SENSOR_DEVICE_ATTR(temp2_type, S_IRUGO | S_IWUSR, show_temp_type, 1289 static SENSOR_DEVICE_ATTR(temp3_type, S_IRUGO | S_IWUSR, show_temp_type,
|