Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/devicetree/bindings/iio/light/
Dveml6030.yaml4 $id: http://devicetree.org/schemas/iio/light/veml6030.yaml#
7 title: VEML6030 Ambient Light Sensor (ALS)
13 Bindings for the ambient light sensor veml6030 from Vishay
23 https://www.vishay.com/docs/84366/veml6030.pdf
28 - vishay,veml6030
59 compatible = "vishay,veml6030";
/linux-6.12.1/drivers/iio/light/
Dveml6030.c3 * VEML6030 Ambient Light Sensor
7 * Datasheet: https://www.vishay.com/docs/84366/veml6030.pdf
815 indio_dev->name = "veml6030"; in veml6030_probe()
824 "veml6030", indio_dev); in veml6030_probe()
877 { .compatible = "vishay,veml6030" },
883 { "veml6030" },
890 .name = "veml6030",
900 MODULE_DESCRIPTION("VEML6030 Ambient Light Sensor");
DKconfig673 config VEML6030 config
674 tristate "VEML6030 ambient light sensor"
678 Say Y here if you want to build a driver for the Vishay VEML6030
682 module will be called veml6030.
DMakefile65 obj-$(CONFIG_VEML6030) += veml6030.o