]> git.sur5r.net Git - groeck-nct6775/commitdiff
fix ABI (hysteresis -> temp_hyst)
authorGuenter Roeck <linux@roeck-us.net>
Sun, 11 Mar 2012 23:10:00 +0000 (16:10 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 11 Mar 2012 23:42:29 +0000 (16:42 -0700)
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
nct6775.c

index 8c8572db168172a3d1a6cca49611c247fe135fb9..51ce45387722d3aca08a47cfb720975961fe34cb 100644 (file)
--- a/nct6775.c
+++ b/nct6775.c
@@ -1614,8 +1614,8 @@ store_target_temp(struct device *dev, struct device_attribute *attr,
        return count;
 }
 
-static ssize_t show_auto_hysteresis(struct device *dev,
-                                   struct device_attribute *attr, char *buf)
+static ssize_t show_auto_temp_hyst(struct device *dev,
+                                  struct device_attribute *attr, char *buf)
 {
        struct nct6775_data *data = nct6775_update_device(dev);
        struct sensor_device_attribute_2 *sattr = to_sensor_dev_attr_2(attr);
@@ -1628,8 +1628,8 @@ static ssize_t show_auto_hysteresis(struct device *dev,
 }
 
 static ssize_t
-store_auto_hysteresis(struct device *dev, struct device_attribute *attr,
-                     const char *buf, size_t count)
+store_auto_temp_hyst(struct device *dev, struct device_attribute *attr,
+                    const char *buf, size_t count)
 {
        struct nct6775_data *data = dev_get_drvdata(dev);
        struct nct6775_sio_data *sio_data = dev->platform_data;
@@ -2079,216 +2079,216 @@ static struct sensor_device_attribute_2 sda_auto_pwm_arrays[] = {
                          show_auto_pwm, store_auto_pwm, 0, 0),
        SENSOR_ATTR_2(pwm1_auto_point1_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 0, 0),
-       SENSOR_ATTR_2(pwm1_auto_point1_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 0, 0),
+       SENSOR_ATTR_2(pwm1_auto_point1_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 0, 0),
        SENSOR_ATTR_2(pwm1_auto_point2_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 0, 1),
        SENSOR_ATTR_2(pwm1_auto_point2_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 0, 1),
-       SENSOR_ATTR_2(pwm1_auto_point2_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 0, 1),
+       SENSOR_ATTR_2(pwm1_auto_point2_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 0, 1),
        SENSOR_ATTR_2(pwm1_auto_point3_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 0, 2),
        SENSOR_ATTR_2(pwm1_auto_point3_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 0, 2),
-       SENSOR_ATTR_2(pwm1_auto_point3_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 0, 2),
+       SENSOR_ATTR_2(pwm1_auto_point3_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 0, 2),
        SENSOR_ATTR_2(pwm1_auto_point4_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 0, 3),
        SENSOR_ATTR_2(pwm1_auto_point4_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 0, 3),
-       SENSOR_ATTR_2(pwm1_auto_point4_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 0, 3),
+       SENSOR_ATTR_2(pwm1_auto_point4_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 0, 3),
        SENSOR_ATTR_2(pwm1_auto_point5_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 0, 4),
        SENSOR_ATTR_2(pwm1_auto_point5_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 0, 4),
-       SENSOR_ATTR_2(pwm1_auto_point5_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 0, 4),
+       SENSOR_ATTR_2(pwm1_auto_point5_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 0, 4),
        SENSOR_ATTR_2(pwm1_auto_point6_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 0, 5),
        SENSOR_ATTR_2(pwm1_auto_point6_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 0, 5),
-       SENSOR_ATTR_2(pwm1_auto_point6_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 0, 5),
+       SENSOR_ATTR_2(pwm1_auto_point6_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 0, 5),
        SENSOR_ATTR_2(pwm1_auto_point7_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 0, 6),
        SENSOR_ATTR_2(pwm1_auto_point7_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 0, 6),
-       SENSOR_ATTR_2(pwm1_auto_point7_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 0, 6),
+       SENSOR_ATTR_2(pwm1_auto_point7_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 0, 6),
 
        SENSOR_ATTR_2(pwm2_auto_point1_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 1, 0),
        SENSOR_ATTR_2(pwm2_auto_point1_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 1, 0),
-       SENSOR_ATTR_2(pwm2_auto_point1_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 1, 0),
+       SENSOR_ATTR_2(pwm2_auto_point1_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 1, 0),
        SENSOR_ATTR_2(pwm2_auto_point2_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 1, 1),
        SENSOR_ATTR_2(pwm2_auto_point2_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 1, 1),
-       SENSOR_ATTR_2(pwm2_auto_point2_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 1, 1),
+       SENSOR_ATTR_2(pwm2_auto_point2_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 1, 1),
        SENSOR_ATTR_2(pwm2_auto_point3_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 1, 2),
        SENSOR_ATTR_2(pwm2_auto_point3_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 1, 2),
-       SENSOR_ATTR_2(pwm2_auto_point3_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 1, 2),
+       SENSOR_ATTR_2(pwm2_auto_point3_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 1, 2),
        SENSOR_ATTR_2(pwm2_auto_point4_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 1, 3),
        SENSOR_ATTR_2(pwm2_auto_point4_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 1, 3),
-       SENSOR_ATTR_2(pwm2_auto_point4_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 1, 3),
+       SENSOR_ATTR_2(pwm2_auto_point4_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 1, 3),
        SENSOR_ATTR_2(pwm2_auto_point5_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 1, 4),
        SENSOR_ATTR_2(pwm2_auto_point5_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 1, 4),
-       SENSOR_ATTR_2(pwm2_auto_point5_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 1, 4),
+       SENSOR_ATTR_2(pwm2_auto_point5_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 1, 4),
        SENSOR_ATTR_2(pwm2_auto_point6_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 1, 5),
        SENSOR_ATTR_2(pwm2_auto_point6_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 1, 5),
-       SENSOR_ATTR_2(pwm2_auto_point6_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 1, 5),
+       SENSOR_ATTR_2(pwm2_auto_point6_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 1, 5),
        SENSOR_ATTR_2(pwm2_auto_point7_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 1, 6),
        SENSOR_ATTR_2(pwm2_auto_point7_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 1, 6),
-       SENSOR_ATTR_2(pwm2_auto_point7_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 1, 6),
+       SENSOR_ATTR_2(pwm2_auto_point7_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 1, 6),
 
        SENSOR_ATTR_2(pwm3_auto_point1_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 2, 0),
        SENSOR_ATTR_2(pwm3_auto_point1_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 2, 0),
-       SENSOR_ATTR_2(pwm3_auto_point1_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 2, 0),
+       SENSOR_ATTR_2(pwm3_auto_point1_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 2, 0),
        SENSOR_ATTR_2(pwm3_auto_point2_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 2, 1),
        SENSOR_ATTR_2(pwm3_auto_point2_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 2, 1),
-       SENSOR_ATTR_2(pwm3_auto_point2_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 2, 1),
+       SENSOR_ATTR_2(pwm3_auto_point2_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 2, 1),
        SENSOR_ATTR_2(pwm3_auto_point3_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 2, 2),
        SENSOR_ATTR_2(pwm3_auto_point3_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 2, 2),
-       SENSOR_ATTR_2(pwm3_auto_point3_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 2, 2),
+       SENSOR_ATTR_2(pwm3_auto_point3_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 2, 2),
        SENSOR_ATTR_2(pwm3_auto_point4_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 2, 3),
        SENSOR_ATTR_2(pwm3_auto_point4_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 2, 3),
-       SENSOR_ATTR_2(pwm3_auto_point4_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 2, 3),
+       SENSOR_ATTR_2(pwm3_auto_point4_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 2, 3),
        SENSOR_ATTR_2(pwm3_auto_point5_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 2, 4),
        SENSOR_ATTR_2(pwm3_auto_point5_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 2, 4),
-       SENSOR_ATTR_2(pwm3_auto_point5_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 2, 4),
+       SENSOR_ATTR_2(pwm3_auto_point5_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 2, 4),
        SENSOR_ATTR_2(pwm3_auto_point6_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 2, 5),
        SENSOR_ATTR_2(pwm3_auto_point6_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 2, 5),
-       SENSOR_ATTR_2(pwm3_auto_point6_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 2, 5),
+       SENSOR_ATTR_2(pwm3_auto_point6_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 2, 5),
        SENSOR_ATTR_2(pwm3_auto_point7_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 2, 6),
        SENSOR_ATTR_2(pwm3_auto_point7_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 2, 6),
-       SENSOR_ATTR_2(pwm3_auto_point7_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 2, 6),
+       SENSOR_ATTR_2(pwm3_auto_point7_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 2, 6),
 
        SENSOR_ATTR_2(pwm4_auto_point1_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 3, 0),
        SENSOR_ATTR_2(pwm4_auto_point1_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 3, 0),
-       SENSOR_ATTR_2(pwm4_auto_point1_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 3, 0),
+       SENSOR_ATTR_2(pwm4_auto_point1_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 3, 0),
        SENSOR_ATTR_2(pwm4_auto_point2_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 3, 1),
        SENSOR_ATTR_2(pwm4_auto_point2_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 3, 1),
-       SENSOR_ATTR_2(pwm4_auto_point2_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 3, 1),
+       SENSOR_ATTR_2(pwm4_auto_point2_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 3, 1),
        SENSOR_ATTR_2(pwm4_auto_point3_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 3, 2),
        SENSOR_ATTR_2(pwm4_auto_point3_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 3, 2),
-       SENSOR_ATTR_2(pwm4_auto_point3_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 3, 2),
+       SENSOR_ATTR_2(pwm4_auto_point3_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 3, 2),
        SENSOR_ATTR_2(pwm4_auto_point4_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 3, 3),
        SENSOR_ATTR_2(pwm4_auto_point4_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 3, 3),
-       SENSOR_ATTR_2(pwm4_auto_point4_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 3, 3),
+       SENSOR_ATTR_2(pwm4_auto_point4_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 3, 3),
        SENSOR_ATTR_2(pwm4_auto_point5_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 3, 4),
        SENSOR_ATTR_2(pwm4_auto_point5_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 3, 4),
-       SENSOR_ATTR_2(pwm4_auto_point5_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 3, 4),
+       SENSOR_ATTR_2(pwm4_auto_point5_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 3, 4),
        SENSOR_ATTR_2(pwm4_auto_point6_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 3, 5),
        SENSOR_ATTR_2(pwm4_auto_point6_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 3, 5),
-       SENSOR_ATTR_2(pwm4_auto_point6_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 3, 5),
+       SENSOR_ATTR_2(pwm4_auto_point6_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 3, 5),
        SENSOR_ATTR_2(pwm4_auto_point7_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 3, 6),
        SENSOR_ATTR_2(pwm4_auto_point7_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 3, 6),
-       SENSOR_ATTR_2(pwm4_auto_point7_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 3, 6),
+       SENSOR_ATTR_2(pwm4_auto_point7_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 3, 6),
 
        SENSOR_ATTR_2(pwm5_auto_point1_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 4, 0),
        SENSOR_ATTR_2(pwm5_auto_point1_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 4, 0),
-       SENSOR_ATTR_2(pwm5_auto_point1_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 4, 0),
+       SENSOR_ATTR_2(pwm5_auto_point1_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 4, 0),
        SENSOR_ATTR_2(pwm5_auto_point2_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 4, 1),
        SENSOR_ATTR_2(pwm5_auto_point2_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 4, 1),
-       SENSOR_ATTR_2(pwm5_auto_point2_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 4, 1),
+       SENSOR_ATTR_2(pwm5_auto_point2_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 4, 1),
        SENSOR_ATTR_2(pwm5_auto_point3_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 4, 2),
        SENSOR_ATTR_2(pwm5_auto_point3_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 4, 2),
-       SENSOR_ATTR_2(pwm5_auto_point3_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 4, 2),
+       SENSOR_ATTR_2(pwm5_auto_point3_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 4, 2),
        SENSOR_ATTR_2(pwm5_auto_point4_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 4, 3),
        SENSOR_ATTR_2(pwm5_auto_point4_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 4, 3),
-       SENSOR_ATTR_2(pwm5_auto_point4_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 4, 3),
+       SENSOR_ATTR_2(pwm5_auto_point4_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 4, 3),
        SENSOR_ATTR_2(pwm5_auto_point5_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 4, 4),
        SENSOR_ATTR_2(pwm5_auto_point5_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 4, 4),
-       SENSOR_ATTR_2(pwm5_auto_point5_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 4, 4),
+       SENSOR_ATTR_2(pwm5_auto_point5_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 4, 4),
        SENSOR_ATTR_2(pwm5_auto_point6_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 4, 5),
        SENSOR_ATTR_2(pwm5_auto_point6_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 4, 5),
-       SENSOR_ATTR_2(pwm5_auto_point6_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 4, 5),
+       SENSOR_ATTR_2(pwm5_auto_point6_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 4, 5),
        SENSOR_ATTR_2(pwm5_auto_point7_pwm, S_IWUSR | S_IRUGO,
                          show_auto_pwm, store_auto_pwm, 4, 6),
        SENSOR_ATTR_2(pwm5_auto_point7_temp, S_IWUSR | S_IRUGO,
                          show_auto_temp, store_auto_temp, 4, 6),
-       SENSOR_ATTR_2(pwm5_auto_point7_hysteresis, S_IWUSR | S_IRUGO,
-                         show_auto_hysteresis, store_auto_hysteresis, 4, 6),
+       SENSOR_ATTR_2(pwm5_auto_point7_temp_hyst, S_IWUSR | S_IRUGO,
+                         show_auto_temp_hyst, store_auto_temp_hyst, 4, 6),
 };
 
 static ssize_t