diff options
Diffstat (limited to 'Documentation/hwmon/sysfs-interface')
| -rw-r--r-- | Documentation/hwmon/sysfs-interface | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Documentation/hwmon/sysfs-interface b/Documentation/hwmon/sysfs-interface index 8f63c244f1aa..a4aa8f600e09 100644 --- a/Documentation/hwmon/sysfs-interface +++ b/Documentation/hwmon/sysfs-interface | |||
| @@ -139,6 +139,29 @@ in[0-*]_input Voltage input value. | |||
| 139 | thumb: drivers should report the voltage values at the | 139 | thumb: drivers should report the voltage values at the |
| 140 | "pins" of the chip. | 140 | "pins" of the chip. |
| 141 | 141 | ||
| 142 | in[0-*]_average | ||
| 143 | Average voltage | ||
| 144 | Unit: millivolt | ||
| 145 | RO | ||
| 146 | |||
| 147 | in[0-*]_lowest | ||
| 148 | Historical minimum voltage | ||
| 149 | Unit: millivolt | ||
| 150 | RO | ||
| 151 | |||
| 152 | in[0-*]_highest | ||
| 153 | Historical maximum voltage | ||
| 154 | Unit: millivolt | ||
| 155 | RO | ||
| 156 | |||
| 157 | in[0-*]_reset_history | ||
| 158 | Reset inX_lowest and inX_highest | ||
| 159 | WO | ||
| 160 | |||
| 161 | in_reset_history | ||
| 162 | Reset inX_lowest and inX_highest for all sensors | ||
| 163 | WO | ||
| 164 | |||
| 142 | in[0-*]_label Suggested voltage channel label. | 165 | in[0-*]_label Suggested voltage channel label. |
| 143 | Text string | 166 | Text string |
| 144 | Should only be created if the driver has hints about what | 167 | Should only be created if the driver has hints about what |
| @@ -407,6 +430,29 @@ curr[1-*]_input Current input value | |||
| 407 | Unit: milliampere | 430 | Unit: milliampere |
| 408 | RO | 431 | RO |
| 409 | 432 | ||
| 433 | curr[1-*]_average | ||
| 434 | Average current use | ||
| 435 | Unit: milliampere | ||
| 436 | RO | ||
| 437 | |||
| 438 | curr[1-*]_lowest | ||
| 439 | Historical minimum current | ||
| 440 | Unit: milliampere | ||
| 441 | RO | ||
| 442 | |||
| 443 | curr[1-*]_highest | ||
| 444 | Historical maximum current | ||
| 445 | Unit: milliampere | ||
| 446 | RO | ||
| 447 | |||
| 448 | curr[1-*]_reset_history | ||
| 449 | Reset currX_lowest and currX_highest | ||
| 450 | WO | ||
| 451 | |||
| 452 | curr_reset_history | ||
| 453 | Reset currX_lowest and currX_highest for all sensors | ||
| 454 | WO | ||
| 455 | |||
| 410 | Also see the Alarms section for status flags associated with currents. | 456 | Also see the Alarms section for status flags associated with currents. |
| 411 | 457 | ||
| 412 | ********* | 458 | ********* |
