Searched +full:proximity +full:- +full:near +full:- +full:level (Results 1 – 12 of 12) sorted by relevance
/linux/Documentation/devicetree/bindings/iio/ |
H A D | common.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jonathan Cameron <jic23@kernel.org> 11 - Guido Günther <agx@sigxcpu.org> 23 proximity-near-level: 26 For proximity sensors whether an object can be considered near to the 31 Raw proximity values equal or above this level should be 32 considered 'near' to the device (an object is near to the
|
/linux/Documentation/devicetree/bindings/iio/light/ |
H A D | vishay,vcnl4000.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: VISHAY VCNL4000 ambient light and proximity sensor 10 - Peter Meerwald <pmeerw@pmeerw.net> 13 Ambient light sensing with proximity detection over an i2c 17 - $ref: ../common.yaml# 22 - vishay,vcnl4000 23 - vishay,vcnl4010 24 - vishay,vcnl4020 [all …]
|
H A D | stk33xx.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 Sensortek STK33xx I2C Ambient Light and Proximity sensor 11 - Jonathan Cameron <jic23@kernel.org> 14 Ambient light and proximity sensor over an i2c interface. 17 - $ref: ../common.yaml# 22 - enum: 23 - sensortek,stk3310 24 - sensortek,stk3311 [all …]
|
H A D | liteon,ltr501.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: LiteON LTR501 I2C Proximity and Light sensor 10 - Nikita Travkin <nikita@trvn.ru> 13 - $ref: ../common.yaml# 18 - liteon,ltr501 19 - liteon,ltr559 20 - liteon,ltr301 25 vdd-supply: true [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-proximity | 4 Contact: linux-iio@vger.kernel.org 6 Near level for proximity sensors. This is a single integer 10 should typically be considered near. 15 Contact: linux-iio@vger.kernel.org 17 Proximity sensors sometimes have a controllable amplifier 22 * as3935 (0-31 range)
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mq-librem5-r4.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 4 /dts-v1/; 6 #include "imx8mq-librem5-r3.dtsi" 14 maxim,rsns-microohm = <1667>; 18 led-max-microamp = <25000>; 25 &proximity { 26 proximity-near-level = <7>;
|
H A D | imx8mq-librem5-r2.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 8 #include "imx8mq-librem5.dtsi" 16 mount-matrix = "1", "0", "0", 17 "0", "-1", "0", 22 ti,charge-current = <1600000>; /* uA */ 25 &proximity { 26 proximity-near-level = <50>;
|
H A D | imx8mq-librem5-r3.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 4 /dts-v1/; 11 #include "imx8mq-librem5.dtsi" 19 mount-matrix = "1", "0", "0", 21 "0", "0", "-1"; 25 ti,charge-current = <1500000>; /* uA */ 29 pinctrl-0 = <&pinctrl_csi1>, <&pinctrl_r3_camera_pwr>; 30 shutdown-gpios = <&gpio5 4 GPIO_ACTIVE_LOW>; 42 mount-matrix = "1", "0", "0", 43 "0", "-1", "0", [all …]
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8939-longcheer-l9100.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 /dts-v1/; 5 #include "msm8939-pm8916.dtsi" 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/input/input.h> 9 #include <dt-bindings/interrupt-controller/irq.h> 10 #include <dt-bindings/leds/common.h> 11 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 12 #include <dt-bindings/pinctrl/qcom,pmic-mpp.h> 17 chassis-type = "handset"; [all …]
|
H A D | msm8916-longcheer-l8150.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 /dts-v1/; 5 #include "msm8916-pm8916.dtsi" 6 #include "msm8916-modem-qdsp6.dtsi" 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/input/input.h> 10 #include <dt-bindings/interrupt-controller/irq.h> 11 #include <dt-bindings/leds/common.h> 16 chassis-type = "handset"; 25 stdout-path = "serial0"; [all …]
|
/linux/drivers/acpi/acpica/ |
H A D | evhandler.c | 1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 4 * Module Name: evhandler - Support for Address Space handlers 6 * Copyright (C) 2000 - 2023, Intel Corp. 22 u32 level, void *context, void **return_value); 69 * available -- even though we are nowhere near ready to find the PCI root in acpi_ev_install_region_handlers() 107 * PARAMETERS: node - Namespace node for the device 108 * space_id - The address space ID 128 handler_obj = obj_desc->common_notify.handler; in acpi_ev_has_default_handler() 133 if (handler_obj->address_space.space_id == space_id) { in acpi_ev_has_default_handler() 134 if (handler_obj->address_space.handler_flags & in acpi_ev_has_default_handler() [all …]
|
/linux/include/linux/ |
H A D | cgroup-defs.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * linux/cgroup-defs.h - basic definitions for cgroup 18 #include <linux/percpu-refcount.h> 19 #include <linux/percpu-rwsem.h> 22 #include <linux/bpf-cgroup-defs.h> 52 CSS_ONLINE = (1 << 1), /* between ->css_online() and ->css_offline() */ 76 /* cgroup_root->flags */ 127 /* cftype->flags */ 146 * be obtained by setting cftype->file_offset. 156 * Per-subsystem/per-cgroup state maintained by the system. This is the [all …]
|