Searched full:vl53l0x (Results 1 – 7 of 7) sorted by relevance
/linux/Documentation/devicetree/bindings/iio/proximity/ |
H A D | st,vl53l0x.yaml | 4 $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 D | vl53l0x-i2c.c | 3 * 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 D | Kconfig | 228 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 D | Makefile | 24 obj-$(CONFIG_VL53L0X_I2C) += vl53l0x-i2c.o
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8996-sony-xperia-tone.dtsi | 107 tof_sensor: vl53l0x@29 { 108 compatible = "st,vl53l0x";
|
H A D | msm8998-sony-xperia-yoshino.dtsi | 260 compatible = "st,vl53l0x";
|
/linux/ |
H A D | MAINTAINERS | 21867 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
|