Searched refs:show_temp1 (Results 1 – 2 of 2) sorted by relevance
/drivers/hwmon/ |
D | w83791d.c | 936 static ssize_t show_temp1(struct device *dev, struct device_attribute *devattr, in show_temp1() function 1004 SENSOR_ATTR_2(temp1_input, S_IRUGO, show_temp1, NULL, 0, 0), 1011 show_temp1, store_temp1, 0, 1), 1020 show_temp1, store_temp1, 0, 2),
|
D | w83792d.c | 507 static ssize_t show_temp1(struct device *dev, struct device_attribute *attr, in show_temp1() function 1038 static SENSOR_DEVICE_ATTR_2(temp1_input, S_IRUGO, show_temp1, NULL, 0, 0); 1042 show_temp1, store_temp1, 0, 1); 1048 show_temp1, store_temp1, 0, 2);
|