Searched +full:ad7124 +full:- +full:4 (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/Documentation/devicetree/bindings/iio/adc/ |
D | adi,ad7124.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/iio/adc/adi,ad7124.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Analog Devices AD7124 ADC device driver 11 - Stefan Popa <stefan.popa@analog.com> 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 [all …]
|
/Linux-v5.15/drivers/iio/adc/ |
D | ad7124.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * AD7124 SPI ADC driver 25 /* AD7124 registers */ 43 #define AD7124_STATUS_POR_FLAG_MSK BIT(4) 53 /* AD7124 ID */ 54 #define AD7124_DEVICE_ID_MSK GENMASK(7, 4) 69 #define AD7124_CHANNEL_AINM_MSK GENMASK(4, 0) 75 #define AD7124_CONFIG_REF_SEL_MSK GENMASK(4, 3) 114 1, 2, 4, 8, 16, 32, 64, 128 169 struct regulator *vref[4]; [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 10 bool "ST-Ericsson AB8500 GPADC driver" 29 Say yes here to build support for Analog Devices AD7091R-5 ADC. 31 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. 100 tristate "Analog Devices AD7476 1-channel ADCs driver and other similar devices from AD and TI" 126 ad7605-4, ad7606, ad7606-6, ad7606-4 analog to digital converters (ADC). 137 ad7605-4, ad7606, ad7606-6, ad7606-4 analog to digital converters (ADC). [all …]
|