Searched +full:ad7606 +full:- +full:8 (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/drivers/iio/adc/ |
D | ad7606_par.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * AD7606 Parallel Interface ADC driver 16 #include "ad7606.h" 24 insw((unsigned long)st->base_address, buf, count); in ad7606_par16_read_block() 39 insb((unsigned long)st->base_address, buf, count * 2); in ad7606_par8_read_block() 66 return ad7606_probe(&pdev->dev, irq, addr, in ad7606_par_probe() 67 id->name, id->driver_data, in ad7606_par_probe() 73 { .name = "ad7605-4", .driver_data = ID_AD7605_4, }, 74 { .name = "ad7606-4", .driver_data = ID_AD7606_4, }, 75 { .name = "ad7606-6", .driver_data = ID_AD7606_6, }, [all …]
|
D | ad7606_spi.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * AD7606 SPI ADC driver 14 #include "ad7606.h" 27 * For channels from second group(8-15) the order is the same, only with 58 AD7616_CHANNEL(8), 69 IIO_CHAN_SOFT_TIMESTAMP(8), 81 1, 2, 4, 8, 16, 32, 64, 128, 256 113 dev_err(&spi->dev, "SPI read error\n"); in ad7606_spi_read_block() 125 struct spi_device *spi = to_spi_device(st->dev); in ad7606_spi_reg_read() 128 .tx_buf = &st->d16[0], in ad7606_spi_reg_read() [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 10 bool "ST-Ericsson AB8500 GPADC driver" 33 Say yes here to build support for Analog Devices AD4130-8 SPI analog 44 Say yes here to build support for Analog Devices AD7091R-5 ADC. 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 98 8 Channel ADC with temperature sensor. 108 8 Channel ADC with temperature sensor. 120 8 Channel ADC with temperature sensor. 126 tristate "Analog Devices AD7476 1-channel ADCs driver and other similar devices from AD and TI" [all …]
|
D | ad7606.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * AD7606 SPI ADC driver 29 #include "ad7606.h" 45 1, 2, 4, 8, 16, 32, 64, 48 static const unsigned int ad7616_oversampling_avail[8] = { 49 1, 2, 4, 8, 16, 32, 64, 128, 54 if (st->gpio_reset) { in ad7606_reset() 55 gpiod_set_value(st->gpio_reset, 1); in ad7606_reset() 57 gpiod_set_value(st->gpio_reset, 0); in ad7606_reset() 61 return -ENODEV; in ad7606_reset() [all …]
|
/Linux-v6.6/Documentation/devicetree/bindings/iio/adc/ |
D | adi,ad7606.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/iio/adc/adi,ad7606.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Analog Devices AD7606 Simultaneous Sampling ADC 10 - Michael Hennerich <michael.hennerich@analog.com> 13 Analog Devices AD7606 Simultaneous Sampling ADC 14 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7606_7606-6_7606-4.pdf 15 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7606B.pdf 16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7616.pdf [all …]
|
/Linux-v6.6/ |
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 …]
|