Searched refs:show_temp23 (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/hwmon/ |
| D | w83791d.c | 953 static ssize_t show_temp23(struct device *dev, struct device_attribute *devattr, in show_temp23() function 992 SENSOR_ATTR_2(temp2_input, S_IRUGO, show_temp23, NULL, 0, 0), 993 SENSOR_ATTR_2(temp3_input, S_IRUGO, show_temp23, NULL, 1, 0), 1000 show_temp23, store_temp23, 0, 1), 1002 show_temp23, store_temp23, 1, 1), 1009 show_temp23, store_temp23, 0, 2), 1011 show_temp23, store_temp23, 1, 2),
|
| D | w83792d.c | 525 static ssize_t show_temp23(struct device *dev, struct device_attribute *attr, in show_temp23() function 1014 static SENSOR_DEVICE_ATTR_2(temp2_input, S_IRUGO, show_temp23, NULL, 0, 0); 1015 static SENSOR_DEVICE_ATTR_2(temp3_input, S_IRUGO, show_temp23, NULL, 1, 0); 1018 static SENSOR_DEVICE_ATTR_2(temp2_max, S_IRUGO | S_IWUSR, show_temp23, 1020 static SENSOR_DEVICE_ATTR_2(temp3_max, S_IRUGO | S_IWUSR, show_temp23, 1025 show_temp23, store_temp23, 0, 4); 1027 show_temp23, store_temp23, 1, 4);
|