Home
last modified time | relevance | path

Searched full:apds9960 (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/light/
Dapds9960.txt1 * Avago APDS9960 gesture/RGB/ALS/proximity sensor
7 - compatible: must be "avago,apds9960"
16 apds9960@39 {
17 compatible = "avago,apds9960";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/light/
Davago,apds9960.yaml4 $id: http://devicetree.org/schemas/iio/light/avago,apds9960.yaml#
7 title: Avago APDS9960 gesture/RGB/ALS/proximity sensor
17 const: avago,apds9960
38 compatible = "avago,apds9960";
/kernel/linux/linux-5.10/drivers/iio/light/
DKconfig76 config APDS9960 config
77 tristate "Avago APDS9960 gesture/RGB/ALS/proximity sensor"
84 APDS9960 gesture/RGB/ALS/proximity sensor.
87 module will be called apds9960
Dapds9960.c3 * apds9960.c - Support for Avago APDS9960 gesture/RGB/ALS/proximity sensor
28 #define APDS9960_DRV_NAME "apds9960"
1111 { "apds9960", 0 },
1117 { .compatible = "avago,apds9960" },
1135 MODULE_DESCRIPTION("APDS9960 Gesture/RGB/ALS/Proximity sensor");
DMakefile13 obj-$(CONFIG_APDS9960) += apds9960.o
/kernel/linux/linux-6.6/drivers/iio/light/
DKconfig76 config APDS9960 config
77 tristate "Avago APDS9960 gesture/RGB/ALS/proximity sensor"
84 APDS9960 gesture/RGB/ALS/proximity sensor.
87 module will be called apds9960
Dapds9960.c3 * apds9960.c - Support for Avago APDS9960 gesture/RGB/ALS/proximity sensor
29 #define APDS9960_DRV_NAME "apds9960"
1110 { "apds9960", 0 },
1122 { .compatible = "avago,apds9960" },
1141 MODULE_DESCRIPTION("APDS9960 Gesture/RGB/ALS/Proximity sensor");
DMakefile13 obj-$(CONFIG_APDS9960) += apds9960.o