Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/devicetree/bindings/iio/dac/
Dadi,ad5755.yaml4 $id: http://devicetree.org/schemas/iio/dac/adi,ad5755.yaml#
7 title: Analog Devices AD5755 Multi-Channel DAC
15 - adi,ad5755
16 - adi,ad5755-1
136 compatible = "adi,ad5755";
/Linux-v6.1/drivers/iio/dac/
DKconfig173 config AD5755 config
174 tristate "Analog Devices AD5755/AD5755-1/AD5757/AD5735/AD5737 DAC driver"
177 Say yes here to build support for Analog Devices AD5755, AD5755-1,
182 module will be called ad5755.
Dad5755.c3 * AD5755, AD5755-1, AD5757, AD5735, AD5737 Digital to analog converters driver
128 * struct ad5755_platform_data - AD5755 DAC driver platform data
856 { "ad5755", ID_AD5755 },
857 { "ad5755-1", ID_AD5755 },
866 { .compatible = "adi,ad5755" },
867 { .compatible = "adi,ad5755-1" },
877 .name = "ad5755",
885 MODULE_DESCRIPTION("Analog Devices AD5755/55-1/57/35/37 DAC");
DMakefile19 obj-$(CONFIG_AD5755) += ad5755.o