Searched full:vcnl3020 (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/drivers/iio/proximity/ |
| D | vcnl3020.c | 3 * Support for Vishay VCNL3020 proximity sensor on i2c bus. 44 * struct vcnl3020_data - vcnl3020 specific data. 46 * @dev: vcnl3020 device. 58 * struct vcnl3020_property - vcnl3020 property. 120 "Product id (%x) did not match vcnl3020 (%x)\n", reg, in vcnl3020_init() 150 "Error (%d) reading vcnl3020 command register\n", rc); in vcnl3020_measure_proximity() 232 indio_dev->name = "vcnl3020"; in vcnl3020_probe() 240 .compatible = "vishay,vcnl3020", 248 .name = "vcnl3020", 256 MODULE_DESCRIPTION("Vishay VCNL3020 proximity sensor driver");
|
| D | Kconfig | 143 config VCNL3020 config 144 tristate "VCNL3020 proximity sensor" 148 Say Y here if you want to build a driver for the Vishay VCNL3020 152 module will be called vcnl3020.
|
| D | Makefile | 17 obj-$(CONFIG_VCNL3020) += vcnl3020.o
|
| /kernel/linux/linux-6.6/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";
|
| /kernel/linux/linux-5.10/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";
|
| /kernel/linux/linux-6.6/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 | 200 config VCNL3020 config 201 tristate "VCNL3020 proximity sensor" 205 Say Y here if you want to build a driver for the Vishay VCNL3020 209 module will be called vcnl3020.
|
| D | Makefile | 22 obj-$(CONFIG_VCNL3020) += vcnl3020.o
|