| 281 | | {SIS5595_SYSCTL_IN0, "in0", NULL, 0, 0644, NULL, &sensors_proc_real, |
| 282 | | &sensors_sysctl_real, NULL, &sis5595_in}, |
| 283 | | {SIS5595_SYSCTL_IN1, "in1", NULL, 0, 0644, NULL, &sensors_proc_real, |
| 284 | | &sensors_sysctl_real, NULL, &sis5595_in}, |
| 285 | | {SIS5595_SYSCTL_IN2, "in2", NULL, 0, 0644, NULL, &sensors_proc_real, |
| 286 | | &sensors_sysctl_real, NULL, &sis5595_in}, |
| 287 | | {SIS5595_SYSCTL_IN3, "in3", NULL, 0, 0644, NULL, &sensors_proc_real, |
| 288 | | &sensors_sysctl_real, NULL, &sis5595_in}, |
| 289 | | {SIS5595_SYSCTL_IN4, "in4", NULL, 0, 0644, NULL, &sensors_proc_real, |
| 290 | | &sensors_sysctl_real, NULL, &sis5595_in}, |
| 291 | | {SIS5595_SYSCTL_FAN1, "fan1", NULL, 0, 0644, NULL, &sensors_proc_real, |
| 292 | | &sensors_sysctl_real, NULL, &sis5595_fan}, |
| 293 | | {SIS5595_SYSCTL_FAN2, "fan2", NULL, 0, 0644, NULL, &sensors_proc_real, |
| 294 | | &sensors_sysctl_real, NULL, &sis5595_fan}, |
| 295 | | {SIS5595_SYSCTL_TEMP, "temp", NULL, 0, 0644, NULL, &sensors_proc_real, |
| 296 | | &sensors_sysctl_real, NULL, &sis5595_temp}, |
| 297 | | {SIS5595_SYSCTL_FAN_DIV, "fan_div", NULL, 0, 0644, NULL, &sensors_proc_real, |
| 298 | | &sensors_sysctl_real, NULL, &sis5595_fan_div}, |
| 299 | | {SIS5595_SYSCTL_ALARMS, "alarms", NULL, 0, 0444, NULL, &sensors_proc_real, |
| 300 | | &sensors_sysctl_real, NULL, &sis5595_alarms}, |
| | 281 | {SIS5595_SYSCTL_IN0, "in0", NULL, 0, 0644, NULL, &i2c_proc_real, |
| | 282 | &i2c_sysctl_real, NULL, &sis5595_in}, |
| | 283 | {SIS5595_SYSCTL_IN1, "in1", NULL, 0, 0644, NULL, &i2c_proc_real, |
| | 284 | &i2c_sysctl_real, NULL, &sis5595_in}, |
| | 285 | {SIS5595_SYSCTL_IN2, "in2", NULL, 0, 0644, NULL, &i2c_proc_real, |
| | 286 | &i2c_sysctl_real, NULL, &sis5595_in}, |
| | 287 | {SIS5595_SYSCTL_IN3, "in3", NULL, 0, 0644, NULL, &i2c_proc_real, |
| | 288 | &i2c_sysctl_real, NULL, &sis5595_in}, |
| | 289 | {SIS5595_SYSCTL_IN4, "in4", NULL, 0, 0644, NULL, &i2c_proc_real, |
| | 290 | &i2c_sysctl_real, NULL, &sis5595_in}, |
| | 291 | {SIS5595_SYSCTL_FAN1, "fan1", NULL, 0, 0644, NULL, &i2c_proc_real, |
| | 292 | &i2c_sysctl_real, NULL, &sis5595_fan}, |
| | 293 | {SIS5595_SYSCTL_FAN2, "fan2", NULL, 0, 0644, NULL, &i2c_proc_real, |
| | 294 | &i2c_sysctl_real, NULL, &sis5595_fan}, |
| | 295 | {SIS5595_SYSCTL_TEMP, "temp", NULL, 0, 0644, NULL, &i2c_proc_real, |
| | 296 | &i2c_sysctl_real, NULL, &sis5595_temp}, |
| | 297 | {SIS5595_SYSCTL_FAN_DIV, "fan_div", NULL, 0, 0644, NULL, &i2c_proc_real, |
| | 298 | &i2c_sysctl_real, NULL, &sis5595_fan_div}, |
| | 299 | {SIS5595_SYSCTL_ALARMS, "alarms", NULL, 0, 0444, NULL, &i2c_proc_real, |
| | 300 | &i2c_sysctl_real, NULL, &sis5595_alarms}, |