Searched full:ad5770r (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/dac/ |
| D | adi,ad5770r.yaml | 5 $id: http://devicetree.org/schemas/iio/dac/adi,ad5770r.yaml# 8 title: Analog Devices AD5770R DAC device driver 14 Bindings for the Analog Devices AD5770R current DAC device. Datasheet can be 16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD5770R.pdf 21 - adi,ad5770r 149 ad5770r@0 { 150 compatible = "adi,ad5770r";
|
| /kernel/linux/linux-5.10/drivers/iio/dac/ |
| D | ad5770r.c | 3 * AD5770R Digital to analog converters driver 52 /* AD5770R configuration registers */ 668 dev_err(&spi->dev, "AD5770R init failed\n"); in ad5770r_probe() 676 { .compatible = "adi,ad5770r", }, 682 { "ad5770r", 0 }, 699 MODULE_DESCRIPTION("Analog Devices AD5770R IDAC");
|
| D | Kconfig | 191 config AD5770R config 192 tristate "Analog Devices AD5770R IDAC driver" 195 Say yes here to build support for Analog Devices AD5770R Digital to 199 module will be called ad5770r.
|
| D | Makefile | 22 obj-$(CONFIG_AD5770R) += ad5770r.o
|