Searched full:max44009 (Results 1 – 4 of 4) sorted by relevance
4 $id: http://devicetree.org/schemas/iio/light/maxim,max44009.yaml#7 title: MAX44009 Ambient Light Sensor14 const: maxim,max4400938 compatible = "maxim,max44009";
3 * max44009.c - Support for MAX44009 Ambient Light Sensor7 * Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX44009.pdf26 #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");
452 config MAX44009 config453 tristate "MAX44009 Ambient Light Sensor"458 MAX44009 ambient light sensor device.461 the module will be called max44009.
41 obj-$(CONFIG_MAX44009) += max44009.o