Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/devicetree/bindings/iio/dac/
Dadi,ad5758.yaml4 $id: http://devicetree.org/schemas/iio/dac/adi,ad5758.yaml#
7 title: Analog Devices AD5758 DAC
14 const: adi,ad5758
27 In this mode, the AD5758 circuitry senses the output voltage and
127 compatible = "adi,ad5758";
/Linux-v6.6/drivers/iio/dac/
DKconfig184 config AD5758 config
185 tristate "Analog Devices AD5758 DAC driver"
188 Say yes here to build support for Analog Devices AD5758 single channel
192 module will be called ad5758.
Dad5758.c3 * AD5758 Digital to analog converters driver
21 /* AD5758 registers definition */
872 dev_err(&spi->dev, "AD5758 init failed\n"); in ad5758_probe()
880 { "ad5758", 0 },
886 { .compatible = "adi,ad5758" },
903 MODULE_DESCRIPTION("Analog Devices AD5758 DAC");
DMakefile20 obj-$(CONFIG_AD5758) += ad5758.o