Home
last modified time | relevance | path

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

/linux-6.14.4/Documentation/devicetree/bindings/iio/light/
Dvishay,veml6075.yaml7 title: Vishay VEML6070 UVA, VEML6075 UVA/B and VEML6040 RGBW sensors
13 VEML6040 datasheet at https://www.vishay.com/docs/84276/veml6040.pdf
18 - vishay,veml6040
44 - vishay,veml6040
/linux-6.14.4/drivers/iio/light/
Dveml6040.c3 * Vishay VEML6040 RGBW light sensor driver
18 /* VEML6040 Configuration Registers
37 /* VEML6040 Read Only Registers */
235 indio_dev->name = "veml6040"; in veml6040_probe()
258 {"veml6040"},
264 {.compatible = "vishay,veml6040"},
273 .name = "veml6040",
279 MODULE_DESCRIPTION("veml6040 RGBW light sensor driver");
DKconfig695 config VEML6040 config
696 tristate "VEML6040 RGBW light sensor"
700 Say Y here if you want to build a driver for the Vishay VEML6040
704 module will be called veml6040.
DMakefile67 obj-$(CONFIG_VEML6040) += veml6040.o