Searched full:ad4000 (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/Documentation/iio/ |
D | ad4000.rst | 4 AD4000 driver 7 Device driver for Analog Devices Inc. AD4000 series of ADCs. 12 * `AD4000 <https://www.analog.com/AD4000>`_ 32 Devices of the AD4000 series can be connected to the SPI host controller in a 42 NOTE: The datasheet definition of 3-wire mode for the AD4000 series is NOT the 58 +--->| SDI AD4000 SDO |-------->| SDI | 83 +--->| SDI AD4000 SDO |-------->| SDI | 100 +--->| SDI AD4000 SDO |-------->| SDI | 126 +--->| SDI AD4000 SDO |-------->| SDI |
|
D | index.rst | 21 ad4000
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/ |
D | adi,ad4000.yaml | 4 $id: http://devicetree.org/schemas/iio/adc/adi,ad4000.yaml# 7 title: Analog Devices AD4000 and similar Analog to Digital Converters 13 Analog Devices AD4000 family of Analog to Digital Converters with SPI support. 15 https://www.analog.com/media/en/technical-documentation/data-sheets/ad4000-4004-4008.pdf 28 - const: adi,ad4000 33 - const: adi,ad4000
|
/linux-6.12.1/drivers/iio/adc/ |
D | ad4000.c | 3 * AD4000 SPI ADC driver 32 /* AD4000 Configuration Register programmable bits */ 119 .dev_name = "ad4000", 476 * AD4000 series of devices initiate conversions on the rising edge of CNV pin. 669 { "ad4000", (kernel_ulong_t)&ad4000_chip_info }, 690 { .compatible = "adi,ad4000", .data = &ad4000_chip_info }, 712 .name = "ad4000", 721 MODULE_DESCRIPTION("Analog Devices AD4000 ADC driver");
|
D | Kconfig | 24 config AD4000 config 25 tristate "Analog Devices AD4000 ADC Driver" 30 Say yes here to build support for Analog Devices AD4000 high speed 34 called ad4000.
|
D | Makefile | 9 obj-$(CONFIG_AD4000) += ad4000.o
|
/linux-6.12.1/ |
D | MAINTAINERS | 1245 ANALOG DEVICES INC AD4000 DRIVER 1250 F: Documentation/devicetree/bindings/iio/adc/adi,ad4000.yaml 1251 F: Documentation/iio/ad4000.rst 1252 F: drivers/iio/adc/ad4000.c
|