Home
last modified time | relevance | path

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

/linux-6.14.4/Documentation/devicetree/bindings/iio/light/
Dadux1020.yaml4 $id: http://devicetree.org/schemas/iio/light/adux1020.yaml#
7 title: Analog Devices ADUX1020 Photometric sensor
14 https://www.analog.com/media/en/technical-documentation/data-sheets/ADUX1020.pdf
19 - adi,adux1020
42 adux1020@64 {
43 compatible = "adi,adux1020";
/linux-6.14.4/drivers/iio/light/
Dadux1020.c3 * adux1020.c - Support for Analog Devices ADUX1020 photometric sensor
27 #define ADUX1020_DRV_NAME "adux1020"
748 dev_dbg(&client->dev, "Detected ADUX1020 with chip id: 0x%04x\n", val); in adux1020_chip_init()
823 { "adux1020" },
829 { .compatible = "adi,adux1020" },
845 MODULE_DESCRIPTION("ADUX1020 photometric sensor");
DKconfig35 config ADUX1020 config
36 tristate "ADUX1020 photometric sensor"
41 ADUX1020 photometric sensor.
44 module will be called adux1020.
DMakefile9 obj-$(CONFIG_ADUX1020) += adux1020.o