Searched full:vcnl4035 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.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-6.12.1/drivers/iio/light/ |
D | vcnl4035.c | 3 * VCNL4035 Ambient Light and Proximity Sensor - 7-bit I2C slave address 0x60 25 #define VCNL4035_DRV_NAME "vcnl4035" 575 dev_err(&client->dev, "vcnl4035 chip init failed\n"); in vcnl4035_probe() 582 dev_err(&client->dev, "vcnl4035 unable init trigger\n"); in vcnl4035_probe() 656 { "vcnl4035" }, 662 { .compatible = "vishay,vcnl4035", }, 681 MODULE_DESCRIPTION("VCNL4035 Ambient Light Sensor driver");
|
D | Kconfig | 659 config VCNL4035 config 660 tristate "VCNL4035 combined ALS and proximity sensor" 666 Say Y here if you want to build a driver for the Vishay VCNL4035, 671 module will be called vcnl4035.
|
D | Makefile | 64 obj-$(CONFIG_VCNL4035) += vcnl4035.o
|
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx6q-bosch-acc.dts | 461 vcnl4035: light-sensor@60 { label 462 compatible = "vishay,vcnl4035";
|