Searched full:ad7192 (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | adi,ad7192.yaml | 5 $id: http://devicetree.org/schemas/iio/adc/adi,ad7192.yaml# 8 title: Analog Devices AD7192 ADC device driver 14 Bindings for the Analog Devices AD7192 ADC device. Datasheet can be 16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7192.pdf 22 - adi,ad7192 161 - adi,ad7192 189 compatible = "adi,ad7192";
|
/linux/drivers/iio/adc/ |
H A D | ad7192.c | 3 * AD7192 and similar SPI ADC driver 43 /* (AD7792)/24-bit (AD7192)) */ 45 /* (RW, 16-bit (AD7792)/24-bit (AD7192)) */ 1298 .name = "ad7192", 1430 { .compatible = "adi,ad7192", .data = &ad7192_chip_info_tbl[ID_AD7192] }, 1440 { "ad7192", (kernel_ulong_t)&ad7192_chip_info_tbl[ID_AD7192] }, 1450 .name = "ad7192", 1459 MODULE_DESCRIPTION("Analog Devices AD7192 and similar ADC");
|
H A D | Kconfig | 115 config AD7192 config 116 tristate "Analog Devices AD7192 and similar ADC driver" 123 - AD7192 130 module will be called ad7192.
|
H A D | Makefile | 17 obj-$(CONFIG_AD7192) += ad7192.o
|
/linux/ |
H A D | MAINTAINERS | 1282 ANALOG DEVICES INC AD7192 DRIVER 1287 F: Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml 1288 F: drivers/iio/adc/ad7192.c
|