Home
last modified time | relevance | path

Searched full:ds4424 (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/dac/
Dmaxim,ds4424.yaml4 $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";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/dac/
Dds4424.txt1 Maxim Integrated DS4422/DS4424 7-bit Sink/Source Current DAC Device Driver
4 https://datasheets.maximintegrated.com/en/ds/DS4422-DS4424.pdf
9 maxim,ds4424
17 compatible = "maxim,ds4424";
/kernel/linux/linux-5.10/drivers/iio/dac/
Dds4424.c35 * DS4424 DAC control register 8 bits
264 "ds4424: Invalid chip id.\n"); in ds4424_probe()
300 { "ds4424", ID_DS4424 },
308 { .compatible = "maxim,ds4424" },
316 .name = "ds4424",
326 MODULE_DESCRIPTION("Maxim DS4424 DAC Driver");
DKconfig252 config DS4424 config
253 tristate "Maxim Integrated DS4422/DS4424 DAC driver"
256 If you say yes here you get support for Maxim chips DS4422, DS4424.
259 will be called ds4424.
DMakefile31 obj-$(CONFIG_DS4424) += ds4424.o
/kernel/linux/linux-6.6/drivers/iio/dac/
Dds4424.c35 * 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");
DKconfig296 config DS4424 config
297 tristate "Maxim Integrated DS4422/DS4424 DAC driver"
300 If you say yes here you get support for Maxim chips DS4422, DS4424.
303 will be called ds4424.
DMakefile34 obj-$(CONFIG_DS4424) += ds4424.o