Searched full:ltc2688 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/dac/ |
D | adi,ltc2688.yaml | 4 $id: http://devicetree.org/schemas/iio/dac/adi,ltc2688.yaml# 7 title: Analog Devices LTC2688 DAC 13 Analog Devices LTC2688 16 channel, 16 bit, +-15V DAC 14 https://www.analog.com/media/en/technical-documentation/data-sheets/ltc2688.pdf 19 - adi,ltc2688 121 ltc2688: ltc2688@0 { 122 compatible = "adi,ltc2688";
|
/linux-6.12.1/drivers/iio/dac/ |
D | Kconfig | 174 config LTC2688 config 175 tristate "Analog Devices LTC2688 DAC spi driver" 180 LTC2688 converters (DAC). 183 module will be called ltc2688.
|
D | ltc2688.c | 3 * LTC2688 16 channel, 16 bit Voltage Output SoftSpan DAC driver 1007 indio_dev->name = "ltc2688"; in ltc2688_probe() 1017 { .compatible = "adi,ltc2688" }, 1023 { "ltc2688" }, 1030 .name = "ltc2688", 1039 MODULE_DESCRIPTION("Analog Devices LTC2688 DAC");
|
D | Makefile | 41 obj-$(CONFIG_LTC2688) += ltc2688.o
|
/linux-6.12.1/ |
D | MAINTAINERS | 13437 LTC2688 IIO DAC DRIVER 13442 F: Documentation/ABI/testing/sysfs-bus-iio-dac-ltc2688 13443 F: Documentation/devicetree/bindings/iio/dac/adi,ltc2688.yaml 13444 F: drivers/iio/dac/ltc2688.c
|