Home
last modified time | relevance | path

Searched +full:external +full:- +full:tia +full:- +full:resistor (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/potentiostat/
Dlmp91000.txt8 - compatible: should be one of the following:
11 - reg: the I2C address of the device
12 - io-channels: the phandle of the iio provider
14 - ti,external-tia-resistor: if the property ti,tia-gain-ohm is not defined this
15 needs to be set to signal that an external resistor value is being used.
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>;
32 io-channels = <&adc>;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/potentiostat/
Dti,lmp91000.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Matt Ranostay <matt.ranostay@konsulko.com>
20 - ti,lmp91000
21 - ti,lmp91002
26 io-channels:
29 ti,external-tia-resistor:
32 If the property ti,tia-gain-ohm is not defined this needs to be set to
33 signal that an external resistor value is being used.
[all …]
/kernel/linux/linux-5.10/drivers/iio/potentiostat/
Dlmp91000.c1 // SPDX-License-Identifier: GPL-2.0+
3 * lmp91000.c - Support for Texas Instruments digital potentiostats
42 #define LMP91000_TEMP_BASE -40
74 /* 64-bit data + 64-bit naturally aligned timestamp */
99 .scan_index = -1,
107 ret = regmap_read(data->regmap, LMP91000_REG_MODECN, &state); in lmp91000_read()
109 return -EINVAL; in lmp91000_read()
111 ret = regmap_write(data->regmap, LMP91000_REG_MODECN, channel); in lmp91000_read()
113 return -EINVAL; in lmp91000_read()
119 data->chan_select = channel != LMP91000_REG_MODECN_3LEAD; in lmp91000_read()
[all …]
/kernel/linux/linux-6.6/drivers/iio/potentiostat/
Dlmp91000.c1 // SPDX-License-Identifier: GPL-2.0+
3 * lmp91000.c - Support for Texas Instruments digital potentiostats
42 #define LMP91000_TEMP_BASE -40
74 /* 64-bit data + 64-bit naturally aligned timestamp */
99 .scan_index = -1,
107 ret = regmap_read(data->regmap, LMP91000_REG_MODECN, &state); in lmp91000_read()
109 return -EINVAL; in lmp91000_read()
111 ret = regmap_write(data->regmap, LMP91000_REG_MODECN, channel); in lmp91000_read()
113 return -EINVAL; in lmp91000_read()
119 data->chan_select = channel != LMP91000_REG_MODECN_3LEAD; in lmp91000_read()
[all …]