Searched full:max44009 (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/light/ |
| D | maxim,max44009.yaml | 4 $id: http://devicetree.org/schemas/iio/light/maxim,max44009.yaml# 7 title: MAX44009 Ambient Light Sensor 14 const: maxim,max44009 38 compatible = "maxim,max44009";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/light/ |
| D | max44009.txt | 1 * MAX44009 Ambient Light Sensor 5 - compatible: should be "maxim,max44009" 19 compatible = "maxim,max44009";
|
| /kernel/linux/linux-5.10/drivers/iio/light/ |
| D | max44009.c | 3 * max44009.c - Support for MAX44009 Ambient Light Sensor 7 * Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX44009.pdf 26 #define MAX44009_DRV_NAME "max44009" 41 /* The maximum rising threshold for the max44009 */ 51 /* The max44009 always scales raw readings by 0.045 and is non-configurable */ 532 { .compatible = "maxim,max44009" }, 538 { "max44009", 0 }, 555 MODULE_DESCRIPTION("MAX44009 ambient light sensor driver");
|
| D | Kconfig | 360 config MAX44009 config 361 tristate "MAX44009 Ambient Light Sensor" 366 MAX44009 ambient light sensor device. 369 the module will be called max44009.
|
| D | Makefile | 36 obj-$(CONFIG_MAX44009) += max44009.o
|
| /kernel/linux/linux-6.6/drivers/iio/light/ |
| D | max44009.c | 3 * max44009.c - Support for MAX44009 Ambient Light Sensor 7 * Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX44009.pdf 26 #define MAX44009_DRV_NAME "max44009" 41 /* The maximum rising threshold for the max44009 */ 51 /* The max44009 always scales raw readings by 0.045 and is non-configurable */ 531 { .compatible = "maxim,max44009" }, 537 { "max44009", 0 }, 554 MODULE_DESCRIPTION("MAX44009 ambient light sensor driver");
|
| D | Kconfig | 400 config MAX44009 config 401 tristate "MAX44009 Ambient Light Sensor" 406 MAX44009 ambient light sensor device. 409 the module will be called max44009.
|
| D | Makefile | 37 obj-$(CONFIG_MAX44009) += max44009.o
|