Lines Matching full:ad7124
3 * AD7124 SPI ADC driver
26 /* AD7124 registers */
56 /* AD7124 ID */
98 /* AD7124 input sources */
211 .name = "ad7124-4",
216 .name = "ad7124-8",
840 /* The AD7124 requires typically 2ms to power up and settle */ in ad7124_soft_reset()
873 * Input specifiers 8 - 15 are explicitly reserved for ad7124-4
874 * while they are fine for ad7124-8. Values above 31 don't fit
1143 { .compatible = "adi,ad7124-4",
1145 { .compatible = "adi,ad7124-8",
1152 { "ad7124-4", (kernel_ulong_t)&ad7124_chip_info_tbl[ID_AD7124_4] },
1153 { "ad7124-8", (kernel_ulong_t)&ad7124_chip_info_tbl[ID_AD7124_8] },
1160 .name = "ad7124",
1169 MODULE_DESCRIPTION("Analog Devices AD7124 SPI driver");