Home
last modified time | relevance | path

Searched full:ohms (Results 1 – 25 of 261) sorted by relevance

1234567891011

/linux/Documentation/devicetree/bindings/regulator/
H A Dadi,max77857.yaml37 adi,rtop-ohms:
38 description: Top feedback resistor value in ohms for external feedback.
42 adi,rbot-ohms:
43 description: Bottom feedback resistor value in ohms for external feedback.
46 adi,rtop-ohms: [ 'adi,rbot-ohms' ]
47 adi,rbot-ohms: [ 'adi,rtop-ohms' ]
83 adi,rtop-ohms = <312000>;
84 adi,rbot-ohms = <12000>;
/linux/Documentation/devicetree/bindings/iio/afe/
H A Dvoltage-divider.yaml53 output-ohms:
55 Resistance Rout over which the output voltage is measured. See full-ohms.
57 full-ohms:
65 - output-ohms
66 - full-ohms
75 * voltage divider (R = 200 Ohms, Rout = 22 Ohms) and fed to an ADC.
94 output-ohms = <22>;
95 full-ohms = <222>; /* 200 + 22 */
H A Dtemperature-sense-rtd.yaml64 alpha can also be expressed in micro-ohms per ohm Celsius. It's a linear
71 R_0 (or r-naught-ohms) is the resistance of the sensor at 0 degrees
77 r-naught-ohms:
88 - r-naught-ohms
99 r-naught-ohms = <1000>;
H A Dcurrent-sense-amplifier.yaml27 sense-resistor-micro-ohms:
41 - sense-resistor-micro-ohms
51 sense-resistor-micro-ohms = <20000>;
H A Dcurrent-sense-shunt.yaml30 shunt-resistor-micro-ohms:
36 - shunt-resistor-micro-ohms
66 shunt-resistor-micro-ohms = <3300000>;
/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 Dqcom,spmi-iadc.yaml17 qcom,external-resistor-micro-ohms property.
31 qcom,external-resistor-micro-ohms:
33 Sensor resistor value. If not defined value of 10000 micro Ohms
62 qcom,external-resistor-micro-ohms = <10000>;
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>;
H A Dmaxim,max34408.yaml73 maxim,rsense-val-micro-ohms:
82 - maxim,rsense-val-micro-ohms
131 maxim,rsense-val-micro-ohms = <5000>;
136 maxim,rsense-val-micro-ohms = <10000>;
H A Dti,lmp92064.yaml34 shunt-resistor-micro-ohms:
46 - shunt-resistor-micro-ohms
66 shunt-resistor-micro-ohms = <15000>;
/linux/Documentation/devicetree/bindings/power/supply/
H A Dltc4162-l.yaml31 lltc,rsnsb-micro-ohms:
35 lltc,rsnsi-micro-ohms:
50 - lltc,rsnsb-micro-ohms
51 - lltc,rsnsi-micro-ohms
63 lltc,rsnsb-micro-ohms = <10000>;
64 lltc,rsnsi-micro-ohms = <16000>;
H A Dsc27xx-fg.yaml55 sprd,calib-resistance-micro-ohms:
56 description: real resistance of coulomb counter chip in micro Ohms
69 - sprd,calib-resistance-micro-ohms
H A Dqcom,pm8941-coincell.yaml30 qcom,rset-ohms:
32 Resistance (in ohms) for current-limiting resistor. If unspecified,
64 qcom,rset-ohms = <2100>;
/linux/Documentation/devicetree/bindings/hwmon/
H A Dadi,ltc2991.yaml51 shunt-resistor-micro-ohms:
53 The value of curent sense resistor in micro ohms. Pin configuration is
68 - shunt-resistor-micro-ohms
109 shunt-resistor-micro-ohms = <100000>;
114 shunt-resistor-micro-ohms = <100000>;
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,ltc2945.yaml25 shunt-resistor-micro-ohms:
27 Shunt resistor value in micro-Ohms
49 shunt-resistor-micro-ohms = <10000>;
H A Dadi,ltc2992.yaml47 shunt-resistor-micro-ohms:
72 shunt-resistor-micro-ohms = <10000>;
77 shunt-resistor-micro-ohms = <10000>;
/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/drivers/iio/adc/
H A Dqcom-spmi-iadc.c71 #define IADC_INT_RSENSE_DEVIATION 15625 /* nano Ohms per bit */
73 #define IADC_INT_RSENSE_IDEAL_VALUE 10000 /* micro Ohms */
74 #define IADC_INT_RSENSE_DEFAULT_VALUE 7800 /* micro Ohms */
75 #define IADC_INT_RSENSE_DEFAULT_GF 9000 /* micro Ohms */
76 #define IADC_INT_RSENSE_DEFAULT_SMIC 9700 /* micro Ohms */
98 * @rsense: Values of the internal and external sense resister in micro Ohms.
434 ret = of_property_read_u32(node, "qcom,external-resistor-micro-ohms", in iadc_rsense_read()
440 dev_err(iadc->dev, "external resistor can't be zero Ohms"); in iadc_rsense_read()
449 * Deviation value stored is an offset from 10 mili Ohms, bit 7 is in iadc_rsense_read()
450 * the sign, the remaining bits have an LSB of 15625 nano Ohms. in iadc_rsense_read()
[all …]
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dti,ads7843.yaml116 ti,x-plate-ohms:
119 Resistance of the X-plate, in Ohms.
133 ti,y-plate-ohms:
136 Resistance of the Y-plate, in Ohms.
179 ti,x-plate-ohms = /bits/ 16 <40>;
H A Dtouchscreen.yaml84 touchscreen-x-plate-ohms:
85 description: Resistance of the X-plate in Ohms
87 touchscreen-y-plate-ohms:
88 description: Resistance of the Y-plate in Ohms
H A Dtsc2007.txt6 - ti,x-plate-ohms: X-plate resistance in ohms.
35 ti,x-plate-ohms = <180>;
/linux/Documentation/devicetree/bindings/leds/
H A Drichtek,rt8515.yaml30 richtek,rfs-ohms:
39 richtek,rts-ohms:
99 richtek,rfs-ohms = <16000>;
100 richtek,rts-ohms = <100000>;
/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>;

1234567891011