Home
last modified time | relevance | path

Searched full:ltc2496 (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/Documentation/devicetree/bindings/iio/adc/
Dlltc,ltc2496.yaml4 $id: http://devicetree.org/schemas/iio/adc/lltc,ltc2496.yaml#
7 title: Linear Technology / Analog Devices LTC2496 ADC
17 - lltc,ltc2496
43 compatible = "lltc,ltc2496";
/Linux-v5.10/drivers/iio/adc/
Dltc2496.c3 * ltc2496.c - Driver for Analog Devices/Linear Technology LTC2496 ADC
91 { .compatible = "lltc,ltc2496", },
98 .name = "ltc2496",
107 MODULE_DESCRIPTION("Linear Technology LTC2496 ADC driver");
Dltc2497-core.c4 * LTC2496 and LTC2497 ADCs
237 MODULE_DESCRIPTION("common code for LTC2496/LTC2497 drivers");
DKconfig581 config LTC2496 config
582 tristate "Linear Technology LTC2496 ADC driver"
585 Say yes here to build support for Linear Technology LTC2496
589 called ltc2496.
DMakefile57 obj-$(CONFIG_LTC2496) += ltc2496.o ltc2497-core.o