Searched full:ad7292 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/ |
D | adi,ad7292.yaml | 4 $id: http://devicetree.org/schemas/iio/adc/adi,ad7292.yaml# 7 title: Analog Devices AD7292 10-Bit Monitor and Control System 13 Analog Devices AD7292 10-Bit Monitor and Control System with ADC, DACs, 17 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7292.pdf 22 - adi,ad7292 77 ad7292: adc@0 { 78 compatible = "adi,ad7292";
|
/linux-6.12.1/drivers/iio/adc/ |
D | ad7292.c | 3 * Analog Devices AD7292 SPI ADC driver 22 /* AD7292 registers definition */ 28 /* AD7292 configuration bank subregisters definition */ 154 * Every AD7292 ADC channel may have its input range adjusted according in ad7292_vin_range_multiplier() 303 { "ad7292", 0 }, 309 { .compatible = "adi,ad7292" }, 316 .name = "ad7292", 325 MODULE_DESCRIPTION("Analog Devices AD7292 ADC driver");
|
D | Kconfig | 166 config AD7292 config 167 tristate "Analog Devices AD7292 ADC driver" 170 Say yes here to build support for Analog Devices AD7292 174 module will be called ad7292.
|
D | Makefile | 21 obj-$(CONFIG_AD7292) += ad7292.o
|
/linux-6.12.1/ |
D | MAINTAINERS | 1291 ANALOG DEVICES INC AD7292 DRIVER 1296 F: Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml 1297 F: drivers/iio/adc/ad7292.c
|