Searched full:ltrf216a (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/iio/light/ |
D | liteon,ltrf216a.yaml | 4 $id: http://devicetree.org/schemas/iio/light/liteon,ltrf216a.yaml# 7 title: LTRF216A Ambient Light Sensor 17 const: liteon,ltrf216a 43 compatible = "liteon,ltrf216a";
|
/Linux-v6.1/drivers/iio/light/ |
D | ltrf216a.c | 3 * LTRF216A Ambient Light Sensor 11 * IIO driver for LTRF216A (7-bit I2C slave address 0x53). 405 .name = "ltrf216a", 440 indio_dev->name = "ltrf216a"; in ltrf216a_probe() 524 { "ltrf216a" }, 530 { .compatible = "liteon,ltrf216a" }, 531 { .compatible = "ltr,ltrf216a" }, 538 .name = "ltrf216a", 549 MODULE_DESCRIPTION("LTRF216A ambient light sensor driver");
|
D | Kconfig | 336 config LTRF216A config 337 tristate "Liteon LTRF216A Light Sensor" 341 If you say Y or M here, you get support for Liteon LTRF216A 345 ltrf216a.
|
D | Makefile | 34 obj-$(CONFIG_LTRF216A) += ltrf216a.o
|