Searched full:ad7606 (Results 1 – 10 of 10) sorted by relevance
/linux-6.14.4/drivers/iio/adc/ |
D | ad7606_par.c | 3 * AD7606 Parallel Interface ADC driver 21 #include "ad7606.h" 210 { .name = "ad7606-4", .driver_data = (kernel_ulong_t)&ad7606_4_info, }, 211 { .name = "ad7606-6", .driver_data = (kernel_ulong_t)&ad7606_6_info, }, 212 { .name = "ad7606-8", .driver_data = (kernel_ulong_t)&ad7606_8_info, }, 223 { .compatible = "adi,ad7606-4", .data = &ad7606_4_info }, 224 { .compatible = "adi,ad7606-6", .data = &ad7606_6_info }, 225 { .compatible = "adi,ad7606-8", .data = &ad7606_8_info }, 238 .name = "ad7606", 246 MODULE_DESCRIPTION("Analog Devices AD7606 ADC");
|
D | ad7606_spi.c | 3 * AD7606 SPI ADC driver 14 #include "ad7606.h" 441 { "ad7606-4", (kernel_ulong_t)&ad7606_4_bus_info }, 442 { "ad7606-6", (kernel_ulong_t)&ad7606_6_bus_info }, 443 { "ad7606-8", (kernel_ulong_t)&ad7606_8_bus_info }, 457 { .compatible = "adi,ad7606-4", .data = &ad7606_4_bus_info }, 458 { .compatible = "adi,ad7606-6", .data = &ad7606_6_bus_info }, 459 { .compatible = "adi,ad7606-8", .data = &ad7606_8_bus_info }, 473 .name = "ad7606", 483 MODULE_DESCRIPTION("Analog Devices AD7606 ADC");
|
D | Kconfig | 220 config AD7606 config 226 tristate "Analog Devices AD7606 ADC driver with parallel interface support" 228 select AD7606 232 ad7605-4, ad7606, ad7606-6, ad7606-4 analog to digital converters (ADC). 239 tristate "Analog Devices AD7606 ADC driver with spi interface support" 241 select AD7606 244 ad7605-4, ad7606, ad7606-6, ad7606-4 analog to digital converters (ADC).
|
D | ad7606.c | 3 * AD7606 SPI ADC driver 32 #include "ad7606.h" 202 .name = "ad7606-8", 213 .name = "ad7606-6", 224 .name = "ad7606-4", 1376 MODULE_DESCRIPTION("Analog Devices AD7606 ADC");
|
D | ad7606.h | 3 * AD7606 ADC driver
|
D | Makefile | 27 obj-$(CONFIG_AD7606) += ad7606.o
|
/linux-6.14.4/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 28 - adi,ad7606-4 29 - adi,ad7606-6 30 - adi,ad7606-8 # Referred to as AD7606 (without -8) in the datasheet 93 place the AD7606 into one of two power-down modes, Standby mode or 257 - adi,ad7606-4 258 - adi,ad7606-6 259 - adi,ad7606-8 [all …]
|
/linux-6.14.4/Documentation/iio/ |
D | ad7606.rst | 4 AD7606 driver 7 ADC driver for Analog Devices Inc. AD7606 and similar devices. The module name 8 is ``ad7606``. 16 * `AD7606 <https://www.analog.com/en/products/ad7606.html>`_ 75 While all the AD7606/AD7616 series parts can be configured using GPIOs, some of
|
D | index.rst | 24 ad7606
|
/linux-6.14.4/ |
D | MAINTAINERS | 1625 F: Documentation/iio/ad7606.rst 22542 F: Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml
|