Searched full:ltc2497 (Results 1 – 12 of 12) sorted by relevance
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | lltc,ltc2497.yaml | 4 $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 D | ltc2497.c | 3 * ltc2497.c - Driver for Analog Devices/Linear Technology LTC2497 ADC 19 #include "ltc2497.h" 145 { "ltc2497", (kernel_ulong_t)<c2497_info[TYPE_LTC2497] }, 152 { .compatible = "lltc,ltc2497", .data = <c2497_info[TYPE_LTC2497] }, 160 .name = "ltc2497", 170 MODULE_DESCRIPTION("Linear Technology LTC2497 ADC driver");
|
H A D | ltc2497-core.c | 3 * 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 D | ltc2496.c | 5 * Based on ltc2497.c which has 20 #include "ltc2497.h"
|
H A D | Makefile | 69 obj-$(CONFIG_LTC2496) += ltc2496.o ltc2497-core.o 70 obj-$(CONFIG_LTC2497) += ltc2497.o ltc2497-core.o
|
H A D | ltc2497.h | 26 MODULE_IMPORT_NS(LTC2497);
|
H A D | Kconfig | 741 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 D | socfpga_arria10_socdk.dtsi | 139 compatible = "lltc,ltc2497"; 145 compatible = "lltc,ltc2497";
|
/linux/arch/arm64/boot/dts/altera/ |
H A D | socfpga_stratix10_socdk_nand.dts | 147 compatible = "lltc,ltc2497";
|
H A D | socfpga_stratix10_socdk.dts | 158 compatible = "lltc,ltc2497";
|
/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-ampere-mtmitchell.dts | 478 compatible = "lltc,ltc2497"; 485 compatible = "lltc,ltc2497";
|
/linux/ |
H A D | MAINTAINERS | 1549 F: Documentation/devicetree/bindings/iio/adc/lltc,ltc2497.yaml
|