Home
last modified time | relevance | path

Searched full:ad7606 (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad7606.yaml4 $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
53 dt-bindings/iio/adc/adi,ad7606.h.
101 place the AD7606 into one of two power-down modes, Standby mode or
268 - adi,ad7606-4
269 - adi,ad7606-6
[all …]
H A Dadi,axi-adc.yaml27 the ad7606 family.
/linux/drivers/iio/adc/
H A Dad7606_par.c3 * AD7606 Parallel Interface ADC driver
21 #include "ad7606.h"
221 { .name = "ad7606-4", .driver_data = (kernel_ulong_t)&ad7606_4_info, },
222 { .name = "ad7606-6", .driver_data = (kernel_ulong_t)&ad7606_6_info, },
223 { .name = "ad7606-8", .driver_data = (kernel_ulong_t)&ad7606_8_info, },
236 { .compatible = "adi,ad7606-4", .data = &ad7606_4_info },
237 { .compatible = "adi,ad7606-6", .data = &ad7606_6_info },
238 { .compatible = "adi,ad7606-8", .data = &ad7606_8_info },
253 .name = "ad7606",
261 MODULE_DESCRIPTION("Analog Devices AD7606 ADC");
H A Dad7606_spi.c3 * AD7606 SPI ADC driver
22 #include <dt-bindings/iio/adc/adi,ad7606.h>
24 #include "ad7606.h"
467 { "ad7606-4", (kernel_ulong_t)&ad7606_4_bus_info },
468 { "ad7606-6", (kernel_ulong_t)&ad7606_6_bus_info },
469 { "ad7606-8", (kernel_ulong_t)&ad7606_8_bus_info },
483 { .compatible = "adi,ad7606-4", .data = &ad7606_4_bus_info },
484 { .compatible = "adi,ad7606-6", .data = &ad7606_6_bus_info },
485 { .compatible = "adi,ad7606-8", .data = &ad7606_8_bus_info },
499 .name = "ad7606",
[all …]
H A Dad7606.c3 * AD7606 SPI ADC driver
34 #include "ad7606.h"
144 .name = "ad7606-8",
155 .name = "ad7606-6",
167 .name = "ad7606-4",
1711 MODULE_DESCRIPTION("Analog Devices AD7606 ADC");
H A Dad7606.h3 * AD7606 ADC driver
/linux/Documentation/iio/
H A Dad7606.rst4 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>`_
53 ``<&ad7606 AD4695_TRIGGER_EVENT_BUSY>``.
104 While all the AD7606/AD7616 series parts can be configured using GPIOs, some of
/linux/
H A DMAINTAINERS1792 F: Documentation/iio/ad7606.rst