Searched full:ad7293 (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/iio/dac/ |
H A D | adi,ad7293.yaml | 4 $id: http://devicetree.org/schemas/iio/dac/adi,ad7293.yaml# 7 title: AD7293 12-Bit Power Amplifier Current Controller with ADC, 19 https://www.analog.com/en/products/ad7293.html 24 - adi,ad7293 52 ad7293@0 { 53 compatible = "adi,ad7293";
|
/linux/drivers/iio/dac/ |
H A D | ad7293.c | 3 * AD7293 driver 26 /* AD7293 Register Map Common */ 35 /* AD7293 Register Map Page 0x0 */ 56 /* AD7293 Register Map Page 0x2 */ 82 /* AD7293 Register Map Page 0x3 */ 87 /* AD7293 Register Map Page 0xE */ 108 /* AD7293 Miscellaneous Definitions */ 894 indio_dev->name = "ad7293"; in ad7293_probe() 911 { "ad7293", 0 }, 917 { .compatible = "adi,ad7293" }, [all …]
|
H A D | Kconfig | 288 config AD7293 config 289 tristate "Analog Devices AD7293 Power Amplifier Current Controller" 292 Say yes here to build support for Analog Devices AD7293 297 module will be called ad7293.
|
H A D | Makefile | 29 obj-$(CONFIG_AD7293) += ad7293.o
|
/linux/ |
H A D | MAINTAINERS | 1298 ANALOG DEVICES INC AD7293 DRIVER 1303 F: Documentation/devicetree/bindings/iio/dac/adi,ad7293.yaml 1304 F: drivers/iio/dac/ad7293.c
|