Searched full:ad7949 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/ |
D | adi,ad7949.yaml | 4 $id: http://devicetree.org/schemas/iio/adc/adi,ad7949.yaml# 7 title: Analog Devices AD7949/AD7682/AD7689 analog to digital converters 14 AD7949: 15 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7949.pdf 24 - adi,ad7949 80 compatible = "adi,ad7949"; 89 compatible = "adi,ad7949"; 98 compatible = "adi,ad7949";
|
/linux-6.12.1/drivers/iio/adc/ |
D | ad7949.c | 2 /* ad7949.c - Analog Devices ADC driver 14/16 bits 4/8 channels 6 * https://www.analog.com/media/en/technical-documentation/data-sheets/AD7949.pdf 415 { .compatible = "adi,ad7949" }, 423 { "ad7949", ID_AD7949 }, 432 .name = "ad7949",
|
D | Kconfig | 342 config AD7949 config 343 tristate "Analog Devices AD7949 and similar ADCs driver" 347 AD7949, AD7682, AD7689 8 Channel ADCs. 350 module will be called ad7949.
|
D | Makefile | 36 obj-$(CONFIG_AD7949) += ad7949.o
|