Searched full:ad7293 (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/iio/dac/ |
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-v6.1/drivers/iio/dac/ |
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 …]
|
D | Kconfig | 245 config AD7293 config 246 tristate "Analog Devices AD7293 Power Amplifier Current Controller" 249 Say yes here to build support for Analog Devices AD7293 254 module will be called ad7293.
|
D | Makefile | 29 obj-$(CONFIG_AD7293) += ad7293.o
|
/Linux-v6.1/ |
D | MAINTAINERS | 1144 ANALOG DEVICES INC AD7293 DRIVER 1149 F: Documentation/devicetree/bindings/iio/dac/adi,ad7293.yaml 1150 F: drivers/iio/dac/ad7293.c
|