Searched full:vcnl3020 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/proximity/ |
D | vishay,vcnl3020.yaml | 4 $id: http://devicetree.org/schemas/iio/proximity/vishay,vcnl3020.yaml# 13 The VCNL3020 is a fully integrated proximity sensor. Fully integrated means 19 https://www.vishay.com/docs/84150/vcnl3020.pdf 24 - vishay,vcnl3020 60 compatible = "vishay,vcnl3020";
|
/linux-6.12.1/drivers/iio/proximity/ |
D | vcnl3020.c | 3 * Support for Vishay VCNL3020 proximity sensor on i2c bus. 69 * struct vcnl3020_data - vcnl3020 specific data. 71 * @dev: vcnl3020 device. 85 * struct vcnl3020_property - vcnl3020 property. 147 "Product id (%x) did not match vcnl3020 (%x)\n", reg, in vcnl3020_init() 197 "Error (%d) reading vcnl3020 command register\n", rc); in vcnl3020_measure_proximity() 633 indio_dev->name = "vcnl3020"; in vcnl3020_probe() 654 .compatible = "vishay,vcnl3020", 662 .name = "vcnl3020", 670 MODULE_DESCRIPTION("Vishay VCNL3020 proximity sensor driver");
|
D | Kconfig | 216 config VCNL3020 config 217 tristate "VCNL3020 proximity sensor" 221 Say Y here if you want to build a driver for the Vishay VCNL3020 225 module will be called vcnl3020.
|
D | Makefile | 23 obj-$(CONFIG_VCNL3020) += vcnl3020.o
|