Searched full:ad7380 (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/ |
D | adi,ad7380.yaml | 4 $id: http://devicetree.org/schemas/iio/adc/adi,ad7380.yaml# 14 * https://www.analog.com/en/products/ad7380.html 21 * https://www.analog.com/en/products/ad7380-4.html 35 - adi,ad7380 42 - adi,ad7380-4 72 A 2.5V to 3.3V supply for external reference voltage, for ad7380-4 only. 142 # ad7380-4 uses refin-supply as external reference. 149 - adi,ad7380-4 168 compatible = "adi,ad7380";
|
/linux-6.12.1/Documentation/iio/ |
D | ad7380.rst | 4 AD7380 driver 7 ADC driver for Analog Devices Inc. AD7380 and similar devices. The module name 8 is ``ad7380``. 16 * `AD7380 <https://www.analog.com/en/products/ad7380.html>`_ 23 * `AD7380-4 <https://www.analog.com/en/products/ad7380-4.html>`_ 44 ad7380-4 47 ad7380-4 supports only an external reference voltage (2.5V to 3.3V). It must be
|
D | index.rst | 23 ad7380
|
/linux-6.12.1/drivers/iio/adc/ |
D | ad7380.c | 9 * ad7380/1 : https://www.analog.com/media/en/technical-documentation/data-sheets/AD7380-7381.pdf 12 * ad7380-4 : https://www.analog.com/media/en/technical-documentation/data-sheets/ad7380-4.pdf 345 .name = "ad7380", 429 .name = "ad7380-4", 1166 { .compatible = "adi,ad7380", .data = &ad7380_chip_info }, 1173 { .compatible = "adi,ad7380-4", .data = &ad7380_4_chip_info }, 1184 { "ad7380", (kernel_ulong_t)&ad7380_chip_info }, 1191 { "ad7380-4", (kernel_ulong_t)&ad7380_4_chip_info }, 1204 .name = "ad7380",
|
D | Kconfig | 188 config AD7380 config 189 tristate "Analog Devices AD7380 ADC driver" 195 AD7380 is a family of simultaneous sampling ADCs that share the same 198 Say yes here to build support for Analog Devices AD7380 ADC and 202 called ad7380.
|
D | Makefile | 23 obj-$(CONFIG_AD7380) += ad7380.o
|
/linux-6.12.1/ |
D | MAINTAINERS | 438 AD738X ADC DRIVER (AD7380/1/2/4) 445 F: Documentation/devicetree/bindings/iio/adc/adi,ad7380.yaml 446 F: Documentation/iio/ad7380.rst 447 F: drivers/iio/adc/ad7380.c
|