Searched full:veml6030 (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/iio/light/ |
D | vishay,veml6030.yaml | 4 $id: http://devicetree.org/schemas/iio/light/vishay,veml6030.yaml# 7 title: VEML3235, VEML6030, VEML6035 and VEML7700 Ambient Light Sensors (ALS) 13 Bindings for the ambient light sensors veml6030 and veml6035 from 24 https://www.vishay.com/docs/84366/veml6030.pdf 32 - vishay,veml6030 58 - vishay,veml6030 101 compatible = "vishay,veml6030";
|
/linux-6.14.4/drivers/iio/light/ |
D | veml6030.c | 3 * VEML6030, VMEL6035 and VEML7700 Ambient Light Sensors 7 * VEML6030: 8 * Datasheet: https://www.vishay.com/docs/84366/veml6030.pdf 104 * in this table (0-3 for VEML6030, 0-5 for VEML6035) while the 1142 .name = "veml6030", 1176 .compatible = "vishay,veml6030", 1192 { "veml6030", (kernel_ulong_t)&veml6030_chip}, 1201 .name = "veml6030", 1211 MODULE_DESCRIPTION("VEML6030 Ambient Light Sensor");
|
D | Kconfig | 681 config VEML6030 config 682 tristate "VEML6030 and VEML6035 ambient light sensors" 689 Say Y here if you want to build a driver for the Vishay VEML6030 693 module will be called veml6030.
|
D | Makefile | 66 obj-$(CONFIG_VEML6030) += veml6030.o
|
/linux-6.14.4/ |
D | MAINTAINERS | 25284 F: Documentation/devicetree/bindings/iio/light/vishay,veml6030.yaml 25287 VISHAY VEML6030 AMBIENT LIGHT SENSOR DRIVER 25290 F: Documentation/devicetree/bindings/iio/light/vishay,veml6030.yaml 25291 F: drivers/iio/light/veml6030.c
|