Searched full:vcnl4035 (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/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-v6.1/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 | 566 config VCNL4035 config 567 tristate "VCNL4035 combined ALS and proximity sensor" 573 Say Y here if you want to build a driver for the Vishay VCNL4035, 578 module will be called vcnl4035.
|
D | Makefile | 57 obj-$(CONFIG_VCNL4035) += vcnl4035.o
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | imx6q-bosch-acc.dts | 463 vcnl4035: light-sensor@60 { label 464 compatible = "vishay,vcnl4035";
|