Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/iio/adc/
H A 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/drivers/iio/adc/
H A 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");
H A DKconfig1482 tristate "Texas Instruments ADS1100 and ADS1000 ADC"
1485 If you say yes here you get support for Texas Instruments ADS1100 and
1489 called ti-ads1100.