Home
last modified time | relevance | path

Searched full:ad5446 (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/devicetree/bindings/iio/dac/
H A Dadi,ad5446.yaml4 $id: http://devicetree.org/schemas/iio/dac/adi,ad5446.yaml#
7 title: Analog Devices AD5446 and similar DACs
26 - adi,ad5446
83 - adi,ad5446
122 compatible = "adi,ad5446";
/linux/drivers/iio/dac/
H A Dad5446-spi.c3 * AD5446 SPI DAC driver
15 #include "ad5446.h"
171 {"ad5446", (kernel_ulong_t)&ad5446_chip_info},
175 {"ad5453", (kernel_ulong_t)&ad5446_chip_info}, /* ad5453 is compatible to the ad5446 */
208 { .compatible = "adi,ad5446", .data = &ad5446_chip_info },
241 .name = "ad5446",
250 MODULE_DESCRIPTION("Analog Devices AD5446 and similar SPI DACs");
H A Dad5446-i2c.c3 * AD5446 SPI I2C driver
14 #include "ad5446.h"
91 .name = "ad5446",
H A DKconfig99 config AD5446 config
103 tristate "Analog Devices AD5446 and similar single channel DACs driver (SPI)"
105 select AD5446
108 AD5320, AD5444, AD5446, AD5450, AD5451, AD5452, AD5453, AD5512A,
114 module will be called ad5446-spi.
117 tristate "Analog Devices AD5446 and similar single channel DACs driver (I2C)"
119 select AD5446
125 module will be called ad5446-i2c.
H A DMakefile17 obj-$(CONFIG_AD5446) += ad5446.o
18 obj-$(CONFIG_AD5446_SPI) += ad5446-spi.o
19 obj-$(CONFIG_AD5446_I2C) += ad5446-i2c.o
H A Dad5446.c3 * AD5446 CORE DAC driver
20 #include "ad5446.h"
213 MODULE_DESCRIPTION("Analog Devices CORE AD5446 DAC and similar devices");
/linux/
H A DMAINTAINERS443 AD5446 ANALOG DEVICES INC AD5446 DAC DRIVER
449 F: Documentation/devicetree/bindings/iio/dac/adi,ad5446.yaml
450 F: drivers/iio/dac/ad5446-i2c.c
451 F: drivers/iio/dac/ad5446-spi.c
452 F: drivers/iio/dac/ad5446.c
453 F: drivers/iio/dac/ad5446.h