Home
last modified time | relevance | path

Searched full:ad7124 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/iio/adc/
H A Dad7124.c3 * AD7124 SPI ADC driver
33 /* AD7124 registers */
121 /* AD7124 input sources */
230 .name = "ad7124-4",
236 .name = "ad7124-8",
965 /* The AD7124 requires typically 2ms to power up and settle */ in ad7124_soft_reset()
1194 * Input specifiers 8 - 15 are explicitly reserved for ad7124-4
1195 * while they are fine for ad7124-8. Values above 31 don't fit
1680 { .compatible = "adi,ad7124-4", .data = &ad7124_4_chip_info },
1681 { .compatible = "adi,ad7124-8", .data = &ad7124_8_chip_info },
[all …]
H A DKconfig199 config AD7124 config
200 tristate "Analog Devices AD7124 and similar sigma-delta ADCs driver"
204 Say yes here to build support for Analog Devices AD7124-4 and AD7124-8
208 called ad7124.
H A DMakefile24 obj-$(CONFIG_AD7124) += ad7124.o
H A Dad_sigma_delta.c696 * AD7124 and a few others use the same physical line for interrupt in ad_sd_data_rdy_trig_poll()