Searched +full:ad7091r +full:- +full:4 (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/iio/adc/ |
H A D | ad7091r8.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Analog Devices AD7091R8 12-bit SAR ADC driver 15 #include "ad7091r-base.h" 31 /* AD7091R-2/-4/-8 don't set sample/command/autocycle mode in conf reg */ in ad7091r8_set_mode() 32 st->mode = mode; in ad7091r8_set_mode() 43 .channels = ad7091r##_n##_channels, \ 44 .num_channels = ARRAY_SIZE(ad7091r##_n##_channels), \ 52 .channels = ad7091r##_n##_channels_irq, \ 53 .num_channels = ARRAY_SIZE(ad7091r##_n##_channels_irq), \ 91 AD7091R_CHANNEL(4, 12, NULL, 0), [all …]
|
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 10 bool "ST-Ericsson AB8500 GPADC driver" 45 Say yes here to build support for Analog Devices AD4130-8 SPI analog 64 config AD7091R config 70 select AD7091R 73 Say yes here to build support for Analog Devices AD7091R-5 ADC. 78 select AD7091R 81 Say yes here to build support for Analog Devices AD7091R-2, AD7091R-4, 82 and AD7091R-8 ADC. 88 tristate "Analog Devices AD7124 and similar sigma-delta ADCs driver" [all …]
|
H A D | ad7091r-base.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright 2014-2019 Analog Devices Inc. 17 #include "ad7091r-base.h" 46 ret = regmap_write(st->map, AD7091R_REG_CHANNEL, in ad7091r_set_channel() 55 return regmap_read(st->map, AD7091R_REG_RESULT, &dummy); in ad7091r_set_channel() 69 ret = regmap_read(st->map, AD7091R_REG_RESULT, &val); in ad7091r_read_one() 73 if (st->chip_info->reg_result_chan_id(val) != channel) in ad7091r_read_one() 74 return -EIO; in ad7091r_read_one() 89 guard(mutex)(&st->lock); in ad7091r_read_raw() 93 if (st->mode != AD7091R_MODE_COMMAND) in ad7091r_read_raw() [all …]
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | adi,ad7091r5.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Analog Devices AD7091R-2/-4/-5/-8 Multi-Channel 12-Bit ADCs 10 - Michael Hennerich <michael.hennerich@analog.com> 11 - Marcelo Schmitt <marcelo.schmitt@analog.com> 14 Analog Devices AD7091R5 4-Channel 12-Bit ADC supporting I2C interface 15 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7091r-5.pdf 16 Analog Devices AD7091R-2/AD7091R-4/AD7091R-8 2-/4-/8-Channel 12-Bit ADCs 18 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7091R-2_7091R-4_7091R-8.pdf [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|