Lines Matching refs:SENSOR_DEVICE_ATTR_RW

983 static SENSOR_DEVICE_ATTR_RW(temp1_max, temp_max, 0);
984 static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
985 static SENSOR_DEVICE_ATTR_RW(temp3_max, temp_max, 2);
986 static SENSOR_DEVICE_ATTR_RW(temp4_max, temp_max, 3);
987 static SENSOR_DEVICE_ATTR_RW(temp5_max, temp_max, 4);
988 static SENSOR_DEVICE_ATTR_RW(temp6_max, temp_max, 5);
989 static SENSOR_DEVICE_ATTR_RW(temp7_max, temp_max, 6);
990 static SENSOR_DEVICE_ATTR_RW(temp8_max, temp_max, 7);
991 static SENSOR_DEVICE_ATTR_RW(temp9_max, temp_max, 8);
992 static SENSOR_DEVICE_ATTR_RW(temp10_max, temp_max, 9);
994 static SENSOR_DEVICE_ATTR_RW(temp1_min, temp_min, 0);
995 static SENSOR_DEVICE_ATTR_RW(temp2_min, temp_min, 1);
996 static SENSOR_DEVICE_ATTR_RW(temp3_min, temp_min, 2);
997 static SENSOR_DEVICE_ATTR_RW(temp4_min, temp_min, 3);
998 static SENSOR_DEVICE_ATTR_RW(temp5_min, temp_min, 4);
999 static SENSOR_DEVICE_ATTR_RW(temp6_min, temp_min, 5);
1000 static SENSOR_DEVICE_ATTR_RW(temp7_min, temp_min, 6);
1001 static SENSOR_DEVICE_ATTR_RW(temp8_min, temp_min, 7);
1002 static SENSOR_DEVICE_ATTR_RW(temp9_min, temp_min, 8);
1003 static SENSOR_DEVICE_ATTR_RW(temp10_min, temp_min, 9);
1027 static SENSOR_DEVICE_ATTR_RW(fan1_max, fan_max, 0);
1028 static SENSOR_DEVICE_ATTR_RW(fan2_max, fan_max, 1);
1029 static SENSOR_DEVICE_ATTR_RW(fan3_max, fan_max, 2);
1030 static SENSOR_DEVICE_ATTR_RW(fan4_max, fan_max, 3);
1032 static SENSOR_DEVICE_ATTR_RW(fan1_min, fan_min, 0);
1033 static SENSOR_DEVICE_ATTR_RW(fan2_min, fan_min, 1);
1034 static SENSOR_DEVICE_ATTR_RW(fan3_min, fan_min, 2);
1035 static SENSOR_DEVICE_ATTR_RW(fan4_min, fan_min, 3);
1047 static SENSOR_DEVICE_ATTR_RW(force_pwm_max, force_pwm_max, 0);
1049 static SENSOR_DEVICE_ATTR_RW(pwm1, pwm, 0);
1050 static SENSOR_DEVICE_ATTR_RW(pwm2, pwm, 1);
1051 static SENSOR_DEVICE_ATTR_RW(pwm3, pwm, 2);
1052 static SENSOR_DEVICE_ATTR_RW(pwm4, pwm, 3);
1056 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point1_pwm, pwm_min, 0);
1057 static SENSOR_DEVICE_ATTR_RW(pwm2_auto_point1_pwm, pwm_min, 1);
1058 static SENSOR_DEVICE_ATTR_RW(pwm3_auto_point1_pwm, pwm_min, 2);
1059 static SENSOR_DEVICE_ATTR_RW(pwm4_auto_point1_pwm, pwm_min, 3);
1061 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point2_pwm, pwm_max, 0);
1062 static SENSOR_DEVICE_ATTR_RW(pwm2_auto_point2_pwm, pwm_max, 1);
1063 static SENSOR_DEVICE_ATTR_RW(pwm3_auto_point2_pwm, pwm_max, 2);
1064 static SENSOR_DEVICE_ATTR_RW(pwm4_auto_point2_pwm, pwm_max, 3);
1066 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point1_temp, pwm_tmin, 0);
1067 static SENSOR_DEVICE_ATTR_RW(pwm2_auto_point1_temp, pwm_tmin, 1);
1068 static SENSOR_DEVICE_ATTR_RW(pwm3_auto_point1_temp, pwm_tmin, 2);
1069 static SENSOR_DEVICE_ATTR_RW(pwm4_auto_point1_temp, pwm_tmin, 3);
1076 static SENSOR_DEVICE_ATTR_RW(pwm1_enable, pwm_auto, 0);
1077 static SENSOR_DEVICE_ATTR_RW(pwm2_enable, pwm_auto, 1);
1078 static SENSOR_DEVICE_ATTR_RW(pwm3_enable, pwm_auto, 2);
1079 static SENSOR_DEVICE_ATTR_RW(pwm4_enable, pwm_auto, 3);
1081 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_channels_temp, pwm_auto_temp, 0);
1082 static SENSOR_DEVICE_ATTR_RW(pwm2_auto_channels_temp, pwm_auto_temp, 1);
1083 static SENSOR_DEVICE_ATTR_RW(pwm3_auto_channels_temp, pwm_auto_temp, 2);
1084 static SENSOR_DEVICE_ATTR_RW(pwm4_auto_channels_temp, pwm_auto_temp, 3);