Home
last modified time | relevance | path

Searched full:ohm (Results 1 – 25 of 153) sorted by relevance

1234567

/kernel/linux/linux-5.10/drivers/hwmon/
Dntc_thermistor.c29 unsigned int ohm; member
63 * A compensation table should be sorted by the values of .ohm
69 { .temp_c = -40, .ohm = 1747920 },
70 { .temp_c = -35, .ohm = 1245428 },
71 { .temp_c = -30, .ohm = 898485 },
72 { .temp_c = -25, .ohm = 655802 },
73 { .temp_c = -20, .ohm = 483954 },
74 { .temp_c = -15, .ohm = 360850 },
75 { .temp_c = -10, .ohm = 271697 },
76 { .temp_c = -5, .ohm = 206463 },
[all …]
/kernel/linux/linux-4.19/drivers/hwmon/
Dntc_thermistor.c45 unsigned int ohm; member
62 * A compensation table should be sorted by the values of .ohm
68 { .temp_c = -40, .ohm = 1747920 },
69 { .temp_c = -35, .ohm = 1245428 },
70 { .temp_c = -30, .ohm = 898485 },
71 { .temp_c = -25, .ohm = 655802 },
72 { .temp_c = -20, .ohm = 483954 },
73 { .temp_c = -15, .ohm = 360850 },
74 { .temp_c = -10, .ohm = 271697 },
75 { .temp_c = -5, .ohm = 206463 },
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dcros-adc-thermistors.dtsi16 pullup-ohm = <47000>;
17 pulldown-ohm = <0>;
23 pullup-ohm = <47000>;
24 pulldown-ohm = <0>;
30 pullup-ohm = <47000>;
31 pulldown-ohm = <0>;
37 pullup-ohm = <47000>;
38 pulldown-ohm = <0>;
/kernel/linux/linux-4.19/arch/arm/boot/dts/
Dcros-adc-thermistors.dtsi19 pullup-ohm = <47000>;
20 pulldown-ohm = <0>;
26 pullup-ohm = <47000>;
27 pulldown-ohm = <0>;
33 pullup-ohm = <47000>;
34 pulldown-ohm = <0>;
40 pullup-ohm = <47000>;
41 pulldown-ohm = <0>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/potentiostat/
Dlmp91000.txt14 - ti,external-tia-resistor: if the property ti,tia-gain-ohm is not defined this
19 - ti,tia-gain-ohm: ohm value of the internal resistor for the transimpedance
22 - ti,rload-ohm: ohm value of the internal resistor load applied to the gas
30 ti,tia-gain-ohm = <7500>;
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/iio/potentiostat/
Dlmp91000.txt14 - ti,external-tia-resistor: if the property ti,tia-gain-ohm is not defined this
19 - ti,tia-gain-ohm: ohm value of the internal resistor for the transimpedance
22 - ti,rload-ohm: ohm value of the internal resistor load applied to the gas
30 ti,tia-gain-ohm = <7500>;
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/hwmon/
Dntc_thermistor.txt23 - "pullup-ohm" Pull up resistor value in ohms
24 - "pulldown-ohm" Pull down resistor value in ohms
40 pullup-ohm = <47000>;
41 pulldown-ohm = <0>;
Dina2xx.txt16 Shunt resistor value in micro-Ohm
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/
Dntc_thermistor.txt24 - "pullup-ohm" Pull up resistor value in ohms
25 - "pulldown-ohm" Pull down resistor value in ohms
41 pullup-ohm = <47000>;
42 pulldown-ohm = <0>;
Dina2xx.txt16 Shunt resistor value in micro-Ohm
Dadm1275.txt17 Shunt resistor value in micro-Ohm
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/
Drockchip-emmc-phy.txt16 - drive-impedance-ohm: Specifies the drive impedance in Ohm.
35 drive-impedance-ohm = <50>;
Dmxs-usb-phy.txt18 high-speed trimming resistor connected in parallel with the 45 ohm resistor
21 high-speed trimming resistor connected in parallel with the 45 ohm resistor
/kernel/linux/linux-5.10/drivers/iio/potentiometer/
Dmax5432.c28 unsigned long ohm; member
52 if (unlikely(data->ohm > INT_MAX)) in max5432_read_raw()
55 *val = data->ohm; in max5432_read_raw()
103 data->ohm = (unsigned long)device_get_match_data(dev); in max5432_probe()
/kernel/linux/linux-5.10/drivers/iio/potentiostat/
Dlmp91000.c211 ret = device_property_read_u32(dev, "ti,tia-gain-ohm", &val); in lmp91000_read_config()
214 dev_err(dev, "no ti,tia-gain-ohm defined and external resistor not specified\n"); in lmp91000_read_config()
230 dev_err(dev, "invalid ti,tia-gain-ohm %d\n", val); in lmp91000_read_config()
234 ret = device_property_read_u32(dev, "ti,rload-ohm", &val); in lmp91000_read_config()
237 dev_info(dev, "no ti,rload-ohm defined, default to %d\n", val); in lmp91000_read_config()
250 dev_err(dev, "invalid ti,rload-ohm %d\n", val); in lmp91000_read_config()
/kernel/linux/linux-4.19/drivers/iio/potentiostat/
Dlmp91000.c212 ret = of_property_read_u32(np, "ti,tia-gain-ohm", &val); in lmp91000_read_config()
217 dev_err(dev, "no ti,tia-gain-ohm defined"); in lmp91000_read_config()
232 dev_err(dev, "invalid ti,tia-gain-ohm %d\n", val); in lmp91000_read_config()
236 ret = of_property_read_u32(np, "ti,rload-ohm", &val); in lmp91000_read_config()
239 dev_info(dev, "no ti,rload-ohm defined, default to %d\n", val); in lmp91000_read_config()
252 dev_err(dev, "invalid ti,rload-ohm %d\n", val); in lmp91000_read_config()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/
Dpincfg-node.yaml38 supporting it the pull strength in Ohm.
45 supporting it the pull strength in Ohm.
52 hardware supporting it the pull strength in Ohm.
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/phy/
Dmxs-usb-phy.txt17 high-speed trimming resistor connected in parallel with the 45 ohm resistor
20 high-speed trimming resistor connected in parallel with the 45 ohm resistor
/kernel/linux/linux-4.19/arch/arm64/boot/dts/rockchip/
Drk3399-gru-kevin.dts56 pullup-ohm = <25500>;
57 pulldown-ohm = <0>;
65 pullup-ohm = <25500>;
66 pulldown-ohm = <0>;
/kernel/linux/linux-5.10/arch/arm64/boot/dts/rockchip/
Drk3399-gru-kevin.dts70 pullup-ohm = <25500>;
71 pulldown-ohm = <0>;
79 pullup-ohm = <25500>;
80 pulldown-ohm = <0>;
/kernel/linux/linux-4.19/sound/soc/codecs/
Dtlv320aic31xx.c247 "Off", "FFR 10 Ohm", "FFR 20 Ohm", "FFR 40 Ohm"
628 {"MIC1LP P-Terminal", "FFR 10 Ohm", "MIC1LP"},
629 {"MIC1LP P-Terminal", "FFR 20 Ohm", "MIC1LP"},
630 {"MIC1LP P-Terminal", "FFR 40 Ohm", "MIC1LP"},
631 {"MIC1RP P-Terminal", "FFR 10 Ohm", "MIC1RP"},
632 {"MIC1RP P-Terminal", "FFR 20 Ohm", "MIC1RP"},
633 {"MIC1RP P-Terminal", "FFR 40 Ohm", "MIC1RP"},
634 {"MIC1LM P-Terminal", "FFR 10 Ohm", "MIC1LM"},
635 {"MIC1LM P-Terminal", "FFR 20 Ohm", "MIC1LM"},
636 {"MIC1LM P-Terminal", "FFR 40 Ohm", "MIC1LM"},
[all …]
/kernel/linux/linux-5.10/sound/soc/codecs/
Dtlv320aic31xx.c255 "Off", "FFR 10 Ohm", "FFR 20 Ohm", "FFR 40 Ohm"
671 {"MIC1LP P-Terminal", "FFR 10 Ohm", "MIC1LP"},
672 {"MIC1LP P-Terminal", "FFR 20 Ohm", "MIC1LP"},
673 {"MIC1LP P-Terminal", "FFR 40 Ohm", "MIC1LP"},
674 {"MIC1RP P-Terminal", "FFR 10 Ohm", "MIC1RP"},
675 {"MIC1RP P-Terminal", "FFR 20 Ohm", "MIC1RP"},
676 {"MIC1RP P-Terminal", "FFR 40 Ohm", "MIC1RP"},
677 {"MIC1LM P-Terminal", "FFR 10 Ohm", "MIC1LM"},
678 {"MIC1LM P-Terminal", "FFR 20 Ohm", "MIC1LM"},
679 {"MIC1LM P-Terminal", "FFR 40 Ohm", "MIC1LM"},
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/iio/adc/
Dsamsung,exynos-adc.txt100 pullup-ohm = <47000>;
101 pulldown-ohm = <0>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/adc/
Dsamsung,exynos-adc.yaml145 pullup-ohm = <47000>;
146 pulldown-ohm = <0>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/dac/
Dadi,ad5770r.yaml42 description: Specify if an external 2.5k ohm resistor is used. If not
43 specified the device will use an internal 2.5k ohm resistor.

1234567