Searched +full:proximity +full:- +full:diodes (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/light/ |
D | tsl2772.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: AMS/TAOS Ambient Light Sensor (ALS) and Proximity Detector 10 - Brian Masney <masneyb@onstation.org> 13 Ambient light sensing and proximity detection with an i2c interface. 14 https://ams.com/documents/20143/36005/TSL2772_DS000181_2-00.pdf 19 - amstaos,tsl2571 20 - amstaos,tsl2671 21 - amstaos,tmd2671 [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | msm8939-huawei-kiwi.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 /dts-v1/; 5 #include "msm8939-pm8916.dtsi" 6 #include <dt-bindings/gpio/gpio.h> 11 chassis-type = "handset"; 20 stdout-path = "serial0"; 23 reserved-memory { 26 no-map; 30 gpio-hall-sensor { 31 compatible = "gpio-keys"; [all …]
|
D | msm8916-huawei-g7.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 6 /dts-v1/; 8 #include "msm8916-pm8916.dtsi" 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/input/input.h> 11 #include <dt-bindings/interrupt-controller/irq.h> 12 #include <dt-bindings/leds/common.h> 13 #include <dt-bindings/sound/apq8016-lpass.h> 16 * Note: The original firmware from Huawei can only boot 32-bit kernels. 17 * To boot this device tree using arm64 it is necessary to flash 64-bit TZ/HYP [all …]
|
/linux-6.12.1/drivers/iio/light/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 21 be called acpi-als. 24 tristate "ADJD-S311-CR999 digital color sensor" 29 If you say yes here you get support for the Avago ADJD-S311-CR999 89 tristate "Avago APDS9960 gesture/RGB/ALS/proximity sensor" 96 APDS9960 gesture/RGB/ALS/proximity sensor. 183 tristate "Capella CM3605 ambient light and proximity sensor" 186 ambient light and short range proximity sensor. 196 This option enables proximity & RGB sensor using 203 tristate "ChromeOS EC Light and Proximity Sensors" [all …]
|
D | tsl2772.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Device driver for monitoring ambient light intensity in (lux) and proximity 8 * Copyright (c) 2017-2018 Brian Masney <masneyb@onstation.org> 41 * TAOS Register definitions - Note: depending on device, some of these register 145 /* Per-device data */ 326 ret = i2c_smbus_read_byte_data(chip->client, in tsl2772_read_status() 329 dev_err(&chip->client->dev, in tsl2772_read_status() 340 ret = i2c_smbus_write_byte_data(chip->client, in tsl2772_write_control_reg() 343 dev_err(&chip->client->dev, in tsl2772_write_control_reg() 357 ret = i2c_smbus_write_byte(chip->client, in tsl2772_read_autoinc_regs() [all …]
|
/linux-6.12.1/arch/arm/boot/dts/qcom/ |
D | qcom-msm8974-lge-nexus5-hammerhead.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 #include "qcom-msm8974.dtsi" 5 #include <dt-bindings/input/input.h> 6 #include <dt-bindings/leds/common.h> 7 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 12 chassis-type = "handset"; 20 stdout-path = "serial0:115200n8"; 23 gpio-keys { 24 compatible = "gpio-keys"; 26 pinctrl-names = "default"; [all …]
|