Searched +full:ad7606c +full:- +full:18 (Results 1 – 4 of 4) sorted by relevance
| /linux/Documentation/devicetree/bindings/iio/adc/ |
| H A D | adi,ad7606.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Michael Hennerich <michael.hennerich@analog.com> 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 17 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7606c-16.pdf 18 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7606c-18.pdf 19 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7607.pdf [all …]
|
| /linux/drivers/iio/adc/ |
| H A D | ad7606_par.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright 2011 - 2024 Analog Devices Inc. 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() 57 if (!st->cnvst_pwm) in ad7606_par_bus_setup_iio_backend() 58 return dev_err_probe(st->dev, -EINVAL, in ad7606_par_bus_setup_iio_backend() [all …]
|
| H A D | ad7606_spi.c | 1 // SPDX-License-Identifier: GPL-2.0 19 #include <linux/iio/buffer-dmaengine.h> 22 #include <dt-bindings/iio/adc/adi,ad7606.h> 64 dev_err(&spi->dev, "SPI read error\n"); in ad7606_spi_read_block() 92 .bits_per_word = 18, in ad7606_spi_read_block18to32() 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() 121 return be16_to_cpu(st->d16[1]); in ad7606_spi_reg_read() [all …]
|
| H A D | ad7606.c | 1 // SPDX-License-Identifier: GPL-2.0 103 -128, 1, 127, 107 -512, 4, 508, 135 .name = "ad7605-4", 144 .name = "ad7606-8", 155 .name = "ad7606-6", 167 .name = "ad7606-4", 224 .bits = 18, 236 .bits = 18, 248 .bits = 18, [all …]
|