Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/devicetree/bindings/iio/light/
Dmaxim,max44009.yaml4 $id: http://devicetree.org/schemas/iio/light/maxim,max44009.yaml#
7 title: MAX44009 Ambient Light Sensor
14 const: maxim,max44009
38 compatible = "maxim,max44009";
/linux-6.12.1/drivers/iio/light/
Dmax44009.c3 * 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" },
554 MODULE_DESCRIPTION("MAX44009 ambient light sensor driver");
DKconfig452 config MAX44009 config
453 tristate "MAX44009 Ambient Light Sensor"
458 MAX44009 ambient light sensor device.
461 the module will be called max44009.
DMakefile41 obj-$(CONFIG_MAX44009) += max44009.o