Home
last modified time | relevance | path

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

/linux-6.14.4/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-6.14.4/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)
33 #define VL6180_DRV_NAME "vl6180"
747 { .compatible = "st,vl6180", },
753 { "vl6180" },
771 MODULE_DESCRIPTION("STMicro VL6180 ALS, range and proximity sensor driver");
DKconfig727 config VL6180 config
728 tristate "VL6180 ALS, range and proximity sensor"
732 VL6180 combined ambient light, range and proximity sensor.
735 module will be called vl6180.
DMakefile70 obj-$(CONFIG_VL6180) += vl6180.o