drm/panel: panel-himax-hx83102: support for csot-pna957qt1-1 MIPI-DSI panel
[drm/drm-misc.git] / Documentation / ABI / testing / sysfs-class-hwmon
blobcfd0d0bab48398543835888f51ce97261924c6e3
1 What:           /sys/class/hwmon/hwmonX/name
2 Description:
3                 The chip name.
4                 This should be a short, lowercase string, not containing
5                 whitespace, dashes, or the wildcard character '*'.
6                 This attribute represents the chip name. It is the only
7                 mandatory attribute.
8                 I2C devices get this attribute created automatically.
10                 RO
12 What:           /sys/class/hwmon/hwmonX/label
13 Description:
14                 A descriptive label that allows to uniquely identify a
15                 device within the system.
16                 The contents of the label are free-form.
18                 RO
20 What:           /sys/class/hwmon/hwmonX/update_interval
21 Description:
22                 The interval at which the chip will update readings.
23                 Unit: millisecond
25                 RW
27                 Some devices have a variable update rate or interval.
28                 This attribute can be used to change it to the desired value.
30 What:           /sys/class/hwmon/hwmonX/inY_min
31 Description:
32                 Voltage min value.
34                 Unit: millivolt
36                 RW
38 What:           /sys/class/hwmon/hwmonX/inY_lcrit
39 Description:
40                 Voltage critical min value.
42                 Unit: millivolt
44                 RW
46                 If voltage drops to or below this limit, the system may
47                 take drastic action such as power down or reset. At the very
48                 least, it should report a fault.
50 What:           /sys/class/hwmon/hwmonX/inY_max
51 Description:
52                 Voltage max value.
54                 Unit: millivolt
56                 RW
58 What:           /sys/class/hwmon/hwmonX/inY_crit
59 Description:
60                 Voltage critical max value.
62                 Unit: millivolt
64                 RW
66                 If voltage reaches or exceeds this limit, the system may
67                 take drastic action such as power down or reset. At the very
68                 least, it should report a fault.
70 What:           /sys/class/hwmon/hwmonX/inY_input
71 Description:
72                 Voltage input value.
74                 Unit: millivolt
76                 RO
78                 Voltage measured on the chip pin.
80                 Actual voltage depends on the scaling resistors on the
81                 motherboard, as recommended in the chip datasheet.
83                 This varies by chip and by motherboard.
84                 Because of this variation, values are generally NOT scaled
85                 by the chip driver, and must be done by the application.
86                 However, some drivers (notably lm87 and via686a)
87                 do scale, because of internal resistors built into a chip.
88                 These drivers will output the actual voltage. Rule of
89                 thumb: drivers should report the voltage values at the
90                 "pins" of the chip.
92 What:           /sys/class/hwmon/hwmonX/inY_average
93 Description:
94                 Average voltage
96                 Unit: millivolt
98                 RO
100 What:           /sys/class/hwmon/hwmonX/inY_lowest
101 Description:
102                 Historical minimum voltage
104                 Unit: millivolt
106                 RO
108 What:           /sys/class/hwmon/hwmonX/inY_highest
109 Description:
110                 Historical maximum voltage
112                 Unit: millivolt
114                 RO
116 What:           /sys/class/hwmon/hwmonX/inY_reset_history
117 Description:
118                 Reset inX_lowest and inX_highest
120                 WO
122 What:           /sys/class/hwmon/hwmonX/in_reset_history
123 Description:
124                 Reset inX_lowest and inX_highest for all sensors
126                 WO
128 What:           /sys/class/hwmon/hwmonX/inY_label
129 Description:
130                 Suggested voltage channel label.
132                 Text string
134                 Should only be created if the driver has hints about what
135                 this voltage channel is being used for, and user-space
136                 doesn't. In all other cases, the label is provided by
137                 user-space.
139                 RO
141 What:           /sys/class/hwmon/hwmonX/inY_enable
142 Description:
143                 Enable or disable the sensors.
145                 When disabled the sensor read will return -ENODATA.
147                 - 1: Enable
148                 - 0: Disable
150                 RW
152 What:           /sys/class/hwmon/hwmonX/inY_fault
153 Description:
154                 Reports a voltage hard failure (eg: shorted component)
156                 - 1: Failed
157                 - 0: Ok
159                 RO
161 What:           /sys/class/hwmon/hwmonX/cpuY_vid
162 Description:
163                 CPU core reference voltage.
165                 Unit: millivolt
167                 RO
169                 Not always correct.
171 What:           /sys/class/hwmon/hwmonX/vrm
172 Description:
173                 Voltage Regulator Module version number.
175                 RW (but changing it should no more be necessary)
177                 Originally the VRM standard version multiplied by 10, but now
178                 an arbitrary number, as not all standards have a version
179                 number.
181                 Affects the way the driver calculates the CPU core reference
182                 voltage from the vid pins.
184 What:           /sys/class/hwmon/hwmonX/inY_rated_min
185 Description:
186                 Minimum rated voltage.
188                 Unit: millivolt
190                 RO
192 What:           /sys/class/hwmon/hwmonX/inY_rated_max
193 Description:
194                 Maximum rated voltage.
196                 Unit: millivolt
198                 RO
200 What:           /sys/class/hwmon/hwmonX/fanY_min
201 Description:
202                 Fan minimum value
204                 Unit: revolution/min (RPM)
206                 RW
208 What:           /sys/class/hwmon/hwmonX/fanY_max
209 Description:
210                 Fan maximum value
212                 Unit: revolution/min (RPM)
214                 Only rarely supported by the hardware.
215                 RW
217 What:           /sys/class/hwmon/hwmonX/fanY_input
218 Description:
219                 Fan input value.
221                 Unit: revolution/min (RPM)
223                 RO
225 What:           /sys/class/hwmon/hwmonX/fanY_div
226 Description:
227                 Fan divisor.
229                 Integer value in powers of two (1, 2, 4, 8, 16, 32, 64, 128).
231                 RW
233                 Some chips only support values 1, 2, 4 and 8.
234                 Note that this is actually an internal clock divisor, which
235                 affects the measurable speed range, not the read value.
237 What:           /sys/class/hwmon/hwmonX/fanY_pulses
238 Description:
239                 Number of tachometer pulses per fan revolution.
241                 Integer value, typically between 1 and 4.
243                 RW
245                 This value is a characteristic of the fan connected to the
246                 device's input, so it has to be set in accordance with the fan
247                 model.
249                 Should only be created if the chip has a register to configure
250                 the number of pulses. In the absence of such a register (and
251                 thus attribute) the value assumed by all devices is 2 pulses
252                 per fan revolution.
254 What:           /sys/class/hwmon/hwmonX/fanY_target
255 Description:
256                 Desired fan speed
258                 Unit: revolution/min (RPM)
260                 RW
262                 Only makes sense if the chip supports closed-loop fan speed
263                 control based on the measured fan speed.
265 What:           /sys/class/hwmon/hwmonX/fanY_label
266 Description:
267                 Suggested fan channel label.
269                 Text string
271                 Should only be created if the driver has hints about what
272                 this fan channel is being used for, and user-space doesn't.
273                 In all other cases, the label is provided by user-space.
275                 RO
277 What:           /sys/class/hwmon/hwmonX/fanY_enable
278 Description:
279                 Enable or disable the sensors.
281                 When disabled the sensor read will return -ENODATA.
283                 - 1: Enable
284                 - 0: Disable
286                 RW
288 What:           /sys/class/hwmon/hwmonX/fanY_fault
289 Description:
290                 Reports if a fan has reported failure.
292                 - 1: Failed
293                 - 0: Ok
295                 RO
297 What:           /sys/class/hwmon/hwmonX/pwmY
298 Description:
299                 Pulse width modulation fan control.
301                 Integer value in the range 0 to 255
303                 RW
305                 255 is max or 100%.
307 What:           /sys/class/hwmon/hwmonX/pwmY_enable
308 Description:
309                 Fan speed control method:
311                 - 0: no fan speed control (i.e. fan at full speed)
312                 - 1: manual fan speed control enabled (using `pwmY`)
313                 - 2+: automatic fan speed control enabled
315                 Check individual chip documentation files for automatic mode
316                 details.
318                 RW
320 What:           /sys/class/hwmon/hwmonX/pwmY_mode
321 Description:
322                 - 0: DC mode (direct current)
323                 - 1: PWM mode (pulse-width modulation)
325                 RW
327 What:           /sys/class/hwmon/hwmonX/pwmY_freq
328 Description:
329                 Base PWM frequency in Hz.
331                 Only possibly available when pwmN_mode is PWM, but not always
332                 present even then.
334                 RW
336 What:           /sys/class/hwmon/hwmonX/pwmY_auto_channels_temp
337 Description:
338                 Select which temperature channels affect this PWM output in
339                 auto mode.
341                 Bitfield, 1 is temp1, 2 is temp2, 4 is temp3 etc...
342                 Which values are possible depend on the chip used.
344                 RW
346 What:           /sys/class/hwmon/hwmonX/pwmY_auto_pointZ_pwm
347 What:           /sys/class/hwmon/hwmonX/pwmY_auto_pointZ_temp
348 What:           /sys/class/hwmon/hwmonX/pwmY_auto_pointZ_temp_hyst
349 Description:
350                 Define the PWM vs temperature curve.
352                 Number of trip points is chip-dependent. Use this for chips
353                 which associate trip points to PWM output channels.
355                 RW
357 What:           /sys/class/hwmon/hwmonX/tempY_auto_pointZ_pwm
358 What:           /sys/class/hwmon/hwmonX/tempY_auto_pointZ_temp
359 What:           /sys/class/hwmon/hwmonX/tempY_auto_pointZ_temp_hyst
360 Description:
361                 Define the PWM vs temperature curve.
363                 Number of trip points is chip-dependent. Use this for chips
364                 which associate trip points to temperature channels.
366                 RW
368 What:           /sys/class/hwmon/hwmonX/tempY_type
369 Description:
370                 Sensor type selection.
372                 Integers 1 to 6
374                 RW
376                 - 1: CPU embedded diode
377                 - 2: 3904 transistor
378                 - 3: thermal diode
379                 - 4: thermistor
380                 - 5: AMD AMDSI
381                 - 6: Intel PECI
383                 Not all types are supported by all chips
385 What:           /sys/class/hwmon/hwmonX/tempY_max
386 Description:
387                 Temperature max value.
389                 Unit: millidegree Celsius (or millivolt, see below)
391                 RW
393 What:           /sys/class/hwmon/hwmonX/tempY_max_alarm
394 Description:
395                 Maximum temperature alarm flag.
397                 - 0: OK
398                 - 1: temperature has reached tempY_max
400                 RO
402 What:           /sys/class/hwmon/hwmonX/tempY_min
403 Description:
404                 Temperature min value.
406                 Unit: millidegree Celsius
408                 RW
410 What:           /sys/class/hwmon/hwmonX/tempY_min_alarm
411 Description:
412                 Minimum temperature alarm flag.
414                 - 0: OK
415                 - 1: temperature has reached tempY_min
417                 RO
419 What:           /sys/class/hwmon/hwmonX/tempY_max_hyst
420 Description:
421                 Temperature hysteresis value for max limit.
423                 Unit: millidegree Celsius
425                 Must be reported as an absolute temperature, NOT a delta
426                 from the max value.
428                 RW
430 What:           /sys/class/hwmon/hwmonX/tempY_min_hyst
431 Description:
432                 Temperature hysteresis value for min limit.
433                 Unit: millidegree Celsius
435                 Must be reported as an absolute temperature, NOT a delta
436                 from the min value.
438                 RW
440 What:           /sys/class/hwmon/hwmonX/tempY_input
441 Description:
442                 Temperature input value.
444                 Unit: millidegree Celsius
446                 RO
448 What:           /sys/class/hwmon/hwmonX/tempY_crit
449 Description:
450                 Temperature critical max value, typically greater than
451                 corresponding temp_max values.
453                 Unit: millidegree Celsius
455                 RW
457 What:           /sys/class/hwmon/hwmonX/tempY_crit_alarm
458 Description:
459                 Critical high temperature alarm flag.
461                 - 0: OK
462                 - 1: temperature has reached tempY_crit
464                 RO
466 What:           /sys/class/hwmon/hwmonX/tempY_crit_hyst
467 Description:
468                 Temperature hysteresis value for critical limit.
470                 Unit: millidegree Celsius
472                 Must be reported as an absolute temperature, NOT a delta
473                 from the critical value.
475                 RW
477 What:           /sys/class/hwmon/hwmonX/tempY_emergency
478 Description:
479                 Temperature emergency max value, for chips supporting more than
480                 two upper temperature limits. Must be equal or greater than
481                 corresponding temp_crit values.
483                 Unit: millidegree Celsius
485                 RW
487 What:           /sys/class/hwmon/hwmonX/tempY_emergency_alarm
488 Description:
489                 Emergency high temperature alarm flag.
491                 - 0: OK
492                 - 1: temperature has reached tempY_emergency
494                 RO
496 What:           /sys/class/hwmon/hwmonX/tempY_emergency_hyst
497 Description:
498                 Temperature hysteresis value for emergency limit.
500                 Unit: millidegree Celsius
502                 Must be reported as an absolute temperature, NOT a delta
503                 from the emergency value.
505                 RW
507 What:           /sys/class/hwmon/hwmonX/tempY_lcrit
508 Description:
509                 Temperature critical min value, typically lower than
510                 corresponding temp_min values.
512                 Unit: millidegree Celsius
514                 RW
516 What:           /sys/class/hwmon/hwmonX/tempY_lcrit_hyst
517 Description:
518                 Temperature hysteresis value for critical min limit.
520                 Unit: millidegree Celsius
522                 Must be reported as an absolute temperature, NOT a delta
523                 from the critical min value.
525                 RW
527 What:           /sys/class/hwmon/hwmonX/tempY_offset
528 Description:
529                 Temperature offset which is added to the temperature reading
530                 by the chip.
532                 Unit: millidegree Celsius
534                 Read/Write value.
536 What:           /sys/class/hwmon/hwmonX/tempY_label
537 Description:
538                 Suggested temperature channel label.
540                 Text string
542                 Should only be created if the driver has hints about what
543                 this temperature channel is being used for, and user-space
544                 doesn't. In all other cases, the label is provided by
545                 user-space.
547                 RO
549 What:           /sys/class/hwmon/hwmonX/tempY_lowest
550 Description:
551                 Historical minimum temperature
553                 Unit: millidegree Celsius
555                 RO
557 What:           /sys/class/hwmon/hwmonX/tempY_highest
558 Description:
559                 Historical maximum temperature
561                 Unit: millidegree Celsius
563                 RO
565 What:           /sys/class/hwmon/hwmonX/tempY_reset_history
566 Description:
567                 Reset temp_lowest and temp_highest
569                 WO
571 What:           /sys/class/hwmon/hwmonX/temp_reset_history
572 Description:
573                 Reset temp_lowest and temp_highest for all sensors
575                 WO
577 What:           /sys/class/hwmon/hwmonX/tempY_enable
578 Description:
579                 Enable or disable the sensors.
581                 When disabled the sensor read will return -ENODATA.
583                 - 1: Enable
584                 - 0: Disable
586                 RW
588 What:           /sys/class/hwmon/hwmonX/tempY_rated_min
589 Description:
590                 Minimum rated temperature.
592                 Unit: millidegree Celsius
594                 RO
596 What:           /sys/class/hwmon/hwmonX/tempY_rated_max
597 Description:
598                 Maximum rated temperature.
600                 Unit: millidegree Celsius
602                 RO
604 What:           /sys/class/hwmon/hwmonX/currY_max
605 Description:
606                 Current max value
608                 Unit: milliampere
610                 RW
612 What:           /sys/class/hwmon/hwmonX/currY_min
613 Description:
614                 Current min value.
616                 Unit: milliampere
618                 RW
620 What:           /sys/class/hwmon/hwmonX/currY_lcrit
621 Description:
622                 Current critical low value
624                 Unit: milliampere
626                 RW
628 What:           /sys/class/hwmon/hwmonX/currY_crit
629 Description:
630                 Current critical high value.
632                 Unit: milliampere
634                 RW
636 What:           /sys/class/hwmon/hwmonX/currY_input
637 Description:
638                 Current input value
640                 Unit: milliampere
642                 RO
644 What:           /sys/class/hwmon/hwmonX/currY_average
645 Description:
646                 Average current use
648                 Unit: milliampere
650                 RO
652 What:           /sys/class/hwmon/hwmonX/currY_lowest
653 Description:
654                 Historical minimum current
656                 Unit: milliampere
658                 RO
660 What:           /sys/class/hwmon/hwmonX/currY_highest
661 Description:
662                 Historical maximum current
663                 Unit: milliampere
664                 RO
666 What:           /sys/class/hwmon/hwmonX/currY_reset_history
667 Description:
668                 Reset currX_lowest and currX_highest
670                 WO
672 What:           /sys/class/hwmon/hwmonX/curr_reset_history
673 Description:
674                 Reset currX_lowest and currX_highest for all sensors
676                 WO
678 What:           /sys/class/hwmon/hwmonX/currY_enable
679 Description:
680                 Enable or disable the sensors.
682                 When disabled the sensor read will return -ENODATA.
684                 - 1: Enable
685                 - 0: Disable
687                 RW
689 What:           /sys/class/hwmon/hwmonX/currY_rated_min
690 Description:
691                 Minimum rated current.
693                 Unit: milliampere
695                 RO
697 What:           /sys/class/hwmon/hwmonX/currY_rated_max
698 Description:
699                 Maximum rated current.
701                 Unit: milliampere
703                 RO
705 What:           /sys/class/hwmon/hwmonX/powerY_average
706 Description:
707                 Average power use
709                 Unit: microWatt
711                 RO
713 What:           /sys/class/hwmon/hwmonX/powerY_average_interval
714 Description:
715                 Power use averaging interval.  A poll
716                 notification is sent to this file if the
717                 hardware changes the averaging interval.
719                 Unit: milliseconds
721                 RW
723 What:           /sys/class/hwmon/hwmonX/powerY_average_interval_max
724 Description:
725                 Maximum power use averaging interval
727                 Unit: milliseconds
729                 RO
731 What:           /sys/class/hwmon/hwmonX/powerY_average_interval_min
732 Description:
733                 Minimum power use averaging interval
735                 Unit: milliseconds
737                 RO
739 What:           /sys/class/hwmon/hwmonX/powerY_average_highest
740 Description:
741                 Historical average maximum power use
743                 Unit: microWatt
745                 RO
747 What:           /sys/class/hwmon/hwmonX/powerY_average_lowest
748 Description:
749                 Historical average minimum power use
751                 Unit: microWatt
753                 RO
755 What:           /sys/class/hwmon/hwmonX/powerY_average_max
756 Description:
757                 A poll notification is sent to
758                 `powerY_average` when power use
759                 rises above this value.
761                 Unit: microWatt
763                 RW
765 What:           /sys/class/hwmon/hwmonX/powerY_average_min
766 Description:
767                 A poll notification is sent to
768                 `powerY_average` when power use
769                 sinks below this value.
771                 Unit: microWatt
773                 RW
775 What:           /sys/class/hwmon/hwmonX/powerY_input
776 Description:
777                 Instantaneous power use
779                 Unit: microWatt
781                 RO
783 What:           /sys/class/hwmon/hwmonX/powerY_input_highest
784 Description:
785                 Historical maximum power use
787                 Unit: microWatt
789                 RO
791 What:           /sys/class/hwmon/hwmonX/powerY_input_lowest
792 Description:
793                 Historical minimum power use
795                 Unit: microWatt
797                 RO
799 What:           /sys/class/hwmon/hwmonX/powerY_reset_history
800 Description:
801                 Reset input_highest, input_lowest,
802                 average_highest and average_lowest.
804                 WO
806 What:           /sys/class/hwmon/hwmonX/powerY_accuracy
807 Description:
808                 Accuracy of the power meter.
810                 Unit: Percent
812                 RO
814 What:           /sys/class/hwmon/hwmonX/powerY_cap
815 Description:
816                 If power use rises above this limit, the
817                 system should take action to reduce power use.
818                 A poll notification is sent to this file if the
819                 cap is changed by the hardware.  The `*_cap`
820                 files only appear if the cap is known to be
821                 enforced by hardware.
823                 Unit: microWatt
825                 RW
827 What:           /sys/class/hwmon/hwmonX/powerY_cap_hyst
828 Description:
829                 Margin of hysteresis built around capping and
830                 notification.
832                 Unit: microWatt
834                 RW
836 What:           /sys/class/hwmon/hwmonX/powerY_cap_max
837 Description:
838                 Maximum cap that can be set.
840                 Unit: microWatt
842                 RO
844 What:           /sys/class/hwmon/hwmonX/powerY_cap_min
845 Description:
846                 Minimum cap that can be set.
848                 Unit: microWatt
850                 RO
852 What:           /sys/class/hwmon/hwmonX/powerY_max
853 Description:
854                 Maximum power.
856                 Unit: microWatt
858                 RW
860 What:           /sys/class/hwmon/hwmonX/powerY_crit
861 Description:
862                 Critical maximum power.
864                 If power rises to or above this limit, the
865                 system is expected take drastic action to reduce
866                 power consumption, such as a system shutdown or
867                 a forced powerdown of some devices.
869                 Unit: microWatt
871                 RW
873 What:           /sys/class/hwmon/hwmonX/powerY_enable
874 Description:
875                 Enable or disable the sensors.
877                 When disabled the sensor read will return
878                 -ENODATA.
880                 - 1: Enable
881                 - 0: Disable
883                 RW
885 What:           /sys/class/hwmon/hwmonX/powerY_rated_min
886 Description:
887                 Minimum rated power.
889                 Unit: microWatt
891                 RO
893 What:           /sys/class/hwmon/hwmonX/powerY_rated_max
894 Description:
895                 Maximum rated power.
897                 Unit: microWatt
899                 RO
901 What:           /sys/class/hwmon/hwmonX/energyY_input
902 Description:
903                 Cumulative energy use
905                 Unit: microJoule
907                 RO
909 What:           /sys/class/hwmon/hwmonX/energyY_enable
910 Description:
911                 Enable or disable the sensors.
913                 When disabled the sensor read will return
914                 -ENODATA.
916                 - 1: Enable
917                 - 0: Disable
919                 RW
921 What:           /sys/class/hwmon/hwmonX/humidityY_alarm
922 Description:
923                 Humidity limit detection
925                 - 0: OK
926                 - 1: Humidity limit has been reached
928                 RO
930 What:           /sys/class/hwmon/hwmonX/humidityY_enable
931 Description:
932                 Enable or disable the sensors
934                 When disabled the sensor read will return
935                 -ENODATA.
937                 - 1: Enable
938                 - 0: Disable
940                 RW
942 What:           /sys/class/hwmon/hwmonX/humidityY_fault
943 Description:
944                 Reports a humidity sensor failure.
946                 - 1: Failed
947                 - 0: Ok
949                 RO
951 What:           /sys/class/hwmon/hwmonX/humidityY_input
952 Description:
953                 Humidity
955                 Unit: milli-percent (per cent mille, pcm)
957                 RO
959 What:           /sys/class/hwmon/hwmonX/humidityY_label
960 Description:
961                 Suggested humidity channel label.
963                 Text string
965                 Should only be created if the driver has hints about what
966                 this humidity channel is being used for, and user-space
967                 doesn't. In all other cases, the label is provided by
968                 user-space.
970                 RO
972 What:           /sys/class/hwmon/hwmonX/humidityY_max
973 Description:
974                 Humidity max value.
976                 Unit: milli-percent (per cent mille, pcm)
978                 RW
980 What:           /sys/class/hwmon/hwmonX/humidityY_max_alarm
981 Description:
982                 Maximum humidity detection
984                 - 0: OK
985                 - 1: Maximum humidity detected
987                 RO
989 What:           /sys/class/hwmon/hwmonX/humidityY_max_hyst
990 Description:
991                 Humidity hysteresis value for max limit.
993                 Unit: milli-percent (per cent mille, pcm)
995                 Must be reported as an absolute humidity, NOT a delta
996                 from the max value.
998                 RW
1000 What:           /sys/class/hwmon/hwmonX/humidityY_min
1001 Description:
1002                 Humidity min value.
1004                 Unit: milli-percent (per cent mille, pcm)
1006                 RW
1008 What:           /sys/class/hwmon/hwmonX/humidityY_min_alarm
1009 Description:
1010                 Minimum humidity detection
1012                 - 0: OK
1013                 - 1: Minimum humidity detected
1015                 RO
1017 What:           /sys/class/hwmon/hwmonX/humidityY_min_hyst
1018 Description:
1019                 Humidity hysteresis value for min limit.
1021                 Unit: milli-percent (per cent mille, pcm)
1023                 Must be reported as an absolute humidity, NOT a delta
1024                 from the min value.
1026                 RW
1028 What:           /sys/class/hwmon/hwmonX/humidityY_rated_min
1029 Description:
1030                 Minimum rated humidity.
1032                 Unit: milli-percent (per cent mille, pcm)
1034                 RO
1036 What:           /sys/class/hwmon/hwmonX/humidityY_rated_max
1037 Description:
1038                 Maximum rated humidity.
1040                 Unit: milli-percent (per cent mille, pcm)
1042                 RO
1045 What:           /sys/class/hwmon/hwmonX/intrusionY_alarm
1046 Description:
1047                 Chassis intrusion detection
1049                 - 0: OK
1050                 - 1: intrusion detected
1052                 RW
1054                 Contrary to regular alarm flags which clear themselves
1055                 automatically when read, this one sticks until cleared by
1056                 the user. This is done by writing 0 to the file. Writing
1057                 other values is unsupported.
1059 What:           /sys/class/hwmon/hwmonX/intrusionY_beep
1060 Description:
1061                 Chassis intrusion beep
1063                 - 0: disable
1064                 - 1: enable
1066                 RW
1068 What:           /sys/class/hwmon/hwmonX/device/pec
1069 Description:
1070                 PEC support on I2C devices
1072                 - 0, off, n: disable
1073                 - 1, on, y: enable
1075                 RW