Searched +full:max14001 +full:- +full:max14002 (Results 1 – 4 of 4) sorted by relevance
| /linux/Documentation/devicetree/bindings/iio/adc/ |
| H A D | adi,max14001.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 # Copyright 2023-2025 Analog Devices Inc. 6 --- 7 $id: http://devicetree.org/schemas/iio/adc/adi,max14001.yaml# 8 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 title: Analog Devices MAX14001-MAX14002 ADC 13 - Kim Seer Paller <kimseer.paller@analog.com> 14 - Marilene Andrade Garcia <marilene.agarcia@gmail.com> 19 https://www.analog.com/media/en/technical-documentation/data-sheets/MAX14001-MAX14002.pdf 21 $ref: /schemas/spi/spi-peripheral-props.yaml# [all …]
|
| /linux/drivers/iio/adc/ |
| H A D | max14001.c | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 3 * Analog Devices MAX14001/MAX14002 ADC driver 5 * Copyright (C) 2023-2025 Analog Devices Inc. 9 …* Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/MAX14001-MAX14002… 30 /* MAX14001 Registers Address */ 63 * The following buffers will be bit-reversed during device 65 * LSB-first. 89 .tx_buf = &st->spi_tx_buffer, in max14001_read() 90 .len = sizeof(st->spi_tx_buffer), in max14001_read() 93 .rx_buf = &st->spi_rx_buffer, in max14001_read() [all …]
|
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 23 called 88pm886-gpadc. 26 bool "ST-Ericsson AB8500 GPADC driver" 80 high speed, low noise, low distortion, 20-bit, Easy Drive, 81 successive approximation register (SAR) analog-to-digital 96 Say yes here to build support for Analog Devices AD4130-8 SPI analog 104 tristate "Analog Device AD4170-4 ADC Driver" 112 Say yes here to build support for Analog Devices AD4170-4 SPI analog 116 called ad4170-4. 156 Say yes here to build support for Analog Devices AD7091R-5 ADC. [all …]
|
| /linux/ |
| H A 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 …]
|