Home
last modified time | relevance | path

Searched +full:ad7606 +full:- +full:8 (Results 1 – 8 of 8) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/iio/adc/
Dadi,ad7606.yaml1 # 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 <[email protected]>
13 Analog Devices AD7606 Simultaneous Sampling ADC
14 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7605-4.pdf
15 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7606_7606-6_7606-4.pdf
16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7606B.pdf
[all …]
/linux-6.14.4/drivers/iio/adc/
Dad7606_par.c1 // SPDX-License-Identifier: GPL-2.0
3 * AD7606 Parallel Interface ADC driver
5 * Copyright 2011 - 2024 Analog Devices Inc.
21 #include "ad7606.h"
39 for (c = 0; c < indio_dev->num_channels; c++) { in ad7606_bi_update_scan_mode()
41 ret = iio_backend_chan_enable(st->back, c); in ad7606_bi_update_scan_mode()
43 ret = iio_backend_chan_disable(st->back, c); in ad7606_bi_update_scan_mode()
60 st->back = devm_iio_backend_get(dev, NULL); in ad7606_bi_setup_iio_backend()
61 if (IS_ERR(st->back)) in ad7606_bi_setup_iio_backend()
62 return PTR_ERR(st->back); in ad7606_bi_setup_iio_backend()
[all …]
Dad7606_spi.c1 // 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 IIO_CHAN_SOFT_TIMESTAMP(8),
93 1, 2, 4, 8, 16, 32, 64, 128, 256
125 dev_err(&spi->dev, "SPI read error\n"); in ad7606_spi_read_block()
163 struct spi_device *spi = to_spi_device(st->dev); in ad7606_spi_reg_read()
[all …]
DKconfig1 # 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
73 Say yes here to build support for Analog Devices AD7091R-5 ADC.
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"
92 Say yes here to build support for Analog Devices AD7124-4 and AD7124-8
107 - AD7172-2
108 - AD7173-8
[all …]
Dad7606.c1 // SPDX-License-Identifier: GPL-2.0
3 * AD7606 SPI ADC driver
32 #include "ad7606.h"
85 1, 2, 4, 8, 16, 32, 64,
88 static const unsigned int ad7616_oversampling_avail[8] = {
89 1, 2, 4, 8, 16, 32, 64, 128,
101 IIO_CHAN_SOFT_TIMESTAMP(8),
113 IIO_CHAN_SOFT_TIMESTAMP(8),
125 IIO_CHAN_SOFT_TIMESTAMP(8),
137 IIO_CHAN_SOFT_TIMESTAMP(8),
[all …]
Dad7606.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * AD7606 ADC driver
76 * struct ad7606_chip_info - chip specific information
104 * struct ad7606_chan_scale - channel scale configuration
120 * struct ad7606_state - driver instance specific data
136 * @gpio_reset GPIO descriptor for device hard-reset
138 * @gpio_standby GPIO descriptor for stand-by signal (STBY),
139 * controls power-down mode of device
176 * 16 * 16-bit samples + 64-bit timestamp - for AD7616
177 * 8 * 32-bit samples + 64-bit timestamp - for AD7616C-18 (and similar)
[all …]
/linux-6.14.4/Documentation/iio/
Dad7606.rst1 .. SPDX-License-Identifier: GPL-2.0-only
4 AD7606 driver
7 ADC driver for Analog Devices Inc. AD7606 and similar devices. The module name
8 is ``ad7606``.
16 * `AD7606 <https://www.analog.com/en/products/ad7606.html>`_
24 ----------------
26 These ADCs can output data on several SDO lines (1/2/4/8). The driver
30 --------------------
32 There is also a parallel interface, with 16 lines (that can be reduced to 8 in
34 platform in the device tree (with no io-backends node defined, see below).
[all …]
/linux-6.14.4/
DMAINTAINERS5 ---------------------------------------------------
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-[email protected]
88 F: drivers/scsi/3w-*
[all …]