Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/iio/light/
H A Dnoa1305.yaml4 $id: http://devicetree.org/schemas/iio/light/noa1305.yaml#
7 title: ON Semiconductor NOA1305 Ambient Light Sensor
15 https://www.onsemi.com/pub/Collateral/NOA1305-D.PDF
20 - onnn,noa1305
42 compatible = "onnn,noa1305";
/linux/drivers/iio/light/
H A Dnoa1305.c3 * Support for ON Semiconductor NOA1305 ambient light sensor
45 #define NOA1305_DRIVER_NAME "noa1305"
312 { .compatible = "onnn,noa1305" },
318 { "noa1305" },
336 MODULE_DESCRIPTION("ON Semiconductor NOA1305 ambient light sensor");
H A DKconfig463 config NOA1305 config
464 tristate "ON Semiconductor NOA1305 ambient light sensor"
469 NOA1305 ambient light sensor.
472 The module will be called noa1305.
H A DMakefile42 obj-$(CONFIG_NOA1305) += noa1305.o