Searched full:ltr390 (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/iio/light/ |
D | liteon,ltr390.yaml | 4 $id: http://devicetree.org/schemas/iio/light/liteon,ltr390.yaml# 7 title: Lite-On LTR390 ALS and UV Sensor 10 The Lite-On LTR390 is an ALS (Ambient Light Sensor) and a UV sensor in a 22 - liteon,ltr390 51 compatible = "liteon,ltr390";
|
/linux-6.14.4/drivers/iio/light/ |
D | ltr390.c | 3 * IIO driver for Lite-On LTR390 ALS and UV sensor 102 .name = "ltr390", 655 /* default mode for ltr390 is ALS mode */ in ltr390_probe() 663 indio_dev->name = "ltr390"; in ltr390_probe() 672 dev_dbg(dev, "LTR390, product id: 0x%x\n", part_number); in ltr390_probe() 719 { "ltr390" }, 725 { .compatible = "liteon,ltr390" }, 732 .name = "ltr390", 742 MODULE_DESCRIPTION("Lite-On LTR390 ALS and UV sensor Driver");
|
D | Makefile | 36 obj-$(CONFIG_LTR390) += ltr390.o
|
D | Kconfig | 376 config LTR390 config 385 will be called ltr390.
|
/linux-6.14.4/ |
D | MAINTAINERS | 13782 LTR390 AMBIENT/UV LIGHT SENSOR DRIVER 13786 F: Documentation/devicetree/bindings/iio/light/liteon,ltr390.yaml 13787 F: drivers/iio/light/ltr390.c
|