Home
last modified time | relevance | path

Searched full:vl53l0x (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/devicetree/bindings/iio/proximity/
H A Dst,vl53l0x.yaml4 $id: http://devicetree.org/schemas/iio/proximity/st,vl53l0x.yaml#
7 title: ST VL53L0X ToF ranging sensor
14 const: st,vl53l0x
41 compatible = "st,vl53l0x";
/linux/drivers/iio/proximity/
H A Dvl53l0x-i2c.c3 * Support for ST VL53L0X FlightSense ToF Ranging Sensor on a i2c bus.
10 * <https://www.st.com/resource/en/datasheet/vl53l0x.pdf>
260 indio_dev->name = "vl53l0x"; in vl53l0x_probe()
281 { "vl53l0x" },
287 { .compatible = "st,vl53l0x", },
294 .name = "vl53l0x-i2c",
303 MODULE_DESCRIPTION("ST vl53l0x ToF ranging sensor driver");
H A DKconfig228 tristate "STMicroelectronics VL53L0X ToF ranger sensor (I2C)"
231 Say Y here to build a driver for STMicroelectronics VL53L0X
236 module will be called vl53l0x-i2c.
H A DMakefile24 obj-$(CONFIG_VL53L0X_I2C) += vl53l0x-i2c.o
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8996-sony-xperia-tone.dtsi107 tof_sensor: vl53l0x@29 {
108 compatible = "st,vl53l0x";
H A Dmsm8998-sony-xperia-yoshino.dtsi260 compatible = "st,vl53l0x";
/linux/
H A DMAINTAINERS21867 ST VL53L0X ToF RANGER(I2C) IIO DRIVER
21871 F: Documentation/devicetree/bindings/iio/proximity/st,vl53l0x.yaml
21872 F: drivers/iio/proximity/vl53l0x-i2c.c