Searched full:as73211 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/light/ |
D | ams,as73211.yaml | 4 $id: http://devicetree.org/schemas/iio/light/ams,as73211.yaml# 7 title: AMS AS73211 JENCOLOR(R) Digital XYZ Sensor and AMS AS7331 UV Sensor 13 AMS AS73211 XYZ True Color Sensor with I2C Interface 21 - ams,as73211 48 as73211@74 { 49 compatible = "ams,as73211";
|
/linux-6.12.1/drivers/iio/light/ |
D | as73211.c | 3 * Support for AMS AS73211 JENCOLOR(R) Digital XYZ Sensor and AMS AS7331 14 * AS73211: https://ams.com/documents/20143/36005/AS73211_DS000556_3-01.pdf 32 #define AS73211_DRV_NAME "as73211" 34 /* AS73211 configuration registers */ 41 /* AS73211 output register bank */ 105 * struct as73211_data - Instance data for one AS73211 673 /* AS73211 starts reading at address 2 */ in as73211_trigger_handler() 862 { .compatible = "ams,as73211", &as73211_spec }, 869 { "as73211", (kernel_ulong_t)&as73211_spec }, 887 MODULE_DESCRIPTION("AS73211 XYZ True Color Sensor driver");
|
D | Kconfig | 101 config AS73211 config 102 tristate "AMS AS73211 XYZ color sensor and AMS AS7331 UV sensor" 107 If you say yes here you get support for the AMS AS73211 115 will be called as73211.
|
D | Makefile | 15 obj-$(CONFIG_AS73211) += as73211.o
|
/linux-6.12.1/ |
D | MAINTAINERS | 1222 AMS AS73211 DRIVER 1226 F: Documentation/devicetree/bindings/iio/light/ams,as73211.yaml 1227 F: drivers/iio/light/as73211.c
|