Home
last modified time | relevance | path

Searched full:as73211 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/light/
H A Dams,as73211.yaml4 $id: http://devicetree.org/schemas/iio/light/ams,as73211.yaml#
7 title: AMS AS73211 JENCOLOR(R) Digital XYZ Sensor
19 - ams,as73211
45 as73211@74 {
46 compatible = "ams,as73211";
/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Das73211.c3 * Support for AMS AS73211 JENCOLOR(R) Digital XYZ Sensor
30 #define AS73211_DRV_NAME "as73211"
32 /* AS73211 configuration registers */
39 /* AS73211 output register bank */
89 * struct as73211_data - Instance data for one AS73211
604 /* AS73211 starts reading at address 2 */ in as73211_trigger_handler()
776 { .compatible = "ams,as73211" },
782 { "as73211", 0 },
799 MODULE_DESCRIPTION("AS73211 XYZ True Color Sensor driver");
H A DKconfig89 config AS73211 config
90 tristate "AMS AS73211 XYZ color sensor"
95 If you say yes here you get support for the AMS AS73211
102 will be called as73211.
H A DMakefile14 obj-$(CONFIG_AS73211) += as73211.o
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS953 AMS AS73211 DRIVER
957 F: Documentation/devicetree/bindings/iio/light/ams,as73211.yaml
958 F: drivers/iio/light/as73211.c