Home
last modified time | relevance | path

Searched full:ltr390 (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/iio/light/
H A Dliteon,ltr390.yaml4 $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/drivers/iio/light/
H A Dltr390.c3 * IIO driver for Lite-On LTR390 ALS and UV sensor
84 .name = "ltr390",
339 /* default mode for ltr390 is ALS mode */ in ltr390_probe()
347 indio_dev->name = "ltr390"; in ltr390_probe()
356 dev_dbg(dev, "LTR390, product id: 0x%x\n", part_number); in ltr390_probe()
372 { "ltr390" },
378 { .compatible = "liteon,ltr390" },
385 .name = "ltr390",
394 MODULE_DESCRIPTION("Lite-On LTR390 ALS and UV sensor Driver");
H A DMakefile36 obj-$(CONFIG_LTR390) += ltr390.o
H A DKconfig393 config LTR390 config
402 will be called ltr390.
/linux/
H A DMAINTAINERS13510 LTR390 AMBIENT/UV LIGHT SENSOR DRIVER
13514 F: Documentation/devicetree/bindings/iio/light/liteon,ltr390.yaml
13515 F: drivers/iio/light/ltr390.c