Searched full:max44009 (Results 1 – 8 of 8) sorted by relevance
/freebsd/share/man/man4/ |
H A D | max44009.4 | 31 .Nm max44009 32 .Nd driver for MAX44009 Ambient Light Sensor 38 .Cd "device max44009" 51 driver reports illuminance data from MAX44009 Ambient Light Sensor. 71 .Qq maxim,max44009 .
|
H A D | Makefile | 315 max44009.4 \
|
/freebsd/sys/dev/iicbus/sensor/ |
H A D | max44009.c | 50 * Driver for MAX44009 Ambient Light Sensor with ADC. 62 { "maxim,max44009", true }, 139 device_set_desc(dev, "MAX44009 light intensity sensor"); in max44009_probe() 181 "max44009", 186 DRIVER_MODULE(max44009, iicbus, max44009_driver, 0, 0); 187 MODULE_DEPEND(max44009, iicbus, IICBUS_MINVER, IICBUS_PREFVER, IICBUS_MAXVER); 188 MODULE_VERSION(max44009, 1);
|
/freebsd/sys/contrib/device-tree/Bindings/iio/light/ |
H A 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";
|
H A D | max44009.txt | 1 * MAX44009 Ambient Light Sensor 5 - compatible: should be "maxim,max44009" 19 compatible = "maxim,max44009";
|
/freebsd/sys/modules/i2c/max44009/ |
H A D | Makefile | 2 KMOD= max44009 3 SRCS= max44009.c
|
/freebsd/sys/modules/i2c/ |
H A D | Makefile | 19 max44009 \
|
/freebsd/sys/conf/ |
H A D | files | 1826 dev/iicbus/sensor/max44009.c optional max44009
|