Home
last modified time | relevance | path

Searched full:ad7944 (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/Documentation/iio/
Dad7944.rst4 AD7944 driver
7 ADC driver for Analog Devices Inc. AD7944 and similar devices. The module name
8 is ``ad7944``.
16 * `AD7944 <https://www.analog.com/AD7944>`_
39 +--->| SDI AD7944 SDO |-------->| SDI |
61 +--->| SDI AD7944 SDO |-------->| SDI |
81 +--->| SDI AD7944 SDO |--->| SDI AD7944 SDO |-------->| SDI |
121 AD7944 and AD7985 are pseudo-differential ADCs and have the following attributes:
Dindex.rst24 ad7944
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/
Dadi,ad7944.yaml4 $id: http://devicetree.org/schemas/iio/adc/adi,ad7944.yaml#
17 * https://www.analog.com/en/products/ad7944.html
26 - adi,ad7944
202 compatible = "adi,ad7944";
/linux-6.12.1/drivers/iio/adc/
Dad7944.c3 * Analog Devices AD7944/85/86 PulSAR ADC family driver.
132 AD7944_DEFINE_CHIP_INFO(ad7944, ad7944, 14, 0);
133 AD7944_DEFINE_CHIP_INFO(ad7985, ad7944, 16, 0);
610 { .compatible = "adi,ad7944", .data = &ad7944_chip_info },
618 { "ad7944", (kernel_ulong_t)&ad7944_chip_info },
628 .name = "ad7944",
637 MODULE_DESCRIPTION("Analog Devices AD7944 PulSAR ADC family driver");
DKconfig330 config AD7944 config
331 tristate "Analog Devices AD7944 and similar ADCs driver"
337 AD7944, AD7985, AD7986 ADCs.
340 module will be called ad7944
DMakefile35 obj-$(CONFIG_AD7944) += ad7944.o
/linux-6.12.1/
DMAINTAINERS463 AD7944 ADC DRIVER (AD7944/AD7985/AD7986)
469 F: Documentation/devicetree/bindings/iio/adc/adi,ad7944.yaml
470 F: Documentation/iio/ad7944.rst
471 F: drivers/iio/adc/ad7944.c