Searched full:vcnl4035 (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/Documentation/devicetree/bindings/iio/light/ |
D | vishay,vcnl4035.yaml | 4 $id: http://devicetree.org/schemas/iio/light/vishay,vcnl4035.yaml# 7 title: VISHAY VCNL4035 ambient Light and proximity sensor 17 const: vishay,vcnl4035 39 compatible = "vishay,vcnl4035";
|
/Linux-v5.15/drivers/iio/light/ |
D | vcnl4035.c | 3 * VCNL4035 Ambient Light and Proximity Sensor - 7-bit I2C slave address 0x60 24 #define VCNL4035_DRV_NAME "vcnl4035" 573 dev_err(&client->dev, "vcnl4035 chip init failed\n"); in vcnl4035_probe() 580 dev_err(&client->dev, "vcnl4035 unable init trigger\n"); in vcnl4035_probe() 654 { "vcnl4035", 0}, 660 { .compatible = "vishay,vcnl4035", }, 679 MODULE_DESCRIPTION("VCNL4035 Ambient Light Sensor driver");
|
D | Kconfig | 554 config VCNL4035 config 555 tristate "VCNL4035 combined ALS and proximity sensor" 561 Say Y here if you want to build a driver for the Vishay VCNL4035, 566 module will be called vcnl4035.
|
D | Makefile | 56 obj-$(CONFIG_VCNL4035) += vcnl4035.o
|