Searched full:ad7405 (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | adi,ad7405.yaml | 5 $id: http://devicetree.org/schemas/iio/adc/adi,ad7405.yaml# 8 title: Analog Devices AD7405 family 15 Analog Devices AD7405 is a high performance isolated ADC, 1-channel, 19 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7405.pdf 27 - adi,ad7405 54 compatible = "adi,ad7405";
|
/linux/drivers/iio/adc/ |
H A D | ad7405.c | 3 * Analog Devices AD7405 driver 143 .name = "ad7405", 232 { .compatible = "adi,ad7405", .data = &ad7405_chip_info, }, 242 .name = "ad7405", 251 MODULE_DESCRIPTION("Analog Devices AD7405 driver");
|
H A D | Kconfig | 287 config AD7405 config 288 tristate "Analog Device AD7405 ADC Driver" 291 Say yes here to build support for Analog Devices AD7405, ADUM7701, 295 called ad7405.
|
H A D | Makefile | 31 obj-$(CONFIG_AD7405) += ad7405.o
|