Searched refs:show_temp1 (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/hwmon/ |
| D | w83791d.c | 923 static ssize_t show_temp1(struct device *dev, struct device_attribute *devattr, in show_temp1() function 991 SENSOR_ATTR_2(temp1_input, S_IRUGO, show_temp1, NULL, 0, 0), 998 show_temp1, store_temp1, 0, 1), 1007 show_temp1, store_temp1, 0, 2),
|
| D | w83792d.c | 491 static ssize_t show_temp1(struct device *dev, struct device_attribute *attr, in show_temp1() function 1013 static SENSOR_DEVICE_ATTR_2(temp1_input, S_IRUGO, show_temp1, NULL, 0, 0); 1017 show_temp1, store_temp1, 0, 1); 1023 show_temp1, store_temp1, 0, 2);
|