Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/iio/adc/
H A 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 <michael.hennerich@analog.com>
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/drivers/iio/adc/
H A 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"
30 for (c = 0; c < indio_dev->num_channels; c++) { in ad7606_par_bus_update_scan_mode()
32 ret = iio_backend_chan_enable(st->back, c); in ad7606_par_bus_update_scan_mode()
34 ret = iio_backend_chan_disable(st->back, c); in ad7606_par_bus_update_scan_mode()
52 st->back = devm_iio_backend_get(dev, NULL); in ad7606_par_bus_setup_iio_backend()
53 if (IS_ERR(st->back)) in ad7606_par_bus_setup_iio_backend()
54 return PTR_ERR(st->back); in ad7606_par_bus_setup_iio_backend()
[all …]
H A Dad7606_spi.c1 // SPDX-License-Identifier: GPL-2.0
3 * AD7606 SPI ADC driver
19 #include <linux/iio/buffer-dmaengine.h>
22 #include <dt-bindings/iio/adc/adi,ad7606.h>
24 #include "ad7606.h"
64 dev_err(&spi->dev, "SPI read error\n"); in ad7606_spi_read_block()
102 struct spi_device *spi = to_spi_device(st->dev); in ad7606_spi_reg_read()
105 .tx_buf = &st->d16[0], in ad7606_spi_reg_read()
109 .rx_buf = &st->d16[1], in ad7606_spi_reg_read()
115 st->d16[0] = cpu_to_be16(st->bops->rd_wr_cmd(addr, 0) << 8); in ad7606_spi_reg_read()
[all …]
H A Dad7606.c1 // SPDX-License-Identifier: GPL-2.0
3 * AD7606 SPI ADC driver
34 #include "ad7606.h"
91 1, 2, 4, 8, 16, 32, 64,
95 1, 2, 4, 8, 16, 32, 64, 128, 256,
98 static const unsigned int ad7616_oversampling_avail[8] = {
99 1, 2, 4, 8, 16, 32, 64, 128,
103 -128, 1, 127,
107 -512, 4, 508,
135 .name = "ad7605-4",
[all …]
H A Dad7606.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * AD7606 ADC driver
22 * For channels from second group(8-15) the order is the same, only with
55 * struct ad7606_chip_info - chip specific information
91 * struct ad7606_chan_info - channel configuration
110 * struct ad7606_state - driver instance specific data
127 * @gpio_reset: GPIO descriptor for device hard-reset
129 * @gpio_standby: GPIO descriptor for stand-by signal (STBY),
130 * controls power-down mode of device
138 * @bus_data: bus-specific variables
[all …]
/linux/Documentation/iio/
H A 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 ------------------
33 .. code-block::
35 +-------------+ +-------------+
[all …]
/linux/
H A 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-scsi@vger.kernel.org
88 F: drivers/scsi/3w-*
[all …]