Searched full:ad5421 (Results 1 – 5 of 5) sorted by relevance
4 $id: http://devicetree.org/schemas/iio/dac/adi,ad5421.yaml#7 title: Analog Devices AD5421 DAC14 AD5421 is designed for us in loop-powered, 4 mA to 20 mA smart transmitter20 const: adi,ad542146 compatible = "adi,ad5421";
6 * enum ad5421_current_range - Current range the AD5421 is configured for.19 * struct ad5421_platform_data - AD5421 DAC driver platform data21 * @current_range: Current range the AD5421 is configured for
3 * AD5421 Digital to analog converters driver21 #include <linux/iio/dac/ad5421.h>490 indio_dev->name = "ad5421"; in ad5421_probe()517 "ad5421 fault", in ad5421_probe()528 .name = "ad5421",535 MODULE_DESCRIPTION("Analog Devices AD5421 DAC");537 MODULE_ALIAS("spi:ad5421");
59 config AD5421 config60 tristate "Analog Devices AD5421 DAC driver"63 Say yes here to build support for Analog Devices AD5421 loop-powered67 ad5421.
10 obj-$(CONFIG_AD5421) += ad5421.o