Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/adc/
Dadi,ad7124.yaml5 $id: http://devicetree.org/schemas/iio/adc/adi,ad7124.yaml#
8 title: Analog Devices AD7124 ADC device driver
14 Bindings for the Analog Devices AD7124 ADC device. Datasheet can be
16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7124-8.pdf
21 - adi,ad7124-4
22 - adi,ad7124-8
72 The channel number. It can have up to 8 channels on ad7124-4
73 and 16 channels on ad7124-8, numbered from 0 to 15.
119 compatible = "adi,ad7124-4";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/adc/
Dadi,ad7124.yaml5 $id: http://devicetree.org/schemas/iio/adc/adi,ad7124.yaml#
8 title: Analog Devices AD7124 ADC device driver
14 Bindings for the Analog Devices AD7124 ADC device. Datasheet can be
16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7124-8.pdf
21 - adi,ad7124-4
22 - adi,ad7124-8
74 The channel number. It can have up to 8 channels on ad7124-4
75 and 16 channels on ad7124-8, numbered from 0 to 15.
122 compatible = "adi,ad7124-4";
/kernel/linux/linux-6.6/drivers/iio/adc/
Dad7124.c3 * AD7124 SPI ADC driver
25 /* AD7124 registers */
55 /* AD7124 ID */
199 .name = "ad7124-4",
204 .name = "ad7124-8",
773 /* The AD7124 requires typically 2ms to power up and settle */ in ad7124_soft_reset()
1018 { .compatible = "adi,ad7124-4",
1020 { .compatible = "adi,ad7124-8",
1027 { "ad7124-4", (kernel_ulong_t)&ad7124_chip_info_tbl[ID_AD7124_4] },
1028 { "ad7124-8", (kernel_ulong_t)&ad7124_chip_info_tbl[ID_AD7124_8] },
[all …]
DKconfig46 config AD7124 config
47 tristate "Analog Devices AD7124 and similar sigma-delta ADCs driver"
51 Say yes here to build support for Analog Devices AD7124-4 and AD7124-8
55 called ad7124.
DMakefile11 obj-$(CONFIG_AD7124) += ad7124.o
/kernel/linux/linux-5.10/drivers/iio/adc/
Dad7124.c3 * AD7124 SPI ADC driver
23 /* AD7124 registers */
51 /* AD7124 ID */
179 .name = "ad7124-4",
184 .name = "ad7124-8",
512 /* The AD7124 requires typically 2ms to power up and settle */ in ad7124_soft_reset()
826 { .compatible = "adi,ad7124-4",
828 { .compatible = "adi,ad7124-8",
836 .name = "ad7124",
845 MODULE_DESCRIPTION("Analog Devices AD7124 SPI driver");
DKconfig31 config AD7124 config
32 tristate "Analog Devices AD7124 and similar sigma-delta ADCs driver"
36 Say yes here to build support for Analog Devices AD7124-4 and AD7124-8
40 called ad7124.
DMakefile10 obj-$(CONFIG_AD7124) += ad7124.o