Home
last modified time | relevance | path

Searched full:ad5770r (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/iio/dac/
Dadi,ad5770r.yaml5 $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
154 ad5770r@0 {
155 compatible = "adi,ad5770r";
/linux-6.12.1/drivers/iio/dac/
Dad5770r.c3 * AD5770R Digital to analog converters driver
52 /* AD5770R configuration registers */
661 dev_err(&spi->dev, "AD5770R init failed\n"); in ad5770r_probe()
669 { .compatible = "adi,ad5770r", },
675 { "ad5770r", 0 },
692 MODULE_DESCRIPTION("Analog Devices AD5770R IDAC");
DKconfig266 config AD5770R config
267 tristate "Analog Devices AD5770R IDAC driver"
271 Say yes here to build support for Analog Devices AD5770R Digital to
275 module will be called ad5770r.
DMakefile24 obj-$(CONFIG_AD5770R) += ad5770r.o