Home
last modified time | relevance | path

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

/Linux-v5.10/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";
/Linux-v5.10/drivers/iio/dac/
Dltc2632.c3 * LTC2632 Digital to analog convertors spi driver
389 { "ltc2632-l12", (kernel_ulong_t)&ltc2632_chip_info_tbl[ID_LTC2632L12] },
390 { "ltc2632-l10", (kernel_ulong_t)&ltc2632_chip_info_tbl[ID_LTC2632L10] },
391 { "ltc2632-l8", (kernel_ulong_t)&ltc2632_chip_info_tbl[ID_LTC2632L8] },
392 { "ltc2632-h12", (kernel_ulong_t)&ltc2632_chip_info_tbl[ID_LTC2632H12] },
393 { "ltc2632-h10", (kernel_ulong_t)&ltc2632_chip_info_tbl[ID_LTC2632H10] },
394 { "ltc2632-h8", (kernel_ulong_t)&ltc2632_chip_info_tbl[ID_LTC2632H8] },
413 .compatible = "lltc,ltc2632-l12",
416 .compatible = "lltc,ltc2632-l10",
419 .compatible = "lltc,ltc2632-l8",
[all …]
DKconfig281 config LTC2632 config
282 tristate "Linear Technology LTC2632-12/10/8 and similar DAC spi driver"
286 LTC2632, LTC2634 and LTC2636 DAC resolution 12/10/8 bit
290 module will be called ltc2632.
DMakefile34 obj-$(CONFIG_LTC2632) += ltc2632.o