Searched full:ad5755 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/dac/ |
D | adi,ad5755.yaml | 4 $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-6.12.1/drivers/iio/dac/ |
D | ad5755.c | 3 * AD5755, AD5755-1, AD5757, AD5735, AD5737 Digital to analog converters driver 128 * struct ad5755_platform_data - AD5755 DAC driver platform data 856 { "ad5755", (kernel_ulong_t)&ad5755_chip_info_tbl[ID_AD5755] }, 857 { "ad5755-1", (kernel_ulong_t)&ad5755_chip_info_tbl[ID_AD5755] }, 866 { .compatible = "adi,ad5755", &ad5755_chip_info_tbl[ID_AD5755] }, 867 { .compatible = "adi,ad5755-1", &ad5755_chip_info_tbl[ID_AD5755] }, 877 .name = "ad5755", 886 MODULE_DESCRIPTION("Analog Devices AD5755/55-1/57/35/37 DAC");
|
D | Kconfig | 213 config AD5755 config 214 tristate "Analog Devices AD5755/AD5755-1/AD5757/AD5735/AD5737 DAC driver" 217 Say yes here to build support for Analog Devices AD5755, AD5755-1, 222 module will be called ad5755.
|
D | Makefile | 19 obj-$(CONFIG_AD5755) += ad5755.o
|