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.pdf815 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");
673 config VEML6030 config674 tristate "VEML6030 ambient light sensor"678 Say Y here if you want to build a driver for the Vishay VEML6030682 module will be called veml6030.
65 obj-$(CONFIG_VEML6030) += veml6030.o