Searched full:ds4424 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/dac/ |
D | maxim,ds4424.yaml | 4 $id: http://devicetree.org/schemas/iio/dac/maxim,ds4424.yaml# 7 title: Maxim Integrated DS4422/DS4424 7-bit Sink/Source Current DAC 14 https://datasheets.maximintegrated.com/en/ds/DS4422-DS4424.pdf 20 - maxim,ds4424 40 compatible = "maxim,ds4424";
|
/linux-6.12.1/drivers/iio/dac/ |
D | ds4424.c | 35 * DS4424 DAC control register 8 bits 261 "ds4424: Invalid chip id.\n"); in ds4424_probe() 295 { "ds4424", ID_DS4424 }, 303 { .compatible = "maxim,ds4424" }, 311 .name = "ds4424", 321 MODULE_DESCRIPTION("Maxim DS4424 DAC Driver");
|
D | Kconfig | 339 config DS4424 config 340 tristate "Maxim Integrated DS4422/DS4424 DAC driver" 343 If you say yes here you get support for Maxim chips DS4422, DS4424. 346 will be called ds4424.
|
D | Makefile | 36 obj-$(CONFIG_DS4424) += ds4424.o
|