Home
last modified time | relevance | path

Searched +full:as73211_ds000556_3 +full:- +full:01 (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/iio/light/
Dams,as73211.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Christian Eggers <ceggers@arri.de>
14 …https://ams.com/documents/20143/36005/AS73211_DS000556_3-01.pdf/a65474c0-b302-c2fd-e30a-c98df87616…
16 https://ams.com/documents/20143/9106314/AS7331_DS001047_4-00.pdf
21 - ams,as73211
22 - ams,as7331
35 - compatible
36 - reg
[all …]
/linux-6.12.1/drivers/iio/light/
Das73211.c1 // SPDX-License-Identifier: GPL-2.0-only
10 * Color light sensor with 16-bit channels for x, y, z and temperature);
11 * 7-bit I2C slave address 0x74 .. 0x77.
14 * AS73211: https://ams.com/documents/20143/36005/AS73211_DS000556_3-01.pdf
15 * AS7331: https://ams.com/documents/20143/9106314/AS7331_DS001047_4-00.pdf
76 #define AS73211_SAMPLE_TIME_MAX_MS BIT(AS73211_SAMPLE_TIME_NUM - 1)
93 * struct as73211_spec_dev_data - device-specific data
105 * struct as73211_data - Instance data for one AS73211
114 * @spec_dev: device-specific configuration.
151 #define AS73211_OFFSET_TEMP_INT (-66)
[all …]