Lines Matching +full:high +full:- +full:power
10 Addresses scanned: -
16 PMBus 5-Channel Power-Supply Manager and Intelligent Fan Controller
20 Addresses scanned: -
26 PMBus Power-Supply Data Logger
30 Addresses scanned: -
36 PMBus 16-Channel V/I Monitor and 12-Channel Sequencer/Marginer
40 Addresses scanned: -
46 PMBus 12-Channel Voltage Monitor & Sequencer
50 Addresses scanned: -
56 PMBus 16-Channel Voltage Monitor & Sequencer
60 Addresses scanned: -
64 Author: Guenter Roeck <linux@roeck-us.net>
68 -----------
70 This driver supports hardware monitoring for Maxim MAX34440 PMBus 6-Channel
71 Power-Supply Manager, MAX34441 PMBus 5-Channel Power-Supply Manager
72 and Intelligent Fan Controller, and MAX34446 PMBus Power-Supply Data Logger.
83 -----------
85 This driver does not auto-detect devices. You will have to instantiate the
86 devices explicitly. Please see Documentation/i2c/instantiating-devices.rst for
92 attribute is set to a positive value. Power measurement is only enabled if
98 ---------------------
104 -------------
106 The following attributes are supported. Limits are read-write; all other
107 attributes are read-only.
113 in[1-6]_label "vout[1-6]".
114 in[1-6]_input Measured voltage. From READ_VOUT register.
115 in[1-6]_min Minimum Voltage. From VOUT_UV_WARN_LIMIT register.
116 in[1-6]_max Maximum voltage. From VOUT_OV_WARN_LIMIT register.
117 in[1-6]_lcrit Critical minimum Voltage. VOUT_UV_FAULT_LIMIT register.
118 in[1-6]_crit Critical maximum voltage. From VOUT_OV_FAULT_LIMIT
120 in[1-6]_min_alarm Voltage low alarm. From VOLTAGE_UV_WARNING status.
121 in[1-6]_max_alarm Voltage high alarm. From VOLTAGE_OV_WARNING status.
122 in[1-6]_lcrit_alarm Voltage critical low alarm. From VOLTAGE_UV_FAULT
124 in[1-6]_crit_alarm Voltage critical high alarm. From VOLTAGE_OV_FAULT
126 in[1-6]_lowest Historical minimum voltage.
127 in[1-6]_highest Historical maximum voltage.
128 in[1-6]_reset_history Write any value to reset history.
131 .. note:: MAX34446 only supports in[1-4].
137 curr[1-6]_label "iout[1-6]".
138 curr[1-6]_input Measured current. From READ_IOUT register.
139 curr[1-6]_max Maximum current. From IOUT_OC_WARN_LIMIT register.
140 curr[1-6]_crit Critical maximum current. From IOUT_OC_FAULT_LIMIT
142 curr[1-6]_max_alarm Current high alarm. From IOUT_OC_WARNING status.
143 curr[1-6]_crit_alarm Current critical high alarm. From IOUT_OC_FAULT status.
144 curr[1-4]_average Historical average current (MAX34446/34451 only).
145 curr[1-6]_highest Historical maximum current.
146 curr[1-6]_reset_history Write any value to reset history.
151 - in6 and curr6 attributes only exist for MAX34440.
152 - MAX34446 only supports curr[1-4].
154 Power section in Sysfs entries
158 power[1,3]_label "pout[1,3]"
159 power[1,3]_input Measured power.
160 power[1,3]_average Historical average power.
161 power[1,3]_highest Historical maximum power.
164 .. note:: Power attributes only exist for MAX34446.
170 temp[1-8]_input Measured temperatures. From READ_TEMPERATURE_1 register.
173 is a remote thermal-diode sensor. For MAX34440, temp6..8
175 temp[1-8]_max Maximum temperature. From OT_WARN_LIMIT register.
176 temp[1-8]_crit Critical high temperature. From OT_FAULT_LIMIT register.
177 temp[1-8]_max_alarm Temperature high alarm.
178 temp[1-8]_crit_alarm Temperature critical high alarm.
179 temp[1-8]_average Historical average temperature (MAX34446 only).
180 temp[1-8]_highest Historical maximum temperature.
181 temp[1-8]_reset_history Write any value to reset history.
186 - temp7 and temp8 attributes only exist for MAX34440.
187 - MAX34446 only supports temp[1-3].
192 - MAX34451 supports attribute groups in[1-16] (or curr[1-16] based on
193 input pins) and temp[1-5].
194 - MAX34460 supports attribute groups in[1-12] and temp[1-5].
195 - MAX34461 supports attribute groups in[1-16] and temp[1-5].