Home
last modified time | relevance | path

Searched full:vcnl3020 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/iio/proximity/
H A Dvcnl3020.c3 * 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");
H A DKconfig143 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.
H A DMakefile17 obj-$(CONFIG_VCNL3020) += vcnl3020.o
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/proximity/
H A Dvishay,vcnl3020.yaml4 $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";