Searched +full:proximity +full:- +full:far +full:- +full:hysteresis (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/light/ |
| H A D | sharp,gp2ap002.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Sharp GP2AP002A00F and GP2AP002S00F proximity and ambient light sensors 10 - Linus Walleij <linus.walleij@linaro.org> 13 Proximity and ambient light sensor with IR LED for the proximity 20 - sharp,gp2ap002a00f 21 - sharp,gp2ap002s00f 28 description: an interrupt for proximity, usually a GPIO line 30 vdd-supply: [all …]
|
| /OK3568_Linux_fs/kernel/drivers/iio/light/ |
| H A D | gp2ap002.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * GP2AP002A00F Ambient Light and Proximity Sensor 5 * GP2AP002S00F Proximity Sensor 14 * https://lore.kernel.org/lkml/1315556546-7445-1-git-send-email-dg77.kim@samsung.com/ 17 * https://lore.kernel.org/linux-input/20190125175045.22576-1-pawel.mikolaj.chmiel@gmail.com/ 18 * Based partly on code from the Samsung GT-S7710 by <mjchen@sta.samsung.com> 42 /* ------------------------------------------------------------------------ */ 45 /* ------------------------------------------------------------------------ */ 52 /* ------------------------------------------------------------------------ */ 53 /* VO :Proximity sensing result(0: no detection, 1: detection) */ [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | ste-ux500-samsung-golden.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 2 /dts-v1/; 4 #include "ste-db8500.dtsi" 5 #include "ste-ab8505.dtsi" 6 #include "ste-dbx5x0-pinctrl.dtsi" 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/input/input.h> 9 #include <dt-bindings/interrupt-controller/irq.h> 13 * You need an intermediate, device-tree compatible bootloader 16 * There is a port of (mainline) U-Boot, see [all …]
|
| H A D | ste-ux500-samsung-skomer.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Devicetree for the Samsung XCover 2 GT-S7710 also known as Skomer. 6 /dts-v1/; 7 #include "ste-db8500.dtsi" 8 #include "ste-ab8505.dtsi" 9 #include "ste-dbx5x0-pinctrl.dtsi" 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/input/input.h> 12 #include <dt-bindings/interrupt-controller/irq.h> 15 model = "Samsung XCover 2 (GT-S7710)"; [all …]
|
| H A D | s5pv210-aries.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 6 /dts-v1/; 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/interrupt-controller/irq.h> 32 reserved-memory { 33 #address-cells = <1>; 34 #size-cells = <1>; 38 compatible = "shared-dma-pool"; 39 no-map; 44 compatible = "shared-dma-pool"; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/iio/proximity/ |
| H A D | sx9500.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Driver for Semtech's SX9500 capacitive proximity/button solution. 77 #define SX9500_CHAN_MASK GENMASK(SX9500_NUM_CHANNELS - 1, 0) 86 * Last reading of the proximity status for each channel. We 171 regmap_reg_range(SX9500_REG_IRQ_MSK + 1, SX9500_REG_PROX_CTRL0 - 1), 172 regmap_reg_range(SX9500_REG_PROX_CTRL8 + 1, SX9500_REG_SENSOR_SEL - 1), 173 regmap_reg_range(SX9500_REG_OFFSET_LSB + 1, SX9500_REG_RESET - 1), 212 return regmap_update_bits(data->regmap, reg, bitmask, bitmask); in sx9500_inc_users() 218 (*counter)--; in sx9500_dec_users() 223 return regmap_update_bits(data->regmap, reg, bitmask, 0); in sx9500_dec_users() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | wlioctl.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 10 * Copyright (C) 1999-2017, Broadcom Corporation 29 * <<Broadcom-WL-IPTag/Open:>> 31 * $Id: wlioctl.h 677952 2017-01-05 23:25:28Z $ 91 (sizeof(wl_dfs_forced_t) + (((n) < 1) ? (0) : (((n) - 1)* sizeof(chanspec_t)))) 107 #define DFS_SCAN_S_IDLE -1 193 * will see OBSS, [means that, we false detected that OBSS-is-gone 294 * Per-BSS information structure. 396 #define WL_GSCAN_INFO_FIXED_FIELD_SIZE (sizeof(wl_gscan_bss_info_t) - sizeof(wl_bss_info_t)) 546 #define WL_EXTDSCAN_PARAMS_FIXED_SIZE (sizeof(wl_extdscan_params_t) - sizeof(chan_scandata_t)) [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | wlioctl.h | 26 * <<Broadcom-WL-IPTag/Dual:>> 62 * BCME_.. error codes are extended by various features - e.g. FTM, NAN, SAE etc. 69 * The error codes -4096 ... -5119 are reserved for firmware signing. 71 * Next available (inclusive) range: [-8*1024 + 1, -7*1024] 76 /* 11ax trigger frame format - versioning info */ 122 (sizeof(wl_dfs_forced_t) + (((n) < 1) ? (0) : (((n) - 1)* sizeof(chanspec_t)))) 142 #define DFS_SCAN_S_IDLE -1 227 * will see OBSS, [means that, we false detected that OBSS-is-gone 537 #define WL_GSCAN_INFO_FIXED_FIELD_SIZE (sizeof(wl_gscan_bss_info_t) - sizeof(wl_bss_info_t)) 595 uint8 bsscolor_index; /**< bsscolor index 0-1 */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | wlioctl.h | 26 * <<Broadcom-WL-IPTag/Dual:>> 62 * BCME_.. error codes are extended by various features - e.g. FTM, NAN, SAE etc. 69 * The error codes -4096 ... -5119 are reserved for firmware signing. 71 * Next available (inclusive) range: [-8*1024 + 1, -7*1024] 76 /* 11ax trigger frame format - versioning info */ 122 (sizeof(wl_dfs_forced_t) + (((n) < 1) ? (0) : (((n) - 1)* sizeof(chanspec_t)))) 142 #define DFS_SCAN_S_IDLE -1 227 * will see OBSS, [means that, we false detected that OBSS-is-gone 537 #define WL_GSCAN_INFO_FIXED_FIELD_SIZE (sizeof(wl_gscan_bss_info_t) - sizeof(wl_bss_info_t)) 595 uint8 bsscolor_index; /**< bsscolor index 0-1 */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | wlioctl.h | 11 * Copyright (C) 1999-2017, Broadcom Corporation 32 * <<Broadcom-WL-IPTag/Open:>> 61 * BCME_.. error codes are extended by various features - e.g. FTM, NAN, SAE etc. 68 * The error codes -4096 ... -5119 are reserved for firmware signing. 70 * Next available (inclusive) range: [-6*1024 + 1, -5*1024] 75 /* 11ax trigger frame format - versioning info */ 122 (sizeof(wl_dfs_forced_t) + (((n) < 1) ? (0) : (((n) - 1)* sizeof(chanspec_t)))) 138 #define DFS_SCAN_S_IDLE -1 253 * will see OBSS, [means that, we false detected that OBSS-is-gone 353 * Per-BSS information structure. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | wlioctl.h | 11 * Copyright (C) 1999-2017, Broadcom Corporation 32 * <<Broadcom-WL-IPTag/Open:>> 61 * BCME_.. error codes are extended by various features - e.g. FTM, NAN, SAE etc. 68 * The error codes -4096 ... -5119 are reserved for firmware signing. 70 * Next available (inclusive) range: [-6*1024 + 1, -5*1024] 75 /* 11ax trigger frame format - versioning info */ 122 (sizeof(wl_dfs_forced_t) + (((n) < 1) ? (0) : (((n) - 1)* sizeof(chanspec_t)))) 138 #define DFS_SCAN_S_IDLE -1 253 * will see OBSS, [means that, we false detected that OBSS-is-gone 353 * Per-BSS information structure. [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | wlioctl.h | 11 * Copyright (C) 1999-2017, Broadcom Corporation 32 * <<Broadcom-WL-IPTag/Open:>> 61 * BCME_.. error codes are extended by various features - e.g. FTM, NAN, SAE etc. 68 * The error codes -4096 ... -5119 are reserved for firmware signing. 70 * Next available (inclusive) range: [-6*1024 + 1, -5*1024] 75 /* 11ax trigger frame format - versioning info */ 122 (sizeof(wl_dfs_forced_t) + (((n) < 1) ? (0) : (((n) - 1)* sizeof(chanspec_t)))) 138 #define DFS_SCAN_S_IDLE -1 264 * will see OBSS, [means that, we false detected that OBSS-is-gone 364 * Per-BSS information structure. [all …]
|