Home
last modified time | relevance | path

Searched full:lmp91000 (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/iio/potentiostat/
Dti,lmp91000.yaml4 $id: http://devicetree.org/schemas/iio/potentiostat/ti,lmp91000.yaml#
7 title: Texas Instruments LMP91000 series of potentiostats with I2C control
14 LMP91000: https://www.ti.com/lit/ds/symlink/lmp91000.pdf
20 - ti,lmp91000
60 lmp91000@48 {
61 compatible = "ti,lmp91000";
/linux-6.12.1/drivers/iio/potentiostat/
DKconfig9 config LMP91000 config
10 tristate "Texas Instruments LMP91000 potentiostat driver"
18 LMP91000 digital potentiostat chip.
21 module will be called lmp91000
Dlmp91000.c3 * lmp91000.c - Support for Texas Instruments digital potentiostats
35 #define LMP91000_DRV_NAME "lmp91000"
401 { .compatible = "ti,lmp91000", },
408 { "lmp91000" },
426 MODULE_DESCRIPTION("LMP91000 digital potentiostat");
DMakefile7 obj-$(CONFIG_LMP91000) += lmp91000.o