Searched full:ad7380 (Results 1 – 4 of 4) sorted by relevance
| /linux/Documentation/devicetree/bindings/iio/adc/ |
| H A 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 39 - adi,ad7380 46 - adi,ad7380-4 80 A 2.5V to 3.3V supply for external reference voltage, for ad7380-4 only. 197 # ad7380-4 uses refin-supply as external reference. 205 - adi,ad7380-4 258 compatible = "adi,ad7380";
|
| /linux/Documentation/iio/ |
| H A 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>`_ 48 ad7380-4 51 ad7380-4 supports only an external reference voltage (2.5V to 3.3V). It must be
|
| /linux/drivers/iio/adc/ |
| H A 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 607 .name = "ad7380", 712 .name = "ad7380-4", 2064 { .compatible = "adi,ad7380", .data = &ad7380_chip_info }, 2071 { .compatible = "adi,ad7380-4", .data = &ad7380_4_chip_info }, 2086 { "ad7380", (kernel_ulong_t)&ad7380_chip_info }, 2093 { "ad7380-4", (kernel_ulong_t)&ad7380_4_chip_info }, 2110 .name = "ad7380",
|
| /linux/ |
| H A D | MAINTAINERS | 450 AD738X ADC DRIVER (AD7380/1/2/4) 457 F: Documentation/devicetree/bindings/iio/adc/adi,ad7380.yaml 458 F: Documentation/iio/ad7380.rst 459 F: drivers/iio/adc/ad7380.c
|