Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/iio/light/
H A Damstaos,tsl2591.yaml4 $id: http://devicetree.org/schemas/iio/light/amstaos,tsl2591.yaml#
7 title: AMS/TAOS TSL2591 Ambient Light Sensor (ALS)
13 AMS/TAOS TSL2591 is a very-high sensitivity
19 const: amstaos,tsl2591
44 tsl2591@29 {
45 compatible = "amstaos,tsl2591";
/linux/drivers/iio/light/
H A Dtsl2591.c7 * Device driver for the TAOS TSL2591. This is a very-high sensitivity
37 /* TSL2591 register set */
57 /* TSL2591 command register definitions */
64 /* TSL2591 enable register definitions */
72 /* TSL2591 control register definitions */
85 /* TSL2591 persist register definitions */
104 /* TSL2591 PID register mask */
107 /* TSL2591 ID register mask */
110 /* TSL2591 status register masks */
116 /* TSL2591 constant values */
[all …]
H A DKconfig607 config TSL2591 config
608 tristate "TAOS TSL2591 ambient light sensor"
611 Select Y here for support of the AMS/TAOS TSL2591 ambient light sensor,
616 module will be called tsl2591.
H A DMakefile59 obj-$(CONFIG_TSL2591) += tsl2591.o