Home
last modified time | relevance | path

Searched full:shunt (Results 1 – 25 of 126) sorted by relevance

123456

/linux/Documentation/hwmon/
H A Dina2xx.rst82 The INA219 is a high-side current shunt and power monitor with an I2C
83 interface. The INA219 monitors both shunt drop and supply voltage, with
86 The INA220 is a high or low side current shunt and power monitor with an I2C
87 interface. The INA220 monitors both shunt drop and supply voltage.
89 The INA226 is a current shunt and power monitor with an I2C interface.
90 The INA226 monitors both a shunt voltage drop and bus supply voltage.
92 INA230 and INA231 are high or low side current shunt and power monitors
93 with an I2C interface. The chips monitor both a shunt voltage drop and
96 INA260 is a high or low side current and power monitor with integrated shunt
99 The SY24655 is a high- and low-side current shunt and power monitor with an I2C
[all …]
H A Dina209.rst40 in0_input shunt voltage (mV)
41 in0_input_highest shunt voltage historical maximum reading (mV)
42 in0_input_lowest shunt voltage historical minimum reading (mV)
43 in0_reset_history reset shunt voltage history
44 in0_max shunt voltage max alarm limit (mV)
45 in0_min shunt voltage min alarm limit (mV)
46 in0_crit_max shunt voltage crit max alarm limit (mV)
47 in0_crit_min shunt voltage crit min alarm limit (mV)
48 in0_max_alarm shunt voltage max alarm limit exceeded
49 in0_min_alarm shunt voltage min alarm limit exceeded
[all …]
H A Dina3221.rst22 side of up to three D.C. power supplies. The INA3221 monitors both shunt drop
34 shunt[123]_resistor Shunt resistance(uOhm) channels
43 in[456]_input Shunt voltage(uV) for channels 1, 2, and 3 respectively
44 in7_input Sum of shunt voltage(uV) channels
45 in7_label Channel label for sum of shunt voltage
48 value for their shunt resistors)
53 value for their shunt resistors)
69 * SC: shunt-voltage conversion time in millisecond
71 Affects both Bus- and Shunt-voltage conversion time.
H A Dtmp513.rst30 shunt monitor. These system monitors have the capability of measuring remote
52 The driver read the shunt voltage from the chip and convert it to current.
54 shunt resistor value. The value resolution will be equal to 10uV/Rshunt.
56 The driver exports the shunt currents values via the following sysFs files:
103 and depend on the shunt resistor value and the pga_gain value.
/linux/Documentation/devicetree/bindings/iio/afe/
H A Dcurrent-sense-shunt.yaml4 $id: http://devicetree.org/schemas/iio/afe/current-sense-shunt.yaml#
7 title: Current Sense Shunt
13 When an io-channel measures the voltage over a current sense shunt,
15 shunt, not the voltage over it. This binding describes such a current
20 const: current-sense-shunt
30 shunt-resistor-micro-ohms:
31 description: The shunt resistance.
36 - shunt-resistor-micro-ohms
61 compatible = "current-sense-shunt";
66 shunt-resistor-micro-ohms = <3300000>;
/linux/Documentation/devicetree/bindings/hwmon/
H A Dti,ina3221.yaml58 shunt-resistor-micro-ohms:
59 description: shunt resistor value in micro-Ohm
65 shunt-voltage conversions for the desired channels in order to
66 compare the combined sum to the programmed limit. The Shunt-Voltage
68 to the value in the Shunt-Voltage Sum register in order to
70 shunt-voltage sum limit value is exceeded, the critical alert pin
74 to use the same shunt-resistor value on all enabled channels. If
112 shunt-resistor-micro-ohms = <5000>;
118 shunt-resistor-micro-ohms = <5000>;
H A Dadi,ltc2945.yaml25 shunt-resistor-micro-ohms:
27 Shunt resistor value in micro-Ohms
48 /* 10 milli-Ohm shunt resistor */
49 shunt-resistor-micro-ohms = <10000>;
H A Dlltc,ltc4151.yaml19 shunt-resistor-micro-ohms:
21 Shunt resistor value in micro-Ohms
42 shunt-resistor-micro-ohms = <1500>;
H A Dadi,ltc2992.yaml47 shunt-resistor-micro-ohms:
72 shunt-resistor-micro-ohms = <10000>;
77 shunt-resistor-micro-ohms = <10000>;
H A Dadi,adm1177.yaml28 shunt-resistor-micro-ohms:
37 based on shunt-resistor-micro-ohms.
65 shunt-resistor-micro-ohms = <50000>; /* 50 mOhm */
/linux/Documentation/devicetree/bindings/iio/adc/
H A Dmicrochip,pac1934.yaml59 shunt-resistor-micro-ohms:
61 Value in micro Ohms of the shunt resistor connected between
67 - shunt-resistor-micro-ohms
94 shunt-resistor-micro-ohms = <24900000>;
100 shunt-resistor-micro-ohms = <49900000>;
106 shunt-resistor-micro-ohms = <75000000>;
113 shunt-resistor-micro-ohms = <100000000>;
H A Dmaxim,max9611.yaml25 shunt-resistor-micro-ohms:
27 Value in micro Ohms of the shunt resistor connected between the RS+ and
36 - shunt-resistor-micro-ohms
47 shunt-resistor-micro-ohms = <5000>;
H A Dti,lmp92064.yaml34 shunt-resistor-micro-ohms:
36 Value of the shunt resistor (in µΩ) connected between INCP and INCN,
46 - shunt-resistor-micro-ohms
66 shunt-resistor-micro-ohms = <15000>;
H A Dmicrochip,pac1921.yaml31 shunt-resistor-micro-ohms:
33 Value in micro Ohms of the shunt resistor connected between
52 - shunt-resistor-micro-ohms
68 shunt-resistor-micro-ohms = <10000>;
/linux/drivers/hwmon/
H A Dltc4151.c42 unsigned int shunt; /* in micro ohms */ member
104 val = val * 20 * 1000 / data->shunt; in ltc4151_get_value()
163 u32 shunt; in ltc4151_probe() local
173 "shunt-resistor-micro-ohms", &shunt)) in ltc4151_probe()
174 shunt = 1000; /* 1 mOhm if not set via DT */ in ltc4151_probe()
176 if (shunt == 0) in ltc4151_probe()
179 data->shunt = shunt; in ltc4151_probe()
H A Dina209.c369 /* Shunt voltage, history, limits, alarms */
491 u32 shunt; in ina209_init_client() local
507 shunt = pdata->shunt_uohms; in ina209_init_client()
508 } else if (!of_property_read_u32(client->dev.of_node, "shunt-resistor", in ina209_init_client()
509 &shunt)) { in ina209_init_client()
510 if (shunt == 0) in ina209_init_client()
513 shunt = data->calibration_orig ? in ina209_init_client()
522 * Calibrate current LSB to 1mA. Shunt is in uOhms. in ina209_init_client()
526 clamp_val(40960000 / shunt, 1, 65535)); in ina209_init_client()
/linux/Documentation/devicetree/bindings/mfd/
H A Dmaxim,max5970.yaml73 shunt-resistor-micro-ohms:
78 - shunt-resistor-micro-ohms
114 shunt-resistor-micro-ohms = <12000>;
148 shunt-resistor-micro-ohms = <12000>;
151 shunt-resistor-micro-ohms = <10000>;
/linux/arch/arm64/boot/dts/xilinx/
H A Dzynqmp-zcu106-revA.dts310 shunt-resistor = <5000>;
317 shunt-resistor = <5000>;
324 shunt-resistor = <5000>;
331 shunt-resistor = <5000>;
338 shunt-resistor = <5000>;
345 shunt-resistor = <5000>;
352 shunt-resistor = <5000>;
359 shunt-resistor = <5000>;
366 shunt-resistor = <5000>;
373 shunt-resistor = <5000>;
[all …]
H A Dzynqmp-zcu102-revA.dts299 shunt-resistor = <5000>;
306 shunt-resistor = <5000>;
313 shunt-resistor = <5000>;
320 shunt-resistor = <5000>;
327 shunt-resistor = <5000>;
334 shunt-resistor = <5000>;
341 shunt-resistor = <5000>;
348 shunt-resistor = <5000>;
355 shunt-resistor = <5000>;
362 shunt-resistor = <5000>;
[all …]
H A Dzynqmp-zcu111-revA.dts250 shunt-resistor = <2000>;
257 shunt-resistor = <5000>;
264 shunt-resistor = <5000>;
271 shunt-resistor = <5000>;
278 shunt-resistor = <5000>;
285 shunt-resistor = <2000>;
292 shunt-resistor = <5000>;
299 shunt-resistor = <5000>;
306 shunt-resistor = <5000>;
313 shunt-resistor = <5000>;
[all …]
/linux/arch/arm/boot/dts/samsung/
H A Dexynos5422-odroidxu3.dts31 shunt-resistor = <10000>;
38 shunt-resistor = <10000>;
45 shunt-resistor = <10000>;
52 shunt-resistor = <10000>;
/linux/Documentation/devicetree/bindings/hwmon/pmbus/
H A Dti,lm25066.yaml32 shunt-resistor-micro-ohms:
34 Shunt (sense) resistor value in micro-Ohms
67 shunt-resistor-micro-ohms = <675>;
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra186-p3310.dtsi81 shunt-resistor-micro-ohms = <10000>;
87 shunt-resistor-micro-ohms = <10000>;
93 shunt-resistor-micro-ohms = <10000>;
106 shunt-resistor-micro-ohms = <5000>;
112 shunt-resistor-micro-ohms = <10000>;
118 shunt-resistor-micro-ohms = <10000>;
H A Dtegra234-p3701.dtsi119 shunt-resistor-micro-ohms = <2000>;
125 shunt-resistor-micro-ohms = <2000>;
131 shunt-resistor-micro-ohms = <2000>;
150 shunt-resistor-micro-ohms = <2000>;
H A Dtegra194-p2888.dtsi68 shunt-resistor-micro-ohms = <5000>;
73 shunt-resistor-micro-ohms = <5000>;
78 shunt-resistor-micro-ohms = <5000>;
91 shunt-resistor-micro-ohms = <5000>;
96 shunt-resistor-micro-ohms = <5000>;
101 shunt-resistor-micro-ohms = <5000>;

123456