Home
last modified time | relevance | path

Searched full:ltc2497 (Results 1 – 12 of 12) sorted by relevance

/linux/Documentation/devicetree/bindings/iio/adc/
H A Dlltc,ltc2497.yaml4 $id: http://devicetree.org/schemas/iio/adc/lltc,ltc2497.yaml#
7 title: Linear Technology / Analog Devices LTC2497 and LTC2309 ADC
20 LTC2497:
32 - lltc,ltc2497
54 compatible = "lltc,ltc2497";
/linux/drivers/iio/adc/
H A Dltc2497.c3 * ltc2497.c - Driver for Analog Devices/Linear Technology LTC2497 ADC
19 #include "ltc2497.h"
145 { "ltc2497", (kernel_ulong_t)&ltc2497_info[TYPE_LTC2497] },
152 { .compatible = "lltc,ltc2497", .data = &ltc2497_info[TYPE_LTC2497] },
160 .name = "ltc2497",
170 MODULE_DESCRIPTION("Linear Technology LTC2497 ADC driver");
H A Dltc2497-core.c3 * ltc2497-core.c - Common code for Analog Devices/Linear Technology
4 * LTC2496 and LTC2497 ADCs
16 #include "ltc2497.h"
234 EXPORT_SYMBOL_NS(ltc2497core_probe, LTC2497);
246 EXPORT_SYMBOL_NS(ltc2497core_remove, LTC2497);
248 MODULE_DESCRIPTION("common code for LTC2496/LTC2497 drivers");
H A Dltc2496.c5 * Based on ltc2497.c which has
20 #include "ltc2497.h"
H A DMakefile69 obj-$(CONFIG_LTC2496) += ltc2496.o ltc2497-core.o
70 obj-$(CONFIG_LTC2497) += ltc2497.o ltc2497-core.o
H A Dltc2497.h26 MODULE_IMPORT_NS(LTC2497);
H A DKconfig741 config LTC2497 config
742 tristate "Linear Technology LTC2497 ADC driver"
745 Say yes here to build support for Linear Technology LTC2497
749 called ltc2497.
/linux/arch/arm/boot/dts/intel/socfpga/
H A Dsocfpga_arria10_socdk.dtsi139 compatible = "lltc,ltc2497";
145 compatible = "lltc,ltc2497";
/linux/arch/arm64/boot/dts/altera/
H A Dsocfpga_stratix10_socdk_nand.dts147 compatible = "lltc,ltc2497";
H A Dsocfpga_stratix10_socdk.dts158 compatible = "lltc,ltc2497";
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-ampere-mtmitchell.dts478 compatible = "lltc,ltc2497";
485 compatible = "lltc,ltc2497";
/linux/
H A DMAINTAINERS1549 F: Documentation/devicetree/bindings/iio/adc/lltc,ltc2497.yaml