Lines Matching refs:SENSOR_DEVICE_ATTR_RW
1175 static SENSOR_DEVICE_ATTR_RW(in1_min, in_min, 0);
1176 static SENSOR_DEVICE_ATTR_RW(in2_min, in_min, 1);
1177 static SENSOR_DEVICE_ATTR_RW(in3_min, in_min, 2);
1178 static SENSOR_DEVICE_ATTR_RW(in4_min, in_min, 3);
1179 static SENSOR_DEVICE_ATTR_RW(in5_min, in_min, 4);
1180 static SENSOR_DEVICE_ATTR_RW(in6_min, in_min, 5);
1181 static SENSOR_DEVICE_ATTR_RW(in7_min, in_min, 6);
1182 static SENSOR_DEVICE_ATTR_RW(in8_min, in_min, 7);
1183 static SENSOR_DEVICE_ATTR_RW(in9_min, in_min, 8);
1184 static SENSOR_DEVICE_ATTR_RW(in10_min, in_min, 9);
1185 static SENSOR_DEVICE_ATTR_RW(in11_min, in_min, 10);
1186 static SENSOR_DEVICE_ATTR_RW(in12_min, in_min, 11);
1187 static SENSOR_DEVICE_ATTR_RW(in13_min, in_min, 12);
1188 static SENSOR_DEVICE_ATTR_RW(in14_min, in_min, 13);
1189 static SENSOR_DEVICE_ATTR_RW(in15_min, in_min, 14);
1190 static SENSOR_DEVICE_ATTR_RW(in16_min, in_min, 15);
1240 static SENSOR_DEVICE_ATTR_RW(in1_max, in_max, 0);
1241 static SENSOR_DEVICE_ATTR_RW(in2_max, in_max, 1);
1242 static SENSOR_DEVICE_ATTR_RW(in3_max, in_max, 2);
1243 static SENSOR_DEVICE_ATTR_RW(in4_max, in_max, 3);
1244 static SENSOR_DEVICE_ATTR_RW(in5_max, in_max, 4);
1245 static SENSOR_DEVICE_ATTR_RW(in6_max, in_max, 5);
1246 static SENSOR_DEVICE_ATTR_RW(in7_max, in_max, 6);
1247 static SENSOR_DEVICE_ATTR_RW(in8_max, in_max, 7);
1248 static SENSOR_DEVICE_ATTR_RW(in9_max, in_max, 8);
1249 static SENSOR_DEVICE_ATTR_RW(in10_max, in_max, 9);
1250 static SENSOR_DEVICE_ATTR_RW(in11_max, in_max, 10);
1251 static SENSOR_DEVICE_ATTR_RW(in12_max, in_max, 11);
1252 static SENSOR_DEVICE_ATTR_RW(in13_max, in_max, 12);
1253 static SENSOR_DEVICE_ATTR_RW(in14_max, in_max, 13);
1254 static SENSOR_DEVICE_ATTR_RW(in15_max, in_max, 14);
1255 static SENSOR_DEVICE_ATTR_RW(in16_max, in_max, 15);
1298 static SENSOR_DEVICE_ATTR_RW(temp1_min, temp_min, 0);
1299 static SENSOR_DEVICE_ATTR_RW(temp2_min, temp_min, 1);
1300 static SENSOR_DEVICE_ATTR_RW(temp3_min, temp_min, 2);
1331 static SENSOR_DEVICE_ATTR_RW(temp1_max, temp_max, 0);
1332 static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
1333 static SENSOR_DEVICE_ATTR_RW(temp3_max, temp_max, 2);
1364 static SENSOR_DEVICE_ATTR_RW(temp1_auto_base, temp_auto_base, 0);
1365 static SENSOR_DEVICE_ATTR_RW(temp2_auto_base, temp_auto_base, 1);
1366 static SENSOR_DEVICE_ATTR_RW(temp3_auto_base, temp_auto_base, 2);
1397 static SENSOR_DEVICE_ATTR_RW(temp1_auto_boost, temp_auto_boost, 0);
1398 static SENSOR_DEVICE_ATTR_RW(temp2_auto_boost, temp_auto_boost, 1);
1399 static SENSOR_DEVICE_ATTR_RW(temp3_auto_boost, temp_auto_boost, 2);
1438 static SENSOR_DEVICE_ATTR_RW(temp1_auto_boost_hyst, temp_auto_boost_hyst, 0);
1439 static SENSOR_DEVICE_ATTR_RW(temp2_auto_boost_hyst, temp_auto_boost_hyst, 1);
1440 static SENSOR_DEVICE_ATTR_RW(temp3_auto_boost_hyst, temp_auto_boost_hyst, 2);
1562 static SENSOR_DEVICE_ATTR_RW(temp1_auto_pwm_min, temp_auto_pwm_min, 0);
1563 static SENSOR_DEVICE_ATTR_RW(temp2_auto_pwm_min, temp_auto_pwm_min, 1);
1564 static SENSOR_DEVICE_ATTR_RW(temp3_auto_pwm_min, temp_auto_pwm_min, 2);
1605 static SENSOR_DEVICE_ATTR_RW(temp1_auto_offset_hyst, temp_auto_offset_hyst, 0);
1606 static SENSOR_DEVICE_ATTR_RW(temp2_auto_offset_hyst, temp_auto_offset_hyst, 1);
1607 static SENSOR_DEVICE_ATTR_RW(temp3_auto_offset_hyst, temp_auto_offset_hyst, 2);
1654 static SENSOR_DEVICE_ATTR_RW(fan1_min, fan_min, 0);
1655 static SENSOR_DEVICE_ATTR_RW(fan2_min, fan_min, 1);
1656 static SENSOR_DEVICE_ATTR_RW(fan3_min, fan_min, 2);
1657 static SENSOR_DEVICE_ATTR_RW(fan4_min, fan_min, 3);
1742 static SENSOR_DEVICE_ATTR_RW(fan1_smart_tach, fan_smart_tach, 0);
1743 static SENSOR_DEVICE_ATTR_RW(fan2_smart_tach, fan_smart_tach, 1);
1744 static SENSOR_DEVICE_ATTR_RW(fan3_smart_tach, fan_smart_tach, 2);
1745 static SENSOR_DEVICE_ATTR_RW(fan4_smart_tach, fan_smart_tach, 3);
1793 static SENSOR_DEVICE_ATTR_RW(pwm1, pwm, 0);
1794 static SENSOR_DEVICE_ATTR_RW(pwm2, pwm, 1);
1850 static SENSOR_DEVICE_ATTR_RW(pwm1_enable, pwm_enable, 0);
1851 static SENSOR_DEVICE_ATTR_RW(pwm2_enable, pwm_enable, 1);
1915 static SENSOR_DEVICE_ATTR_RW(pwm1_freq, pwm_freq, 0);
1916 static SENSOR_DEVICE_ATTR_RW(pwm2_freq, pwm_freq, 1);
1949 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_channels, pwm_auto_channels, 0);
1950 static SENSOR_DEVICE_ATTR_RW(pwm2_auto_channels, pwm_auto_channels, 1);
1994 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_spinup_min, pwm_auto_spinup_min, 0);
1995 static SENSOR_DEVICE_ATTR_RW(pwm2_auto_spinup_min, pwm_auto_spinup_min, 1);
2031 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_spinup_time, pwm_auto_spinup_time, 0);
2032 static SENSOR_DEVICE_ATTR_RW(pwm2_auto_spinup_time, pwm_auto_spinup_time, 1);
2161 static SENSOR_DEVICE_ATTR_RW(prochot1_max, prochot_max, 0);
2162 static SENSOR_DEVICE_ATTR_RW(prochot2_max, prochot_max, 1);
2200 static SENSOR_DEVICE_ATTR_RW(prochot1_override, prochot_override, 0);
2201 static SENSOR_DEVICE_ATTR_RW(prochot2_override, prochot_override, 1);
2243 static SENSOR_DEVICE_ATTR_RW(prochot1_interval, prochot_interval, 0);
2244 static SENSOR_DEVICE_ATTR_RW(prochot2_interval, prochot_interval, 1);