Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/
Dti,ads1100.yaml4 $id: http://devicetree.org/schemas/iio/adc/ti,ads1100.yaml#
7 title: TI ADS1100/ADS1000 single channel I2C analog to digital converter
13 Datasheet at: https://www.ti.com/lit/gpn/ads1100
18 - ti,ads1100
42 compatible = "ti,ads1100";
/linux-6.12.1/drivers/iio/adc/
Dti-ads1100.c3 * ADS1100 - Texas Instruments Analog-to-Digital Converter
7 * Datasheet: https://www.ti.com/lit/gpn/ads1100
8 * IIO driver for ADS1100 and ADS1000 ADC 16-bit I2C
26 /* The ADS1100 has a single byte config register */
51 bool supports_data_rate; /* Only the ADS1100 can select the rate */
334 indio_dev->name = "ads1100"; in ads1100_probe()
416 { "ads1100" },
424 {.compatible = "ti,ads1100" },
433 .name = "ads1100",
444 MODULE_DESCRIPTION("Texas Instruments ADS1100 ADC driver");
DMakefile128 obj-$(CONFIG_TI_ADS1100) += ti-ads1100.o
DKconfig1442 tristate "Texas Instruments ADS1100 and ADS1000 ADC"
1445 If you say yes here you get support for Texas Instruments ADS1100 and
1449 called ti-ads1100.