Searched full:ad7606 (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/drivers/iio/adc/ |
D | ad7606_par.c | 3 * AD7606 Parallel Interface ADC driver 16 #include "ad7606.h" 74 { .name = "ad7606-4", .driver_data = ID_AD7606_4, }, 75 { .name = "ad7606-6", .driver_data = ID_AD7606_6, }, 76 { .name = "ad7606-8", .driver_data = ID_AD7606_8, }, 83 { .compatible = "adi,ad7606-4" }, 84 { .compatible = "adi,ad7606-6" }, 85 { .compatible = "adi,ad7606-8" }, 94 .name = "ad7606", 102 MODULE_DESCRIPTION("Analog Devices AD7606 ADC");
|
D | ad7606_spi.c | 3 * AD7606 SPI ADC driver 14 #include "ad7606.h" 331 { "ad7606-4", ID_AD7606_4 }, 332 { "ad7606-6", ID_AD7606_6 }, 333 { "ad7606-8", ID_AD7606_8 }, 342 { .compatible = "adi,ad7606-4" }, 343 { .compatible = "adi,ad7606-6" }, 344 { .compatible = "adi,ad7606-8" }, 353 .name = "ad7606", 363 MODULE_DESCRIPTION("Analog Devices AD7606 ADC");
|
D | Kconfig | 141 config AD7606 config 147 tristate "Analog Devices AD7606 ADC driver with parallel interface support" 149 select AD7606 152 ad7605-4, ad7606, ad7606-6, ad7606-4 analog to digital converters (ADC). 158 tristate "Analog Devices AD7606 ADC driver with spi interface support" 160 select AD7606 163 ad7605-4, ad7606, ad7606-6, ad7606-4 analog to digital converters (ADC).
|
D | ad7606.c | 3 * AD7606 SPI ADC driver 29 #include "ad7606.h" 718 MODULE_DESCRIPTION("Analog Devices AD7606 ADC");
|
D | ad7606.h | 3 * AD7606 ADC driver
|
D | Makefile | 22 obj-$(CONFIG_AD7606) += ad7606.o
|
/Linux-v6.6/Documentation/devicetree/bindings/iio/adc/ |
D | adi,ad7606.yaml | 4 $id: http://devicetree.org/schemas/iio/adc/adi,ad7606.yaml# 7 title: Analog Devices AD7606 Simultaneous Sampling ADC 13 Analog Devices AD7606 Simultaneous Sampling ADC 22 - adi,ad7606-8 23 - adi,ad7606-6 24 - adi,ad7606-4 58 to place the AD7606 into one of two power-down modes, Standby mode or 120 compatible = "adi,ad7606-8";
|
/Linux-v6.6/ |
D | MAINTAINERS | 20393 F: Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml
|