Searched +full:proximity +full:- +full:diodes (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/iio/light/ |
H A 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/arch/arm64/boot/dts/qcom/ |
H A 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 …]
|
H A 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/drivers/iio/light/ |
H A 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/arch/arm/boot/dts/qcom/ |
H A 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"; 21 stdout-path = "serial0:115200n8"; 24 gpio-keys { 25 compatible = "gpio-keys"; 27 pinctrl-names = "default"; [all …]
|