Searched full:ad74413r (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/addac/ |
D | adi,ad74413r.yaml | 4 $id: http://devicetree.org/schemas/iio/addac/adi,ad74413r.yaml# 7 title: Analog Devices AD74412R/AD74413R device 13 The AD74412R and AD74413R are quad-channel software configurable input/output 20 The AD74413R differentiates itself from the AD74412R by being HART-compatible. 22 https://www.analog.com/en/products/ad74413r.html 28 - adi,ad74413r 125 #include <dt-bindings/iio/addac/adi,ad74413r.h> 132 compatible = "adi,ad74413r";
|
/linux-6.12.1/drivers/iio/addac/ |
D | Kconfig | 22 config AD74413R config 23 tristate "Analog Devices AD74412R/AD74413R driver" 30 Say yes here to build support for Analog Devices AD74412R/AD74413R 34 module will be called ad74413r.
|
D | Makefile | 8 obj-$(CONFIG_AD74413R) += ad74413r.o
|
D | ad74413r.c | 26 #include <dt-bindings/iio/addac/adi,ad74413r.h> 1512 .name = "ad74413r", 1521 .compatible = "adi,ad74413r", 1530 { .name = "ad74413r", .driver_data = (kernel_ulong_t)&ad74413r_chip_info_data }, 1537 .name = "ad74413r", 1549 MODULE_DESCRIPTION("Analog Devices AD74413R ADDAC");
|
/linux-6.12.1/ |
D | MAINTAINERS | 1315 ANALOG DEVICES INC AD74413R DRIVER 1320 F: Documentation/devicetree/bindings/iio/addac/adi,ad74413r.yaml 1321 F: drivers/iio/addac/ad74413r.c 1322 F: include/dt-bindings/iio/addac/adi,ad74413r.h
|