Searched refs:show_temp1 (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/hwmon/ |
| D | w83791d.c | 922 static ssize_t show_temp1(struct device *dev, struct device_attribute *devattr, in show_temp1() function 990 SENSOR_ATTR_2(temp1_input, S_IRUGO, show_temp1, NULL, 0, 0), 997 show_temp1, store_temp1, 0, 1), 1006 show_temp1, store_temp1, 0, 2),
|
| D | w83792d.c | 490 static ssize_t show_temp1(struct device *dev, struct device_attribute *attr, in show_temp1() function 1012 static SENSOR_DEVICE_ATTR_2(temp1_input, S_IRUGO, show_temp1, NULL, 0, 0); 1016 show_temp1, store_temp1, 0, 1); 1022 show_temp1, store_temp1, 0, 2);
|