Home
last modified time | relevance | path

Searched full:ltc2632 (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/iio/dac/
Dlltc,ltc2632.yaml4 $id: http://devicetree.org/schemas/iio/dac/lltc,ltc2632.yaml#
13 Bindings for the Linear Technology LTC2632/2634/2636 DAC
19 - lltc,ltc2632-l12
20 - lltc,ltc2632-l10
21 - lltc,ltc2632-l8
22 - lltc,ltc2632-h12
23 - lltc,ltc2632-h10
24 - lltc,ltc2632-h8
60 regulator-name = "vref-ltc2632";
71 compatible = "lltc,ltc2632-l12";
/linux-6.12.1/drivers/iio/dac/
Dltc2632.c3 * LTC2632 Digital to analog convertors spi driver
387 { "ltc2632-l12", (kernel_ulong_t)&ltc2632_chip_info_tbl[ID_LTC2632L12] },
388 { "ltc2632-l10", (kernel_ulong_t)&ltc2632_chip_info_tbl[ID_LTC2632L10] },
389 { "ltc2632-l8", (kernel_ulong_t)&ltc2632_chip_info_tbl[ID_LTC2632L8] },
390 { "ltc2632-h12", (kernel_ulong_t)&ltc2632_chip_info_tbl[ID_LTC2632H12] },
391 { "ltc2632-h10", (kernel_ulong_t)&ltc2632_chip_info_tbl[ID_LTC2632H10] },
392 { "ltc2632-h8", (kernel_ulong_t)&ltc2632_chip_info_tbl[ID_LTC2632H8] },
411 .compatible = "lltc,ltc2632-l12",
414 .compatible = "lltc,ltc2632-l10",
417 .compatible = "lltc,ltc2632-l8",
[all …]
DKconfig369 config LTC2632 config
370 tristate "Linear Technology LTC2632-12/10/8 and similar DAC spi driver"
374 LTC2632, LTC2634 and LTC2636 DAC resolution 12/10/8 bit
378 module will be called ltc2632.
DMakefile39 obj-$(CONFIG_LTC2632) += ltc2632.o