Searched +full:dpot +full:- +full:dac (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/iio/dac/ |
D | dpot-dac.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * IIO DAC emulation driver using a digital potentiometer 11 * It is assumed that the dpot is used as a voltage divider between the 12 * current dpot wiper setting and the maximum resistance of the dpot. The 15 * .------. 16 * .-----------. | | 17 * | vref |--' .---. 18 * | regulator |--. | | 19 * '-----------' | | d | 22 * | | t |<---------+ [all …]
|
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 # Makefile for industrial I/O DAC drivers 7 obj-$(CONFIG_AD3552R) += ad3552r.o 8 obj-$(CONFIG_AD5360) += ad5360.o 9 obj-$(CONFIG_AD5380) += ad5380.o 10 obj-$(CONFIG_AD5421) += ad5421.o 11 obj-$(CONFIG_AD5624R_SPI) += ad5624r_spi.o 12 obj-$(CONFIG_AD5064) += ad5064.o 13 obj-$(CONFIG_AD5504) += ad5504.o 14 obj-$(CONFIG_AD5446) += ad5446.o [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # DAC drivers 10 tristate "Analog Devices AD3552R DAC driver" 22 tristate "Analog Devices AD5064 and similar multi-channel DAC driver" 26 AD5045, AD5064, AD5064-1, AD5065, AD5625, AD5625R, AD5627, AD5627R, 36 tristate "Analog Devices AD5360/61/62/63/70/71/73 DAC driver" 40 AD5362, AD5363, AD5370, AD5371, AD5373 multi-channel 41 Digital to Analog Converters (DAC). 47 tristate "Analog Devices AD5380/81/82/83/84/90/91/92 DAC driver" 53 AD5382, AD5383, AD5384, AD5390, AD5391, AD5392 multi-channel [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/dac/ |
D | dpot-dac.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/dac/dpot-dac.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: DAC emulation using a digital potentiometer 10 - Peter Rosin <peda@axentia.se> 13 It is assumed that the dpot is used as a voltage divider between the 14 current dpot wiper setting and the maximum resistance of the dpot. The 17 .------. 18 .-----------. | | [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/ |
D | envelope-detector.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/adc/envelope-detector.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: ADC envelope detector using a DAC and a comparator 10 - Peter Rosin <peda@axentia.se> 13 The DAC is used to find the peak level of an alternating voltage input 18 input +------>-------|+ \ 20 .-------. | }---. 22 | dac|-->--|- / | [all …]
|
/linux-6.12.1/arch/arm/boot/dts/microchip/ |
D | at91-tse850-3.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * at91-tse850-3.dts - Device Tree file for the Axentia TSE-850 3.0 board 9 /dts-v1/; 10 #include <dt-bindings/pwm/pwm.h> 11 #include "at91-linea.dtsi" 14 model = "Axentia TSE-850 3.0"; 19 compatible = "fixed-clock"; 21 #clock-cells = <0>; 22 clock-frequency = <16000000>; 23 clock-output-names = "sck"; [all …]
|
/linux-6.12.1/ |
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 …]
|