| /kernel/linux/linux-5.10/drivers/hwmon/ |
| D | ntc_thermistor.c | 29 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/ |
| D | ntc_thermistor.c | 45 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/ |
| D | cros-adc-thermistors.dtsi | 16 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/ |
| D | cros-adc-thermistors.dtsi | 19 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/ |
| D | lmp91000.txt | 14 - 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/ |
| D | lmp91000.txt | 14 - 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/ |
| D | ntc_thermistor.txt | 23 - "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>;
|
| D | ina2xx.txt | 16 Shunt resistor value in micro-Ohm
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/ |
| D | ntc_thermistor.txt | 24 - "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>;
|
| D | ina2xx.txt | 16 Shunt resistor value in micro-Ohm
|
| D | adm1275.txt | 17 Shunt resistor value in micro-Ohm
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
| D | rockchip-emmc-phy.txt | 16 - drive-impedance-ohm: Specifies the drive impedance in Ohm. 35 drive-impedance-ohm = <50>;
|
| D | mxs-usb-phy.txt | 18 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/ |
| D | max5432.c | 28 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/ |
| D | lmp91000.c | 211 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/ |
| D | lmp91000.c | 212 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/ |
| D | pincfg-node.yaml | 38 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/ |
| D | mxs-usb-phy.txt | 17 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/ |
| D | rk3399-gru-kevin.dts | 56 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/ |
| D | rk3399-gru-kevin.dts | 70 pullup-ohm = <25500>; 71 pulldown-ohm = <0>; 79 pullup-ohm = <25500>; 80 pulldown-ohm = <0>;
|
| /kernel/linux/linux-4.19/sound/soc/codecs/ |
| D | tlv320aic31xx.c | 247 "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/ |
| D | tlv320aic31xx.c | 255 "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/ |
| D | samsung,exynos-adc.txt | 100 pullup-ohm = <47000>; 101 pulldown-ohm = <0>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/adc/ |
| D | samsung,exynos-adc.yaml | 145 pullup-ohm = <47000>; 146 pulldown-ohm = <0>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/dac/ |
| D | adi,ad5770r.yaml | 42 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.
|