Searched refs:show_temp23 (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/hwmon/
H A Dw83791d.c966 static ssize_t show_temp23(struct device *dev, struct device_attribute *devattr, show_temp23() function
1005 SENSOR_ATTR_2(temp2_input, S_IRUGO, show_temp23, NULL, 0, 0),
1006 SENSOR_ATTR_2(temp3_input, S_IRUGO, show_temp23, NULL, 1, 0),
1013 show_temp23, store_temp23, 0, 1),
1015 show_temp23, store_temp23, 1, 1),
1022 show_temp23, store_temp23, 0, 2),
1024 show_temp23, store_temp23, 1, 2),
H A Dw83792d.c538 static ssize_t show_temp23(struct device *dev, struct device_attribute *attr, show_temp23() function
1036 static SENSOR_DEVICE_ATTR_2(temp2_input, S_IRUGO, show_temp23, NULL, 0, 0);
1037 static SENSOR_DEVICE_ATTR_2(temp3_input, S_IRUGO, show_temp23, NULL, 1, 0);
1040 static SENSOR_DEVICE_ATTR_2(temp2_max, S_IRUGO | S_IWUSR, show_temp23,
1042 static SENSOR_DEVICE_ATTR_2(temp3_max, S_IRUGO | S_IWUSR, show_temp23,
1047 show_temp23, store_temp23, 0, 4);
1049 show_temp23, store_temp23, 1, 4);

Completed in 82 milliseconds