Searched full:veml6030 (Results 1 – 4 of 4) sorted by relevance
4 $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 Vishay23 https://www.vishay.com/docs/84366/veml6030.pdf28 - vishay,veml603059 compatible = "vishay,veml6030";
3 * VEML6030 Ambient Light Sensor7 * Datasheet: https://www.vishay.com/docs/84366/veml6030.pdf816 indio_dev->name = "veml6030"; in veml6030_probe()825 "veml6030", indio_dev); in veml6030_probe()878 { .compatible = "vishay,veml6030" },884 { "veml6030", 0 },891 .name = "veml6030",901 MODULE_DESCRIPTION("VEML6030 Ambient Light Sensor");
619 config VEML6030 config620 tristate "VEML6030 ambient light sensor"624 Say Y here if you want to build a driver for the Vishay VEML6030628 module will be called veml6030.
61 obj-$(CONFIG_VEML6030) += veml6030.o