Searched full:ads1119 (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | ti,ads1119.yaml | 4 $id: http://devicetree.org/schemas/iio/adc/ti,ads1119.yaml# 7 title: Texas Instruments ADS1119 ADC 13 The TI ADS1119 is a precision 16-bit ADC over I2C that offers single-ended and 20 const: ti,ads1119 108 compatible = "ti,ads1119";
|
/linux/drivers/iio/adc/ |
H A D | ti-ads1119.c | 3 * Texas Instruments ADS1119 ADC driver. 697 indio_dev->name = "ads1119"; in ads1119_probe() 739 "ads1119", indio_dev); in ads1119_probe() 791 * The ADS1119 does not require a resume function because it automatically 793 * After a power down command, the ADS1119 can still communicate but turns off 801 { .compatible = "ti,ads1119" }, 807 { "ads1119", 0 }, 814 .name = "ads1119", 824 MODULE_DESCRIPTION("Texas Instruments ADS1119 ADC Driver");
|
H A D | Makefile | 129 obj-$(CONFIG_TI_ADS1119) += ti-ads1119.o
|
H A D | Kconfig | 1419 tristate "Texas Instruments ADS1119 ADC" 1424 If you say yes here you get support for Texas Instruments ADS1119 1428 called ti-ads1119.
|
/linux/ |
H A D | MAINTAINERS | 23068 TI ADS1119 ADC DRIVER 23073 F: Documentation/devicetree/bindings/iio/adc/ti,ads1119.yaml 23074 F: drivers/iio/adc/ti-ads1119.c
|