drivers/hwmon/abituguru.c
1191
SENSOR_ATTR_2(in%d_input, 0444, show_bank1_value, NULL, 0, 0),
drivers/hwmon/abituguru.c
1192
SENSOR_ATTR_2(in%d_min, 0644, show_bank1_setting,
drivers/hwmon/abituguru.c
1194
SENSOR_ATTR_2(in%d_min_alarm, 0444, show_bank1_alarm, NULL,
drivers/hwmon/abituguru.c
1196
SENSOR_ATTR_2(in%d_max, 0644, show_bank1_setting,
drivers/hwmon/abituguru.c
1198
SENSOR_ATTR_2(in%d_max_alarm, 0444, show_bank1_alarm, NULL,
drivers/hwmon/abituguru.c
1200
SENSOR_ATTR_2(in%d_beep, 0644, show_bank1_mask,
drivers/hwmon/abituguru.c
1202
SENSOR_ATTR_2(in%d_shutdown, 0644, show_bank1_mask,
drivers/hwmon/abituguru.c
1204
SENSOR_ATTR_2(in%d_min_alarm_enable, 0644, show_bank1_mask,
drivers/hwmon/abituguru.c
1206
SENSOR_ATTR_2(in%d_max_alarm_enable, 0644, show_bank1_mask,
drivers/hwmon/abituguru.c
1209
SENSOR_ATTR_2(temp%d_input, 0444, show_bank1_value, NULL, 0, 0),
drivers/hwmon/abituguru.c
1210
SENSOR_ATTR_2(temp%d_alarm, 0444, show_bank1_alarm, NULL,
drivers/hwmon/abituguru.c
1212
SENSOR_ATTR_2(temp%d_max, 0644, show_bank1_setting,
drivers/hwmon/abituguru.c
1214
SENSOR_ATTR_2(temp%d_crit, 0644, show_bank1_setting,
drivers/hwmon/abituguru.c
1216
SENSOR_ATTR_2(temp%d_beep, 0644, show_bank1_mask,
drivers/hwmon/abituguru.c
1218
SENSOR_ATTR_2(temp%d_shutdown, 0644, show_bank1_mask,
drivers/hwmon/abituguru.c
1220
SENSOR_ATTR_2(temp%d_alarm_enable, 0644, show_bank1_mask,
drivers/hwmon/abituguru.c
1226
SENSOR_ATTR_2(fan%d_input, 0444, show_bank2_value, NULL, 0, 0),
drivers/hwmon/abituguru.c
1227
SENSOR_ATTR_2(fan%d_alarm, 0444, show_bank2_alarm, NULL, 0, 0),
drivers/hwmon/abituguru.c
1228
SENSOR_ATTR_2(fan%d_min, 0644, show_bank2_setting,
drivers/hwmon/abituguru.c
1230
SENSOR_ATTR_2(fan%d_beep, 0644, show_bank2_mask,
drivers/hwmon/abituguru.c
1232
SENSOR_ATTR_2(fan%d_shutdown, 0644, show_bank2_mask,
drivers/hwmon/abituguru.c
1234
SENSOR_ATTR_2(fan%d_alarm_enable, 0644, show_bank2_mask,
drivers/hwmon/abituguru.c
1239
SENSOR_ATTR_2(pwm%d_enable, 0644, show_pwm_enable,
drivers/hwmon/abituguru.c
1241
SENSOR_ATTR_2(pwm%d_auto_channels_temp, 0644, show_pwm_sensor,
drivers/hwmon/abituguru.c
1243
SENSOR_ATTR_2(pwm%d_auto_point1_pwm, 0644, show_pwm_setting,
drivers/hwmon/abituguru.c
1245
SENSOR_ATTR_2(pwm%d_auto_point2_pwm, 0644, show_pwm_setting,
drivers/hwmon/abituguru.c
1247
SENSOR_ATTR_2(pwm%d_auto_point1_temp, 0644, show_pwm_setting,
drivers/hwmon/abituguru.c
1249
SENSOR_ATTR_2(pwm%d_auto_point2_temp, 0644, show_pwm_setting,
drivers/hwmon/abituguru.c
1254
SENSOR_ATTR_2(name, 0444, show_name, NULL, 0, 0),
drivers/hwmon/abituguru3.c
913
SENSOR_ATTR_2(in%d_input, 0444, show_value, NULL, 0, 0),
drivers/hwmon/abituguru3.c
914
SENSOR_ATTR_2(in%d_min, 0444, show_value, NULL, 1, 0),
drivers/hwmon/abituguru3.c
915
SENSOR_ATTR_2(in%d_max, 0444, show_value, NULL, 2, 0),
drivers/hwmon/abituguru3.c
916
SENSOR_ATTR_2(in%d_min_alarm, 0444, show_alarm, NULL,
drivers/hwmon/abituguru3.c
918
SENSOR_ATTR_2(in%d_max_alarm, 0444, show_alarm, NULL,
drivers/hwmon/abituguru3.c
920
SENSOR_ATTR_2(in%d_beep, 0444, show_mask, NULL,
drivers/hwmon/abituguru3.c
922
SENSOR_ATTR_2(in%d_shutdown, 0444, show_mask, NULL,
drivers/hwmon/abituguru3.c
924
SENSOR_ATTR_2(in%d_min_alarm_enable, 0444, show_mask, NULL,
drivers/hwmon/abituguru3.c
926
SENSOR_ATTR_2(in%d_max_alarm_enable, 0444, show_mask, NULL,
drivers/hwmon/abituguru3.c
928
SENSOR_ATTR_2(in%d_label, 0444, show_label, NULL, 0, 0)
drivers/hwmon/abituguru3.c
930
SENSOR_ATTR_2(temp%d_input, 0444, show_value, NULL, 0, 0),
drivers/hwmon/abituguru3.c
931
SENSOR_ATTR_2(temp%d_max, 0444, show_value, NULL, 1, 0),
drivers/hwmon/abituguru3.c
932
SENSOR_ATTR_2(temp%d_crit, 0444, show_value, NULL, 2, 0),
drivers/hwmon/abituguru3.c
933
SENSOR_ATTR_2(temp%d_alarm, 0444, show_alarm, NULL, 0, 0),
drivers/hwmon/abituguru3.c
934
SENSOR_ATTR_2(temp%d_beep, 0444, show_mask, NULL,
drivers/hwmon/abituguru3.c
936
SENSOR_ATTR_2(temp%d_shutdown, 0444, show_mask, NULL,
drivers/hwmon/abituguru3.c
938
SENSOR_ATTR_2(temp%d_alarm_enable, 0444, show_mask, NULL,
drivers/hwmon/abituguru3.c
940
SENSOR_ATTR_2(temp%d_label, 0444, show_label, NULL, 0, 0)
drivers/hwmon/abituguru3.c
942
SENSOR_ATTR_2(fan%d_input, 0444, show_value, NULL, 0, 0),
drivers/hwmon/abituguru3.c
943
SENSOR_ATTR_2(fan%d_min, 0444, show_value, NULL, 1, 0),
drivers/hwmon/abituguru3.c
944
SENSOR_ATTR_2(fan%d_alarm, 0444, show_alarm, NULL, 0, 0),
drivers/hwmon/abituguru3.c
945
SENSOR_ATTR_2(fan%d_beep, 0444, show_mask, NULL,
drivers/hwmon/abituguru3.c
947
SENSOR_ATTR_2(fan%d_shutdown, 0444, show_mask, NULL,
drivers/hwmon/abituguru3.c
949
SENSOR_ATTR_2(fan%d_alarm_enable, 0444, show_mask, NULL,
drivers/hwmon/abituguru3.c
951
SENSOR_ATTR_2(fan%d_label, 0444, show_label, NULL, 0, 0)
drivers/hwmon/abituguru3.c
955
SENSOR_ATTR_2(name, 0444, show_name, NULL, 0, 0),
drivers/hwmon/f71882fg.c
1025
SENSOR_ATTR_2(in1_max, S_IRUGO|S_IWUSR, show_in_max, store_in_max,
drivers/hwmon/f71882fg.c
1027
SENSOR_ATTR_2(in1_beep, S_IRUGO|S_IWUSR, show_in_beep, store_in_beep,
drivers/hwmon/f71882fg.c
1029
SENSOR_ATTR_2(in1_alarm, S_IRUGO, show_in_alarm, NULL, 0, 1),
drivers/hwmon/f71882fg.c
1273
SENSOR_ATTR_2(fan1_input, S_IRUGO, show_fan, NULL, 0, 0),
drivers/hwmon/f71882fg.c
1274
SENSOR_ATTR_2(fan1_full_speed, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1277
SENSOR_ATTR_2(fan1_alarm, S_IRUGO, show_fan_alarm, NULL, 0, 0),
drivers/hwmon/f71882fg.c
1278
SENSOR_ATTR_2(pwm1, S_IRUGO|S_IWUSR, show_pwm, store_pwm, 0, 0),
drivers/hwmon/f71882fg.c
1279
SENSOR_ATTR_2(pwm1_enable, S_IRUGO|S_IWUSR, show_pwm_enable,
drivers/hwmon/f71882fg.c
1281
SENSOR_ATTR_2(pwm1_interpolate, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1284
SENSOR_ATTR_2(fan2_input, S_IRUGO, show_fan, NULL, 0, 1),
drivers/hwmon/f71882fg.c
1285
SENSOR_ATTR_2(fan2_full_speed, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1288
SENSOR_ATTR_2(fan2_alarm, S_IRUGO, show_fan_alarm, NULL, 0, 1),
drivers/hwmon/f71882fg.c
1289
SENSOR_ATTR_2(pwm2, S_IRUGO|S_IWUSR, show_pwm, store_pwm, 0, 1),
drivers/hwmon/f71882fg.c
1290
SENSOR_ATTR_2(pwm2_enable, S_IRUGO|S_IWUSR, show_pwm_enable,
drivers/hwmon/f71882fg.c
1292
SENSOR_ATTR_2(pwm2_interpolate, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1295
SENSOR_ATTR_2(fan3_input, S_IRUGO, show_fan, NULL, 0, 2),
drivers/hwmon/f71882fg.c
1296
SENSOR_ATTR_2(fan3_full_speed, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1299
SENSOR_ATTR_2(fan3_alarm, S_IRUGO, show_fan_alarm, NULL, 0, 2),
drivers/hwmon/f71882fg.c
1300
SENSOR_ATTR_2(pwm3, S_IRUGO|S_IWUSR, show_pwm, store_pwm, 0, 2),
drivers/hwmon/f71882fg.c
1301
SENSOR_ATTR_2(pwm3_enable, S_IRUGO|S_IWUSR, show_pwm_enable,
drivers/hwmon/f71882fg.c
1303
SENSOR_ATTR_2(pwm3_interpolate, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1306
SENSOR_ATTR_2(fan4_input, S_IRUGO, show_fan, NULL, 0, 3),
drivers/hwmon/f71882fg.c
1307
SENSOR_ATTR_2(fan4_full_speed, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1310
SENSOR_ATTR_2(fan4_alarm, S_IRUGO, show_fan_alarm, NULL, 0, 3),
drivers/hwmon/f71882fg.c
1311
SENSOR_ATTR_2(pwm4, S_IRUGO|S_IWUSR, show_pwm, store_pwm, 0, 3),
drivers/hwmon/f71882fg.c
1312
SENSOR_ATTR_2(pwm4_enable, S_IRUGO|S_IWUSR, show_pwm_enable,
drivers/hwmon/f71882fg.c
1314
SENSOR_ATTR_2(pwm4_interpolate, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1352
SENSOR_ATTR_2(fan3_input, S_IRUGO, show_fan, NULL, 0, 2),
drivers/hwmon/f71882fg.c
1353
SENSOR_ATTR_2(fan3_alarm, S_IRUGO, show_fan_alarm, NULL, 0, 2),
drivers/hwmon/f71882fg.c
1354
SENSOR_ATTR_2(pwm3, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1396
SENSOR_ATTR_2(fan1_beep, S_IRUGO|S_IWUSR, show_fan_beep,
drivers/hwmon/f71882fg.c
1398
SENSOR_ATTR_2(fan2_beep, S_IRUGO|S_IWUSR, show_fan_beep,
drivers/hwmon/f71882fg.c
1400
SENSOR_ATTR_2(fan3_beep, S_IRUGO|S_IWUSR, show_fan_beep,
drivers/hwmon/f71882fg.c
1402
SENSOR_ATTR_2(fan4_beep, S_IRUGO|S_IWUSR, show_fan_beep,
drivers/hwmon/f71882fg.c
1614
SENSOR_ATTR_2(pwm1_auto_channels_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1617
SENSOR_ATTR_2(pwm1_auto_point1_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1620
SENSOR_ATTR_2(pwm1_auto_point2_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1623
SENSOR_ATTR_2(pwm1_auto_point1_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1626
SENSOR_ATTR_2(pwm1_auto_point2_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1629
SENSOR_ATTR_2(pwm1_auto_point1_temp_hyst, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1633
SENSOR_ATTR_2(pwm1_auto_point2_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
1636
SENSOR_ATTR_2(pwm2_auto_channels_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1639
SENSOR_ATTR_2(pwm2_auto_point1_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1642
SENSOR_ATTR_2(pwm2_auto_point2_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1645
SENSOR_ATTR_2(pwm2_auto_point1_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1648
SENSOR_ATTR_2(pwm2_auto_point2_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1651
SENSOR_ATTR_2(pwm2_auto_point1_temp_hyst, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1655
SENSOR_ATTR_2(pwm2_auto_point2_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
1658
SENSOR_ATTR_2(pwm3_auto_channels_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1661
SENSOR_ATTR_2(pwm3_auto_point1_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1664
SENSOR_ATTR_2(pwm3_auto_point2_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1667
SENSOR_ATTR_2(pwm3_auto_point1_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1670
SENSOR_ATTR_2(pwm3_auto_point2_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1673
SENSOR_ATTR_2(pwm3_auto_point1_temp_hyst, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1677
SENSOR_ATTR_2(pwm3_auto_point2_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
1687
SENSOR_ATTR_2(pwm1_auto_channels_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1690
SENSOR_ATTR_2(pwm1_auto_point1_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1693
SENSOR_ATTR_2(pwm1_auto_point2_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1696
SENSOR_ATTR_2(pwm1_auto_point3_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1699
SENSOR_ATTR_2(pwm1_auto_point1_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1702
SENSOR_ATTR_2(pwm1_auto_point2_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1705
SENSOR_ATTR_2(pwm1_auto_point1_temp_hyst, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1709
SENSOR_ATTR_2(pwm1_auto_point2_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
1712
SENSOR_ATTR_2(pwm2_auto_channels_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1715
SENSOR_ATTR_2(pwm2_auto_point1_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1718
SENSOR_ATTR_2(pwm2_auto_point2_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1721
SENSOR_ATTR_2(pwm2_auto_point3_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1724
SENSOR_ATTR_2(pwm2_auto_point1_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1727
SENSOR_ATTR_2(pwm2_auto_point2_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1730
SENSOR_ATTR_2(pwm2_auto_point1_temp_hyst, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1734
SENSOR_ATTR_2(pwm2_auto_point2_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
1737
SENSOR_ATTR_2(pwm3_auto_channels_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1740
SENSOR_ATTR_2(pwm3_auto_point1_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1743
SENSOR_ATTR_2(pwm3_auto_point2_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1746
SENSOR_ATTR_2(pwm3_auto_point3_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1749
SENSOR_ATTR_2(pwm3_auto_point1_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1752
SENSOR_ATTR_2(pwm3_auto_point2_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1755
SENSOR_ATTR_2(pwm3_auto_point1_temp_hyst, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1759
SENSOR_ATTR_2(pwm3_auto_point2_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
1765
SENSOR_ATTR_2(pwm1_auto_channels_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1768
SENSOR_ATTR_2(pwm1_auto_point1_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1771
SENSOR_ATTR_2(pwm1_auto_point2_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1774
SENSOR_ATTR_2(pwm1_auto_point3_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1777
SENSOR_ATTR_2(pwm1_auto_point4_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1780
SENSOR_ATTR_2(pwm1_auto_point5_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1783
SENSOR_ATTR_2(pwm1_auto_point1_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1786
SENSOR_ATTR_2(pwm1_auto_point2_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1789
SENSOR_ATTR_2(pwm1_auto_point3_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1792
SENSOR_ATTR_2(pwm1_auto_point4_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1795
SENSOR_ATTR_2(pwm1_auto_point1_temp_hyst, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1799
SENSOR_ATTR_2(pwm1_auto_point2_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
1801
SENSOR_ATTR_2(pwm1_auto_point3_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
1803
SENSOR_ATTR_2(pwm1_auto_point4_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
1806
SENSOR_ATTR_2(pwm2_auto_channels_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1809
SENSOR_ATTR_2(pwm2_auto_point1_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1812
SENSOR_ATTR_2(pwm2_auto_point2_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1815
SENSOR_ATTR_2(pwm2_auto_point3_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1818
SENSOR_ATTR_2(pwm2_auto_point4_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1821
SENSOR_ATTR_2(pwm2_auto_point5_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1824
SENSOR_ATTR_2(pwm2_auto_point1_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1827
SENSOR_ATTR_2(pwm2_auto_point2_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1830
SENSOR_ATTR_2(pwm2_auto_point3_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1833
SENSOR_ATTR_2(pwm2_auto_point4_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1836
SENSOR_ATTR_2(pwm2_auto_point1_temp_hyst, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1840
SENSOR_ATTR_2(pwm2_auto_point2_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
1842
SENSOR_ATTR_2(pwm2_auto_point3_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
1844
SENSOR_ATTR_2(pwm2_auto_point4_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
1847
SENSOR_ATTR_2(pwm3_auto_channels_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1850
SENSOR_ATTR_2(pwm3_auto_point1_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1853
SENSOR_ATTR_2(pwm3_auto_point2_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1856
SENSOR_ATTR_2(pwm3_auto_point3_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1859
SENSOR_ATTR_2(pwm3_auto_point4_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1862
SENSOR_ATTR_2(pwm3_auto_point5_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1865
SENSOR_ATTR_2(pwm3_auto_point1_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1868
SENSOR_ATTR_2(pwm3_auto_point2_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1871
SENSOR_ATTR_2(pwm3_auto_point3_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1874
SENSOR_ATTR_2(pwm3_auto_point4_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1877
SENSOR_ATTR_2(pwm3_auto_point1_temp_hyst, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1881
SENSOR_ATTR_2(pwm3_auto_point2_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
1883
SENSOR_ATTR_2(pwm3_auto_point3_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
1885
SENSOR_ATTR_2(pwm3_auto_point4_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
1888
SENSOR_ATTR_2(pwm4_auto_channels_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1891
SENSOR_ATTR_2(pwm4_auto_point1_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1894
SENSOR_ATTR_2(pwm4_auto_point2_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1897
SENSOR_ATTR_2(pwm4_auto_point3_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1900
SENSOR_ATTR_2(pwm4_auto_point4_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1903
SENSOR_ATTR_2(pwm4_auto_point5_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1906
SENSOR_ATTR_2(pwm4_auto_point1_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1909
SENSOR_ATTR_2(pwm4_auto_point2_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1912
SENSOR_ATTR_2(pwm4_auto_point3_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1915
SENSOR_ATTR_2(pwm4_auto_point4_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1918
SENSOR_ATTR_2(pwm4_auto_point1_temp_hyst, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1922
SENSOR_ATTR_2(pwm4_auto_point2_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
1924
SENSOR_ATTR_2(pwm4_auto_point3_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
1926
SENSOR_ATTR_2(pwm4_auto_point4_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
1932
SENSOR_ATTR_2(fan4_input, S_IRUGO, show_fan, NULL, 0, 3),
drivers/hwmon/f71882fg.c
1941
SENSOR_ATTR_2(pwm1_auto_channels_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1944
SENSOR_ATTR_2(temp1_auto_point1_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1947
SENSOR_ATTR_2(temp1_auto_point2_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1950
SENSOR_ATTR_2(temp1_auto_point3_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1953
SENSOR_ATTR_2(temp1_auto_point4_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1956
SENSOR_ATTR_2(temp1_auto_point5_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1959
SENSOR_ATTR_2(temp1_auto_point1_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1962
SENSOR_ATTR_2(temp1_auto_point2_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1965
SENSOR_ATTR_2(temp1_auto_point3_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1968
SENSOR_ATTR_2(temp1_auto_point4_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1971
SENSOR_ATTR_2(temp1_auto_point1_temp_hyst, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1975
SENSOR_ATTR_2(temp1_auto_point2_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
1977
SENSOR_ATTR_2(temp1_auto_point3_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
1979
SENSOR_ATTR_2(temp1_auto_point4_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
1982
SENSOR_ATTR_2(pwm2_auto_channels_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1985
SENSOR_ATTR_2(temp2_auto_point1_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1988
SENSOR_ATTR_2(temp2_auto_point2_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1991
SENSOR_ATTR_2(temp2_auto_point3_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1994
SENSOR_ATTR_2(temp2_auto_point4_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
1997
SENSOR_ATTR_2(temp2_auto_point5_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
2000
SENSOR_ATTR_2(temp2_auto_point1_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
2003
SENSOR_ATTR_2(temp2_auto_point2_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
2006
SENSOR_ATTR_2(temp2_auto_point3_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
2009
SENSOR_ATTR_2(temp2_auto_point4_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
2012
SENSOR_ATTR_2(temp2_auto_point1_temp_hyst, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
2016
SENSOR_ATTR_2(temp2_auto_point2_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
2018
SENSOR_ATTR_2(temp2_auto_point3_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
2020
SENSOR_ATTR_2(temp2_auto_point4_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
2023
SENSOR_ATTR_2(pwm3_auto_channels_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
2026
SENSOR_ATTR_2(temp3_auto_point1_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
2029
SENSOR_ATTR_2(temp3_auto_point2_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
2032
SENSOR_ATTR_2(temp3_auto_point3_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
2035
SENSOR_ATTR_2(temp3_auto_point4_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
2038
SENSOR_ATTR_2(temp3_auto_point5_pwm, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
2041
SENSOR_ATTR_2(temp3_auto_point1_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
2044
SENSOR_ATTR_2(temp3_auto_point2_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
2047
SENSOR_ATTR_2(temp3_auto_point3_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
2050
SENSOR_ATTR_2(temp3_auto_point4_temp, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
2053
SENSOR_ATTR_2(temp3_auto_point1_temp_hyst, S_IRUGO|S_IWUSR,
drivers/hwmon/f71882fg.c
2057
SENSOR_ATTR_2(temp3_auto_point2_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
2059
SENSOR_ATTR_2(temp3_auto_point3_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
2061
SENSOR_ATTR_2(temp3_auto_point4_temp_hyst, S_IRUGO,
drivers/hwmon/f71882fg.c
711
SENSOR_ATTR_2(temp1_input, S_IRUGO, show_temp, NULL, 0, 0),
drivers/hwmon/f71882fg.c
712
SENSOR_ATTR_2(temp1_max, S_IRUGO|S_IWUSR, show_temp_max,
drivers/hwmon/f71882fg.c
714
SENSOR_ATTR_2(temp1_max_hyst, S_IRUGO|S_IWUSR, show_temp_max_hyst,
drivers/hwmon/f71882fg.c
716
SENSOR_ATTR_2(temp1_max_alarm, S_IRUGO, show_temp_alarm, NULL, 0, 0),
drivers/hwmon/f71882fg.c
717
SENSOR_ATTR_2(temp1_crit, S_IRUGO|S_IWUSR, show_temp_crit,
drivers/hwmon/f71882fg.c
719
SENSOR_ATTR_2(temp1_crit_hyst, S_IRUGO, show_temp_crit_hyst, NULL,
drivers/hwmon/f71882fg.c
721
SENSOR_ATTR_2(temp1_crit_alarm, S_IRUGO, show_temp_alarm, NULL, 0, 4),
drivers/hwmon/f71882fg.c
722
SENSOR_ATTR_2(temp1_fault, S_IRUGO, show_temp_fault, NULL, 0, 0),
drivers/hwmon/f71882fg.c
723
SENSOR_ATTR_2(temp2_input, S_IRUGO, show_temp, NULL, 0, 1),
drivers/hwmon/f71882fg.c
724
SENSOR_ATTR_2(temp2_max, S_IRUGO|S_IWUSR, show_temp_max,
drivers/hwmon/f71882fg.c
726
SENSOR_ATTR_2(temp2_max_hyst, S_IRUGO|S_IWUSR, show_temp_max_hyst,
drivers/hwmon/f71882fg.c
728
SENSOR_ATTR_2(temp2_max_alarm, S_IRUGO, show_temp_alarm, NULL, 0, 1),
drivers/hwmon/f71882fg.c
729
SENSOR_ATTR_2(temp2_crit, S_IRUGO|S_IWUSR, show_temp_crit,
drivers/hwmon/f71882fg.c
731
SENSOR_ATTR_2(temp2_crit_hyst, S_IRUGO, show_temp_crit_hyst, NULL,
drivers/hwmon/f71882fg.c
733
SENSOR_ATTR_2(temp2_crit_alarm, S_IRUGO, show_temp_alarm, NULL, 0, 5),
drivers/hwmon/f71882fg.c
734
SENSOR_ATTR_2(temp2_fault, S_IRUGO, show_temp_fault, NULL, 0, 1),
drivers/hwmon/f71882fg.c
735
SENSOR_ATTR_2(temp3_input, S_IRUGO, show_temp, NULL, 0, 2),
drivers/hwmon/f71882fg.c
736
SENSOR_ATTR_2(temp3_max, S_IRUGO|S_IWUSR, show_temp_max,
drivers/hwmon/f71882fg.c
738
SENSOR_ATTR_2(temp3_max_hyst, S_IRUGO|S_IWUSR, show_temp_max_hyst,
drivers/hwmon/f71882fg.c
740
SENSOR_ATTR_2(temp3_max_alarm, S_IRUGO, show_temp_alarm, NULL, 0, 2),
drivers/hwmon/f71882fg.c
741
SENSOR_ATTR_2(temp3_crit, S_IRUGO|S_IWUSR, show_temp_crit,
drivers/hwmon/f71882fg.c
743
SENSOR_ATTR_2(temp3_crit_hyst, S_IRUGO, show_temp_crit_hyst, NULL,
drivers/hwmon/f71882fg.c
745
SENSOR_ATTR_2(temp3_crit_alarm, S_IRUGO, show_temp_alarm, NULL, 0, 6),
drivers/hwmon/f71882fg.c
746
SENSOR_ATTR_2(temp3_fault, S_IRUGO, show_temp_fault, NULL, 0, 2),
drivers/hwmon/f71882fg.c
760
SENSOR_ATTR_2(temp1_input, S_IRUGO, show_temp, NULL, 0, 1),
drivers/hwmon/f71882fg.c
761
SENSOR_ATTR_2(temp1_max, S_IRUGO|S_IWUSR, show_temp_max,
drivers/hwmon/f71882fg.c
763
SENSOR_ATTR_2(temp1_max_hyst, S_IRUGO|S_IWUSR, show_temp_max_hyst,
drivers/hwmon/f71882fg.c
770
SENSOR_ATTR_2(temp1_alarm, S_IRUGO, show_temp_alarm, NULL, 0, 1),
drivers/hwmon/f71882fg.c
771
SENSOR_ATTR_2(temp1_crit, S_IRUGO|S_IWUSR, show_temp_crit,
drivers/hwmon/f71882fg.c
773
SENSOR_ATTR_2(temp1_crit_hyst, S_IRUGO, show_temp_crit_hyst, NULL,
drivers/hwmon/f71882fg.c
775
SENSOR_ATTR_2(temp1_crit_alarm, S_IRUGO, show_temp_alarm, NULL, 0, 5),
drivers/hwmon/f71882fg.c
776
SENSOR_ATTR_2(temp1_type, S_IRUGO, show_temp_type, NULL, 0, 1),
drivers/hwmon/f71882fg.c
777
SENSOR_ATTR_2(temp1_fault, S_IRUGO, show_temp_fault, NULL, 0, 1),
drivers/hwmon/f71882fg.c
779
SENSOR_ATTR_2(temp2_input, S_IRUGO, show_temp, NULL, 0, 2),
drivers/hwmon/f71882fg.c
780
SENSOR_ATTR_2(temp2_max, S_IRUGO|S_IWUSR, show_temp_max,
drivers/hwmon/f71882fg.c
782
SENSOR_ATTR_2(temp2_max_hyst, S_IRUGO|S_IWUSR, show_temp_max_hyst,
drivers/hwmon/f71882fg.c
785
SENSOR_ATTR_2(temp2_alarm, S_IRUGO, show_temp_alarm, NULL, 0, 2),
drivers/hwmon/f71882fg.c
786
SENSOR_ATTR_2(temp2_crit, S_IRUGO|S_IWUSR, show_temp_crit,
drivers/hwmon/f71882fg.c
788
SENSOR_ATTR_2(temp2_crit_hyst, S_IRUGO, show_temp_crit_hyst, NULL,
drivers/hwmon/f71882fg.c
790
SENSOR_ATTR_2(temp2_crit_alarm, S_IRUGO, show_temp_alarm, NULL, 0, 6),
drivers/hwmon/f71882fg.c
791
SENSOR_ATTR_2(temp2_type, S_IRUGO, show_temp_type, NULL, 0, 2),
drivers/hwmon/f71882fg.c
792
SENSOR_ATTR_2(temp2_fault, S_IRUGO, show_temp_fault, NULL, 0, 2),
drivers/hwmon/f71882fg.c
794
SENSOR_ATTR_2(temp3_input, S_IRUGO, show_temp, NULL, 0, 3),
drivers/hwmon/f71882fg.c
795
SENSOR_ATTR_2(temp3_max, S_IRUGO|S_IWUSR, show_temp_max,
drivers/hwmon/f71882fg.c
797
SENSOR_ATTR_2(temp3_max_hyst, S_IRUGO|S_IWUSR, show_temp_max_hyst,
drivers/hwmon/f71882fg.c
800
SENSOR_ATTR_2(temp3_alarm, S_IRUGO, show_temp_alarm, NULL, 0, 3),
drivers/hwmon/f71882fg.c
801
SENSOR_ATTR_2(temp3_crit, S_IRUGO|S_IWUSR, show_temp_crit,
drivers/hwmon/f71882fg.c
803
SENSOR_ATTR_2(temp3_crit_hyst, S_IRUGO, show_temp_crit_hyst, NULL,
drivers/hwmon/f71882fg.c
805
SENSOR_ATTR_2(temp3_crit_alarm, S_IRUGO, show_temp_alarm, NULL, 0, 7),
drivers/hwmon/f71882fg.c
806
SENSOR_ATTR_2(temp3_type, S_IRUGO, show_temp_type, NULL, 0, 3),
drivers/hwmon/f71882fg.c
807
SENSOR_ATTR_2(temp3_fault, S_IRUGO, show_temp_fault, NULL, 0, 3),
drivers/hwmon/f71882fg.c
848
SENSOR_ATTR_2(temp1_max_beep, S_IRUGO|S_IWUSR, show_temp_beep,
drivers/hwmon/f71882fg.c
850
SENSOR_ATTR_2(temp1_crit_beep, S_IRUGO|S_IWUSR, show_temp_beep,
drivers/hwmon/f71882fg.c
853
SENSOR_ATTR_2(temp2_max_beep, S_IRUGO|S_IWUSR, show_temp_beep,
drivers/hwmon/f71882fg.c
855
SENSOR_ATTR_2(temp2_crit_beep, S_IRUGO|S_IWUSR, show_temp_beep,
drivers/hwmon/f71882fg.c
858
SENSOR_ATTR_2(temp3_max_beep, S_IRUGO|S_IWUSR, show_temp_beep,
drivers/hwmon/f71882fg.c
860
SENSOR_ATTR_2(temp3_crit_beep, S_IRUGO|S_IWUSR, show_temp_beep,
drivers/hwmon/f71882fg.c
865
SENSOR_ATTR_2(temp1_max_beep, S_IRUGO|S_IWUSR, show_temp_beep,
drivers/hwmon/f71882fg.c
867
SENSOR_ATTR_2(temp1_crit_beep, S_IRUGO|S_IWUSR, show_temp_beep,
drivers/hwmon/f71882fg.c
870
SENSOR_ATTR_2(temp2_max_beep, S_IRUGO|S_IWUSR, show_temp_beep,
drivers/hwmon/f71882fg.c
872
SENSOR_ATTR_2(temp2_crit_beep, S_IRUGO|S_IWUSR, show_temp_beep,
drivers/hwmon/f71882fg.c
875
SENSOR_ATTR_2(temp3_max_beep, S_IRUGO|S_IWUSR, show_temp_beep,
drivers/hwmon/f71882fg.c
877
SENSOR_ATTR_2(temp3_crit_beep, S_IRUGO|S_IWUSR, show_temp_beep,
drivers/hwmon/f71882fg.c
888
SENSOR_ATTR_2(temp1_input, S_IRUGO, show_temp, NULL, 0, 0),
drivers/hwmon/f71882fg.c
889
SENSOR_ATTR_2(temp1_max, S_IRUGO|S_IWUSR, show_temp_crit,
drivers/hwmon/f71882fg.c
891
SENSOR_ATTR_2(temp1_max_hyst, S_IRUGO|S_IWUSR, show_temp_max,
drivers/hwmon/f71882fg.c
893
SENSOR_ATTR_2(temp1_alarm, S_IRUGO, show_temp_alarm, NULL, 0, 4),
drivers/hwmon/f71882fg.c
894
SENSOR_ATTR_2(temp1_fault, S_IRUGO, show_temp_fault, NULL, 0, 0),
drivers/hwmon/f71882fg.c
895
SENSOR_ATTR_2(temp2_input, S_IRUGO, show_temp, NULL, 0, 1),
drivers/hwmon/f71882fg.c
896
SENSOR_ATTR_2(temp2_max, S_IRUGO|S_IWUSR, show_temp_crit,
drivers/hwmon/f71882fg.c
898
SENSOR_ATTR_2(temp2_max_hyst, S_IRUGO|S_IWUSR, show_temp_max,
drivers/hwmon/f71882fg.c
900
SENSOR_ATTR_2(temp2_alarm, S_IRUGO, show_temp_alarm, NULL, 0, 5),
drivers/hwmon/f71882fg.c
901
SENSOR_ATTR_2(temp2_fault, S_IRUGO, show_temp_fault, NULL, 0, 1),
drivers/hwmon/f71882fg.c
902
SENSOR_ATTR_2(temp3_input, S_IRUGO, show_temp, NULL, 0, 2),
drivers/hwmon/f71882fg.c
903
SENSOR_ATTR_2(temp3_max, S_IRUGO|S_IWUSR, show_temp_crit,
drivers/hwmon/f71882fg.c
905
SENSOR_ATTR_2(temp3_max_hyst, S_IRUGO|S_IWUSR, show_temp_max,
drivers/hwmon/f71882fg.c
907
SENSOR_ATTR_2(temp3_alarm, S_IRUGO, show_temp_alarm, NULL, 0, 6),
drivers/hwmon/f71882fg.c
908
SENSOR_ATTR_2(temp3_fault, S_IRUGO, show_temp_fault, NULL, 0, 2),
drivers/hwmon/f71882fg.c
922
SENSOR_ATTR_2(in0_input, S_IRUGO, show_in, NULL, 0, 0),
drivers/hwmon/f71882fg.c
923
SENSOR_ATTR_2(in1_input, S_IRUGO, show_in, NULL, 0, 1),
drivers/hwmon/f71882fg.c
924
SENSOR_ATTR_2(in2_input, S_IRUGO, show_in, NULL, 0, 2),
drivers/hwmon/f71882fg.c
925
SENSOR_ATTR_2(in3_input, S_IRUGO, show_in, NULL, 0, 3),
drivers/hwmon/f71882fg.c
926
SENSOR_ATTR_2(in4_input, S_IRUGO, show_in, NULL, 0, 4),
drivers/hwmon/f71882fg.c
927
SENSOR_ATTR_2(in5_input, S_IRUGO, show_in, NULL, 0, 5),
drivers/hwmon/f71882fg.c
928
SENSOR_ATTR_2(in6_input, S_IRUGO, show_in, NULL, 0, 6),
drivers/hwmon/f71882fg.c
929
SENSOR_ATTR_2(in7_input, S_IRUGO, show_in, NULL, 0, 7),
drivers/hwmon/f71882fg.c
930
SENSOR_ATTR_2(in8_input, S_IRUGO, show_in, NULL, 0, 8),
drivers/hwmon/f71882fg.c
931
SENSOR_ATTR_2(in9_input, S_IRUGO, show_in, NULL, 0, 9),
drivers/hwmon/f71882fg.c
932
SENSOR_ATTR_2(in10_input, S_IRUGO, show_in, NULL, 0, 10),
drivers/hwmon/vt1211.c
1018
SENSOR_ATTR_2(fan##ix##_input, S_IRUGO, \
drivers/hwmon/vt1211.c
1020
SENSOR_ATTR_2(fan##ix##_min, S_IRUGO | S_IWUSR, \
drivers/hwmon/vt1211.c
1022
SENSOR_ATTR_2(fan##ix##_div, S_IRUGO | S_IWUSR, \
drivers/hwmon/vt1211.c
1024
SENSOR_ATTR_2(fan##ix##_alarm, S_IRUGO, \
drivers/hwmon/vt1211.c
1028
SENSOR_ATTR_2(pwm##ix, S_IRUGO, \
drivers/hwmon/vt1211.c
1030
SENSOR_ATTR_2(pwm##ix##_enable, S_IRUGO | S_IWUSR, \
drivers/hwmon/vt1211.c
1032
SENSOR_ATTR_2(pwm##ix##_auto_channels_temp, S_IRUGO | S_IWUSR, \
drivers/hwmon/vt1211.c
1036
SENSOR_ATTR_2(pwm##ix##_freq, S_IRUGO | S_IWUSR, \
drivers/hwmon/vt1211.c
1040
SENSOR_ATTR_2(pwm##ix##_freq, S_IRUGO, \
drivers/hwmon/vt1211.c
1044
SENSOR_ATTR_2(pwm##ix##_auto_point##ap##_temp, S_IRUGO | S_IWUSR, \
drivers/hwmon/vt1211.c
1049
SENSOR_ATTR_2(pwm##ix##_auto_point##ap##_temp, S_IRUGO, \
drivers/hwmon/vt1211.c
1054
SENSOR_ATTR_2(pwm##ix##_auto_point##ap##_pwm, S_IRUGO | S_IWUSR, \
drivers/hwmon/vt1211.c
1059
SENSOR_ATTR_2(pwm##ix##_auto_point##ap##_pwm, S_IRUGO, \
drivers/hwmon/vt1211.c
923
{ SENSOR_ATTR_2(in##ix##_input, S_IRUGO, \
drivers/hwmon/vt1211.c
925
SENSOR_ATTR_2(in##ix##_min, S_IRUGO | S_IWUSR, \
drivers/hwmon/vt1211.c
927
SENSOR_ATTR_2(in##ix##_max, S_IRUGO | S_IWUSR, \
drivers/hwmon/vt1211.c
929
SENSOR_ATTR_2(in##ix##_alarm, S_IRUGO, \
drivers/hwmon/vt1211.c
969
{ SENSOR_ATTR_2(temp##ix##_input, S_IRUGO, \
drivers/hwmon/vt1211.c
971
SENSOR_ATTR_2(temp##ix##_max, S_IRUGO | S_IWUSR, \
drivers/hwmon/vt1211.c
973
SENSOR_ATTR_2(temp##ix##_max_hyst, S_IRUGO | S_IWUSR, \
drivers/hwmon/vt1211.c
975
SENSOR_ATTR_2(temp##ix##_alarm, S_IRUGO, \
drivers/hwmon/w83791d.c
1000
SENSOR_ATTR_2(temp2_max, S_IRUGO | S_IWUSR,
drivers/hwmon/w83791d.c
1002
SENSOR_ATTR_2(temp3_max, S_IRUGO | S_IWUSR,
drivers/hwmon/w83791d.c
1007
SENSOR_ATTR_2(temp1_max_hyst, S_IRUGO | S_IWUSR,
drivers/hwmon/w83791d.c
1009
SENSOR_ATTR_2(temp2_max_hyst, S_IRUGO | S_IWUSR,
drivers/hwmon/w83791d.c
1011
SENSOR_ATTR_2(temp3_max_hyst, S_IRUGO | S_IWUSR,
drivers/hwmon/w83791d.c
992
SENSOR_ATTR_2(temp1_input, S_IRUGO, show_temp1, NULL, 0, 0),
drivers/hwmon/w83791d.c
993
SENSOR_ATTR_2(temp2_input, S_IRUGO, show_temp23, NULL, 0, 0),
drivers/hwmon/w83791d.c
994
SENSOR_ATTR_2(temp3_input, S_IRUGO, show_temp23, NULL, 1, 0),
drivers/hwmon/w83791d.c
998
SENSOR_ATTR_2(temp1_max, S_IRUGO | S_IWUSR,
drivers/hwmon/w83793.c
1015
SENSOR_ATTR_2(in##index##_input, S_IRUGO, show_in, NULL, \
drivers/hwmon/w83793.c
1017
SENSOR_ATTR_2(in##index##_max, S_IRUGO | S_IWUSR, show_in, \
drivers/hwmon/w83793.c
1019
SENSOR_ATTR_2(in##index##_min, S_IRUGO | S_IWUSR, show_in, \
drivers/hwmon/w83793.c
1021
SENSOR_ATTR_2(in##index##_alarm, S_IRUGO, show_alarm_beep, \
drivers/hwmon/w83793.c
1023
SENSOR_ATTR_2(in##index##_beep, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83793.c
1028
SENSOR_ATTR_2(fan##index##_alarm, S_IRUGO, show_alarm_beep, \
drivers/hwmon/w83793.c
1030
SENSOR_ATTR_2(fan##index##_beep, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83793.c
1032
SENSOR_ATTR_2(fan##index##_input, S_IRUGO, show_fan, \
drivers/hwmon/w83793.c
1034
SENSOR_ATTR_2(fan##index##_min, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83793.c
1038
SENSOR_ATTR_2(pwm##index, S_IWUSR | S_IRUGO, show_pwm, \
drivers/hwmon/w83793.c
1040
SENSOR_ATTR_2(pwm##index##_nonstop, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83793.c
1042
SENSOR_ATTR_2(pwm##index##_start, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83793.c
1044
SENSOR_ATTR_2(pwm##index##_stop_time, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83793.c
1048
SENSOR_ATTR_2(temp##index##_type, S_IRUGO | S_IWUSR, \
drivers/hwmon/w83793.c
1050
SENSOR_ATTR_2(temp##index##_input, S_IRUGO, show_temp, \
drivers/hwmon/w83793.c
1052
SENSOR_ATTR_2(temp##index##_max, S_IRUGO | S_IWUSR, show_temp, \
drivers/hwmon/w83793.c
1054
SENSOR_ATTR_2(temp##index##_max_hyst, S_IRUGO | S_IWUSR, \
drivers/hwmon/w83793.c
1056
SENSOR_ATTR_2(temp##index##_warn, S_IRUGO | S_IWUSR, show_temp, \
drivers/hwmon/w83793.c
1058
SENSOR_ATTR_2(temp##index##_warn_hyst, S_IRUGO | S_IWUSR, \
drivers/hwmon/w83793.c
1060
SENSOR_ATTR_2(temp##index##_alarm, S_IRUGO, \
drivers/hwmon/w83793.c
1062
SENSOR_ATTR_2(temp##index##_beep, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83793.c
1064
SENSOR_ATTR_2(temp##index##_auto_channels_pwm, \
drivers/hwmon/w83793.c
1067
SENSOR_ATTR_2(temp##index##_pwm_enable, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83793.c
1070
SENSOR_ATTR_2(thermal_cruise##index, S_IRUGO | S_IWUSR, \
drivers/hwmon/w83793.c
1072
SENSOR_ATTR_2(tolerance##index, S_IRUGO | S_IWUSR, show_sf_ctrl,\
drivers/hwmon/w83793.c
1074
SENSOR_ATTR_2(temp##index##_auto_point1_pwm, S_IRUGO | S_IWUSR, \
drivers/hwmon/w83793.c
1076
SENSOR_ATTR_2(temp##index##_auto_point2_pwm, S_IRUGO | S_IWUSR, \
drivers/hwmon/w83793.c
1078
SENSOR_ATTR_2(temp##index##_auto_point3_pwm, S_IRUGO | S_IWUSR, \
drivers/hwmon/w83793.c
1080
SENSOR_ATTR_2(temp##index##_auto_point4_pwm, S_IRUGO | S_IWUSR, \
drivers/hwmon/w83793.c
1082
SENSOR_ATTR_2(temp##index##_auto_point5_pwm, S_IRUGO | S_IWUSR, \
drivers/hwmon/w83793.c
1084
SENSOR_ATTR_2(temp##index##_auto_point6_pwm, S_IRUGO | S_IWUSR, \
drivers/hwmon/w83793.c
1086
SENSOR_ATTR_2(temp##index##_auto_point7_pwm, S_IRUGO | S_IWUSR, \
drivers/hwmon/w83793.c
1088
SENSOR_ATTR_2(temp##index##_auto_point1_temp, S_IRUGO | S_IWUSR,\
drivers/hwmon/w83793.c
1090
SENSOR_ATTR_2(temp##index##_auto_point2_temp, S_IRUGO | S_IWUSR,\
drivers/hwmon/w83793.c
1092
SENSOR_ATTR_2(temp##index##_auto_point3_temp, S_IRUGO | S_IWUSR,\
drivers/hwmon/w83793.c
1094
SENSOR_ATTR_2(temp##index##_auto_point4_temp, S_IRUGO | S_IWUSR,\
drivers/hwmon/w83793.c
1096
SENSOR_ATTR_2(temp##index##_auto_point5_temp, S_IRUGO | S_IWUSR,\
drivers/hwmon/w83793.c
1098
SENSOR_ATTR_2(temp##index##_auto_point6_temp, S_IRUGO | S_IWUSR,\
drivers/hwmon/w83793.c
1100
SENSOR_ATTR_2(temp##index##_auto_point7_temp, S_IRUGO | S_IWUSR,\
drivers/hwmon/w83793.c
1154
SENSOR_ATTR_2(cpu0_vid, S_IRUGO, show_vid, NULL, NOT_USED, 0),
drivers/hwmon/w83793.c
1155
SENSOR_ATTR_2(cpu1_vid, S_IRUGO, show_vid, NULL, NOT_USED, 1),
drivers/hwmon/w83793.c
1160
SENSOR_ATTR_2(intrusion0_alarm, S_IWUSR | S_IRUGO, show_alarm_beep,
drivers/hwmon/w83793.c
1162
SENSOR_ATTR_2(beep_enable, S_IWUSR | S_IRUGO, show_beep_enable,
drivers/hwmon/w83793.c
1164
SENSOR_ATTR_2(pwm_default, S_IWUSR | S_IRUGO, show_sf_setup,
drivers/hwmon/w83793.c
1166
SENSOR_ATTR_2(pwm_uptime, S_IWUSR | S_IRUGO, show_sf_setup,
drivers/hwmon/w83793.c
1168
SENSOR_ATTR_2(pwm_downtime, S_IWUSR | S_IRUGO, show_sf_setup,
drivers/hwmon/w83793.c
1170
SENSOR_ATTR_2(temp_critical, S_IWUSR | S_IRUGO, show_sf_setup,
drivers/hwmon/w83795.c
1610
SENSOR_ATTR_2(in##index##_input, S_IRUGO, show_in, NULL, \
drivers/hwmon/w83795.c
1612
SENSOR_ATTR_2(in##index##_max, S_IRUGO | S_IWUSR, show_in, \
drivers/hwmon/w83795.c
1614
SENSOR_ATTR_2(in##index##_min, S_IRUGO | S_IWUSR, show_in, \
drivers/hwmon/w83795.c
1616
SENSOR_ATTR_2(in##index##_alarm, S_IRUGO, show_alarm_beep, \
drivers/hwmon/w83795.c
1618
SENSOR_ATTR_2(in##index##_beep, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83795.c
1627
SENSOR_ATTR_2(fan##index##_input, S_IRUGO, show_fan, \
drivers/hwmon/w83795.c
1629
SENSOR_ATTR_2(fan##index##_min, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83795.c
1631
SENSOR_ATTR_2(fan##index##_alarm, S_IRUGO, show_alarm_beep, \
drivers/hwmon/w83795.c
1633
SENSOR_ATTR_2(fan##index##_beep, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83795.c
1637
SENSOR_ATTR_2(pwm##index, S_IWUSR | S_IRUGO, show_pwm, \
drivers/hwmon/w83795.c
1639
SENSOR_ATTR_2(pwm##index##_enable, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83795.c
1641
SENSOR_ATTR_2(pwm##index##_mode, S_IRUGO, \
drivers/hwmon/w83795.c
1643
SENSOR_ATTR_2(pwm##index##_freq, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83795.c
1645
SENSOR_ATTR_2(pwm##index##_nonstop, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83795.c
1647
SENSOR_ATTR_2(pwm##index##_start, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83795.c
1649
SENSOR_ATTR_2(pwm##index##_stop_time, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83795.c
1651
SENSOR_ATTR_2(fan##index##_target, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83795.c
1659
SENSOR_ATTR_2(temp##index##_type, S_IRUGO , \
drivers/hwmon/w83795.c
1661
SENSOR_ATTR_2(temp##index##_input, S_IRUGO, show_dts, \
drivers/hwmon/w83795.c
1663
SENSOR_ATTR_2(temp##index##_crit, S_IRUGO | S_IWUSR, show_dts_ext, \
drivers/hwmon/w83795.c
1665
SENSOR_ATTR_2(temp##index##_crit_hyst, S_IRUGO | S_IWUSR, \
drivers/hwmon/w83795.c
1667
SENSOR_ATTR_2(temp##index##_max, S_IRUGO | S_IWUSR, show_dts_ext, \
drivers/hwmon/w83795.c
1669
SENSOR_ATTR_2(temp##index##_max_hyst, S_IRUGO | S_IWUSR, \
drivers/hwmon/w83795.c
1671
SENSOR_ATTR_2(temp##index##_alarm, S_IRUGO, \
drivers/hwmon/w83795.c
1673
SENSOR_ATTR_2(temp##index##_beep, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83795.c
1681
SENSOR_ATTR_2(temp##index##_type, S_IRUGO | (index < 5 ? S_IWUSR : 0), \
drivers/hwmon/w83795.c
1683
SENSOR_ATTR_2(temp##index##_input, S_IRUGO, show_temp, \
drivers/hwmon/w83795.c
1685
SENSOR_ATTR_2(temp##index##_crit, S_IRUGO | S_IWUSR, show_temp, \
drivers/hwmon/w83795.c
1687
SENSOR_ATTR_2(temp##index##_crit_hyst, S_IRUGO | S_IWUSR, \
drivers/hwmon/w83795.c
1689
SENSOR_ATTR_2(temp##index##_max, S_IRUGO | S_IWUSR, show_temp, \
drivers/hwmon/w83795.c
1691
SENSOR_ATTR_2(temp##index##_max_hyst, S_IRUGO | S_IWUSR, \
drivers/hwmon/w83795.c
1693
SENSOR_ATTR_2(temp##index##_alarm, S_IRUGO, \
drivers/hwmon/w83795.c
1696
SENSOR_ATTR_2(temp##index##_beep, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83795.c
1699
SENSOR_ATTR_2(temp##index##_pwm_enable, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83795.c
1702
SENSOR_ATTR_2(temp##index##_auto_channels_pwm, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83795.c
1705
SENSOR_ATTR_2(thermal_cruise##index, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83795.c
1707
SENSOR_ATTR_2(temp##index##_warn, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83795.c
1709
SENSOR_ATTR_2(temp##index##_warn_hyst, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83795.c
1711
SENSOR_ATTR_2(temp##index##_operation_hyst, S_IWUSR | S_IRUGO, \
drivers/hwmon/w83795.c
1713
SENSOR_ATTR_2(temp##index##_auto_point1_pwm, S_IRUGO | S_IWUSR, \
drivers/hwmon/w83795.c
1715
SENSOR_ATTR_2(temp##index##_auto_point2_pwm, S_IRUGO | S_IWUSR, \
drivers/hwmon/w83795.c
1717
SENSOR_ATTR_2(temp##index##_auto_point3_pwm, S_IRUGO | S_IWUSR, \
drivers/hwmon/w83795.c
1719
SENSOR_ATTR_2(temp##index##_auto_point4_pwm, S_IRUGO | S_IWUSR, \
drivers/hwmon/w83795.c
1721
SENSOR_ATTR_2(temp##index##_auto_point5_pwm, S_IRUGO | S_IWUSR, \
drivers/hwmon/w83795.c
1723
SENSOR_ATTR_2(temp##index##_auto_point6_pwm, S_IRUGO | S_IWUSR, \
drivers/hwmon/w83795.c
1725
SENSOR_ATTR_2(temp##index##_auto_point7_pwm, S_IRUGO | S_IWUSR, \
drivers/hwmon/w83795.c
1727
SENSOR_ATTR_2(temp##index##_auto_point1_temp, S_IRUGO | S_IWUSR,\
drivers/hwmon/w83795.c
1729
SENSOR_ATTR_2(temp##index##_auto_point2_temp, S_IRUGO | S_IWUSR,\
drivers/hwmon/w83795.c
1731
SENSOR_ATTR_2(temp##index##_auto_point3_temp, S_IRUGO | S_IWUSR,\
drivers/hwmon/w83795.c
1733
SENSOR_ATTR_2(temp##index##_auto_point4_temp, S_IRUGO | S_IWUSR,\
drivers/hwmon/w83795.c
1735
SENSOR_ATTR_2(temp##index##_auto_point5_temp, S_IRUGO | S_IWUSR,\
drivers/hwmon/w83795.c
1737
SENSOR_ATTR_2(temp##index##_auto_point6_temp, S_IRUGO | S_IWUSR,\
drivers/hwmon/w83795.c
1739
SENSOR_ATTR_2(temp##index##_auto_point7_temp, S_IRUGO | S_IWUSR,\
drivers/hwmon/w83795.c
1816
SENSOR_ATTR_2(temp1_source_sel, S_IWUSR | S_IRUGO,
drivers/hwmon/w83795.c
1818
SENSOR_ATTR_2(temp2_source_sel, S_IWUSR | S_IRUGO,
drivers/hwmon/w83795.c
1820
SENSOR_ATTR_2(temp3_source_sel, S_IWUSR | S_IRUGO,
drivers/hwmon/w83795.c
1822
SENSOR_ATTR_2(temp4_source_sel, S_IWUSR | S_IRUGO,
drivers/hwmon/w83795.c
1824
SENSOR_ATTR_2(temp5_source_sel, S_IWUSR | S_IRUGO,
drivers/hwmon/w83795.c
1826
SENSOR_ATTR_2(temp6_source_sel, S_IWUSR | S_IRUGO,
drivers/hwmon/w83795.c
1831
SENSOR_ATTR_2(intrusion0_alarm, S_IWUSR | S_IRUGO, show_alarm_beep,
drivers/hwmon/w83795.c
1834
SENSOR_ATTR_2(speed_cruise_tolerance, S_IWUSR | S_IRUGO, show_fanin,
drivers/hwmon/w83795.c
1836
SENSOR_ATTR_2(pwm_default, S_IWUSR | S_IRUGO, show_sf_setup,
drivers/hwmon/w83795.c
1838
SENSOR_ATTR_2(pwm_uptime, S_IWUSR | S_IRUGO, show_sf_setup,
drivers/hwmon/w83795.c
1840
SENSOR_ATTR_2(pwm_downtime, S_IWUSR | S_IRUGO, show_sf_setup,
drivers/hwmon/w83795.c
1846
SENSOR_ATTR_2(intrusion0_beep, S_IWUSR | S_IRUGO, show_alarm_beep,
drivers/hwmon/w83795.c
1848
SENSOR_ATTR_2(beep_enable, S_IWUSR | S_IRUGO, show_alarm_beep,
drivers/hwmon/w83l786ng.c
452
SENSOR_ATTR_2(temp1_input, S_IRUGO, show_temp, NULL, 0, 0),
drivers/hwmon/w83l786ng.c
453
SENSOR_ATTR_2(temp2_input, S_IRUGO, show_temp, NULL, 1, 0),
drivers/hwmon/w83l786ng.c
457
SENSOR_ATTR_2(temp1_max, S_IRUGO | S_IWUSR,
drivers/hwmon/w83l786ng.c
459
SENSOR_ATTR_2(temp2_max, S_IRUGO | S_IWUSR,
drivers/hwmon/w83l786ng.c
464
SENSOR_ATTR_2(temp1_max_hyst, S_IRUGO | S_IWUSR,
drivers/hwmon/w83l786ng.c
466
SENSOR_ATTR_2(temp2_max_hyst, S_IRUGO | S_IWUSR,
include/linux/hwmon-sysfs.h
60
SENSOR_ATTR_2(_name, 0444, _func##_show, NULL, _nr, _index)
include/linux/hwmon-sysfs.h
63
SENSOR_ATTR_2(_name, 0644, _func##_show, _func##_store, _nr, _index)
include/linux/hwmon-sysfs.h
66
SENSOR_ATTR_2(_name, 0200, NULL, _func##_store, _nr, _index)
include/linux/hwmon-sysfs.h
70
= SENSOR_ATTR_2(_name, _mode, _show, _store, _nr, _index)