Searched +full:convst +full:- +full:gpios (Results 1 – 3 of 3) sorted by relevance
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 ADCs10 - Michael Hennerich <michael.hennerich@analog.com>11 - Marcelo Schmitt <marcelo.schmitt@analog.com>14 Analog Devices AD7091R5 4-Channel 12-Bit ADC supporting I2C interface15 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7091r-5.pdf16 Analog Devices AD7091R-2/AD7091R-4/AD7091R-8 2-/4-/8-Channel 12-Bit ADCs18 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7091R-2_7091R-4_7091R-8.pdf[all …]
1 # SPDX-License-Identifier: GPL-2.03 ---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.pdf15 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7606_7606-6_7606-4.pdf16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7606B.pdf17 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7616.pdf22 - adi,ad7605-423 - adi,ad7606-4[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */42 * struct ad7606_chip_info - chip specific information62 * struct ad7606_state - driver instance specific data77 * @lock protect sensor state from concurrent accesses to GPIOs78 * @gpio_convst GPIO descriptor for conversion start signal (CONVST)79 * @gpio_reset GPIO descriptor for device hard-reset81 * @gpio_standby GPIO descriptor for stand-by signal (STBY),82 * controls power-down mode of device119 * 16 * 16-bit samples + 64-bit timestamp126 * struct ad7606_bus_ops - driver bus operations