| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/afe/ |
| D | voltage-divider.txt | 26 - output-ohms : Resistance Rout over which the output voltage is measured. 27 See full-ohms. 28 - full-ohms : Resistance R + Rout for the full divider. The io-channel 33 voltage divider (R = 200 Ohms, Rout = 22 Ohms) and fed to an ADC. 40 output-ohms = <22>; 41 full-ohms = <222>; /* 200 + 22 */
|
| D | current-sense-shunt.txt | 12 - shunt-resistor-micro-ohms : The shunt resistance in microohms. 16 3.3 ohms shunt resistor. 23 shunt-resistor-micro-ohms = <3300000>;
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/iio/afe/ |
| D | voltage-divider.txt | 26 - output-ohms : Resistance Rout over which the output voltage is measured. 27 See full-ohms. 28 - full-ohms : Resistance R + Rout for the full divider. The io-channel 33 voltage divider (R = 200 Ohms, Rout = 22 Ohms) and fed to an ADC. 40 output-ohms = <22>; 41 full-ohms = <222>; /* 200 + 22 */
|
| D | current-sense-shunt.txt | 12 - shunt-resistor-micro-ohms : The shunt resistance in microohms. 16 3.3 ohms shunt resistor. 23 shunt-resistor-micro-ohms = <3300000>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/adc/ |
| D | maxim,max9611.yaml | 25 shunt-resistor-micro-ohms: 28 Value in micro Ohms of the shunt resistor connected between the RS+ and 37 - shunt-resistor-micro-ohms 48 shunt-resistor-micro-ohms = <5000>;
|
| D | qcom,spmi-iadc.txt | 7 qcom,external-resistor-micro-ohms property. 26 - qcom,external-resistor-micro-ohms: 30 If not defined value of 10000 micro Ohms will be used. 38 qcom,external-resistor-micro-ohms = <10000>;
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/phy/ |
| D | mxs-usb-phy.txt | 16 - fsl,tx-cal-45-dn-ohms: Integer [30-55]. Resistance (in ohms) of switchable 19 - fsl,tx-cal-45-dp-ohms: Integer [30-55]. Resistance (in ohms) of switchable
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
| D | mxs-usb-phy.txt | 17 - fsl,tx-cal-45-dn-ohms: Integer [30-55]. Resistance (in ohms) of switchable 20 - fsl,tx-cal-45-dp-ohms: Integer [30-55]. Resistance (in ohms) of switchable
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/iio/adc/ |
| D | qcom,spmi-iadc.txt | 7 qcom,external-resistor-micro-ohms property. 26 - qcom,external-resistor-micro-ohms: 30 If not defined value of 10000 micro Ohms will be used. 38 qcom,external-resistor-micro-ohms = <10000>;
|
| D | max9611.txt | 10 - shunt-resistor-micro-ohms: Value, in micro Ohms, of the current sense shunt 20 shunt-resistor-micro-ohms = <5000>;
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/ |
| D | property-units.txt | 29 -ohms : Ohms 30 -micro-ohms : micro Ohms
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/hwmon/ |
| D | ltc4151.txt | 8 - shunt-resistor-micro-ohms 9 Shunt resistor value in micro-Ohms 17 shunt-resistor-micro-ohms = <1500>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/ |
| D | ltc4151.txt | 8 - shunt-resistor-micro-ohms 9 Shunt resistor value in micro-Ohms 17 shunt-resistor-micro-ohms = <1500>;
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/input/touchscreen/ |
| D | ads7846.txt | 48 ti,x-plate-ohms Resistance of the X-plate, 49 in Ohms (u16). 50 ti,y-plate-ohms Resistance of the Y-plate, 51 in Ohms (u16). 88 ti,x-plate-ohms = /bits/ 16 <40>;
|
| D | tsc2007.txt | 6 - ti,x-plate-ohms: X-plate resistance in ohms. 35 ti,x-plate-ohms = <180>;
|
| /kernel/linux/linux-4.19/drivers/iio/adc/ |
| D | qcom-spmi-iadc.c | 80 #define IADC_INT_RSENSE_DEVIATION 15625 /* nano Ohms per bit */ 82 #define IADC_INT_RSENSE_IDEAL_VALUE 10000 /* micro Ohms */ 83 #define IADC_INT_RSENSE_DEFAULT_VALUE 7800 /* micro Ohms */ 84 #define IADC_INT_RSENSE_DEFAULT_GF 9000 /* micro Ohms */ 85 #define IADC_INT_RSENSE_DEFAULT_SMIC 9700 /* micro Ohms */ 107 * @rsense: Values of the internal and external sense resister in micro Ohms. 443 ret = of_property_read_u32(node, "qcom,external-resistor-micro-ohms", in iadc_rsense_read() 449 dev_err(iadc->dev, "external resistor can't be zero Ohms"); in iadc_rsense_read() 458 * Deviation value stored is an offset from 10 mili Ohms, bit 7 is in iadc_rsense_read() 459 * the sign, the remaining bits have an LSB of 15625 nano Ohms. in iadc_rsense_read() [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/adc/ |
| D | qcom-spmi-iadc.c | 72 #define IADC_INT_RSENSE_DEVIATION 15625 /* nano Ohms per bit */ 74 #define IADC_INT_RSENSE_IDEAL_VALUE 10000 /* micro Ohms */ 75 #define IADC_INT_RSENSE_DEFAULT_VALUE 7800 /* micro Ohms */ 76 #define IADC_INT_RSENSE_DEFAULT_GF 9000 /* micro Ohms */ 77 #define IADC_INT_RSENSE_DEFAULT_SMIC 9700 /* micro Ohms */ 99 * @rsense: Values of the internal and external sense resister in micro Ohms. 435 ret = of_property_read_u32(node, "qcom,external-resistor-micro-ohms", in iadc_rsense_read() 441 dev_err(iadc->dev, "external resistor can't be zero Ohms"); in iadc_rsense_read() 450 * Deviation value stored is an offset from 10 mili Ohms, bit 7 is in iadc_rsense_read() 451 * the sign, the remaining bits have an LSB of 15625 nano Ohms. in iadc_rsense_read() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/ |
| D | ads7846.txt | 47 ti,x-plate-ohms Resistance of the X-plate, 48 in Ohms (u16). 49 ti,y-plate-ohms Resistance of the Y-plate, 50 in Ohms (u16). 101 ti,x-plate-ohms = /bits/ 16 <40>;
|
| D | tsc2007.txt | 6 - ti,x-plate-ohms: X-plate resistance in ohms. 35 ti,x-plate-ohms = <180>;
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/devfreq/ |
| D | rk3399_dmc.txt | 77 the DRAM side driver strength in ohms. Default 81 the DRAM side ODT strength in ohms. Default value 104 the DRAM side driver strength in ohms. Default 108 the DRAM side ODT strength in ohms. Default value 132 the DRAM side driver strength in ohms. Default 136 the DRAM side ODT on DQS/DQ line strength in ohms. 140 the DRAM side ODT on CA line strength in ohms.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/devfreq/ |
| D | rk3399_dmc.txt | 79 the DRAM side driver strength in ohms. Default 83 the DRAM side ODT strength in ohms. Default value 106 the DRAM side driver strength in ohms. Default 110 the DRAM side ODT strength in ohms. Default value 134 the DRAM side driver strength in ohms. Default 138 the DRAM side ODT on DQS/DQ line strength in ohms. 142 the DRAM side ODT on CA line strength in ohms.
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/power/supply/ |
| D | qcom,coincell-charger.txt | 17 - qcom,rset-ohms: 20 Definition: resistance (in ohms) for current-limiting resistor 45 qcom,rset-ohms = <2100>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/ |
| D | qcom,coincell-charger.txt | 17 - qcom,rset-ohms: 20 Definition: resistance (in ohms) for current-limiting resistor 45 qcom,rset-ohms = <2100>;
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/iio/light/ |
| D | cm3605.txt | 25 - capella,aset-resistance-ohms: the sensitivity calibration resistance, 26 in Ohms. Valid values are: 50000, 100000, 300000 and 600000, 37 capella,aset-resistance-ohms = <100000>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/light/ |
| D | cm3605.txt | 25 - capella,aset-resistance-ohms: the sensitivity calibration resistance, 26 in Ohms. Valid values are: 50000, 100000, 300000 and 600000, 37 capella,aset-resistance-ohms = <100000>;
|