Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/devicetree/bindings/iio/light/
Dst,vl6180.yaml4 $id: http://devicetree.org/schemas/iio/light/st,vl6180.yaml#
7 title: STMicro VL6180 ALS, range and proximity sensor
19 const: st,vl6180
41 compatible = "st,vl6180";
/Linux-v6.1/drivers/iio/light/
Dvl6180.c3 * vl6180.c - Support for STMicroelectronics VL6180 ALS, range and proximity
9 * IIO driver for VL6180 (7-bit I2C slave address 0x29)
30 #define VL6180_DRV_NAME "vl6180"
526 { .compatible = "st,vl6180", },
532 { "vl6180", 0 },
550 MODULE_DESCRIPTION("STMicro VL6180 ALS, range and proximity sensor driver");
DKconfig601 config VL6180 config
602 tristate "VL6180 ALS, range and proximity sensor"
606 VL6180 combined ambient light, range and proximity sensor.
609 module will be called vl6180.
DMakefile60 obj-$(CONFIG_VL6180) += vl6180.o