Home
last modified time | relevance | path

Searched full:ad5421 (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/iio/dac/
H A Dadi,ad5421.yaml4 $id: http://devicetree.org/schemas/iio/dac/adi,ad5421.yaml#
7 title: Analog Devices AD5421 DAC
14 AD5421 is designed for us in loop-powered, 4 mA to 20 mA smart transmitter
20 const: adi,ad5421
46 compatible = "adi,ad5421";
/linux/include/linux/iio/dac/
H A Dad5421.h6 * enum ad5421_current_range - Current range the AD5421 is configured for.
19 * struct ad5421_platform_data - AD5421 DAC driver platform data
21 * @current_range: Current range the AD5421 is configured for
/linux/drivers/iio/dac/
H A Dad5421.c3 * AD5421 Digital to analog converters driver
21 #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");
H A DKconfig59 config AD5421 config
60 tristate "Analog Devices AD5421 DAC driver"
63 Say yes here to build support for Analog Devices AD5421 loop-powered
67 ad5421.
H A DMakefile10 obj-$(CONFIG_AD5421) += ad5421.o