Searched +full:use +full:- +full:prox (Results 1 – 16 of 16) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/input/iqs62x-keys.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Jeff LaBundy <jeff@labundy.com>13 The Azoteq IQS620A, IQS621, IQS622, IQS624 and IQS625 multi-function sensors14 feature a variety of self-capacitive, mutual-inductive and Hall-effect sens-20 further details and examples. Sensor hardware configuration (self-capacitive21 vs. mutual-inductive, etc.) is selected based on the device's firmware.26 - azoteq,iqs620a-keys[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later5 * USB Wacom tablet support - Wacom specific code29 * 2^14/pi is a good approximation on Intuos5 and 3rd-gen Bamboo60 bool changed = battery->bat_status != bat_status || in __wacom_notify_battery()61 battery->battery_capacity != bat_capacity || in __wacom_notify_battery()62 battery->bat_charging != bat_charging || in __wacom_notify_battery()63 battery->bat_connected != bat_connected || in __wacom_notify_battery()64 battery->ps_connected != ps_connected; in __wacom_notify_battery()67 battery->bat_status = bat_status; in __wacom_notify_battery()68 battery->battery_capacity = bat_capacity; in __wacom_notify_battery()[all …]
10 ** Licensees holding valid commercial Qt licenses may use this file in14 ** and conditions see http://www.qt.io/terms-conditions. For further15 ** information use the contact form at http://www.qt.io/contact-us.31 ** met: http://www.gnu.org/licenses/gpl-2.0.html.67 m_networkManager->setParent(this); in QGeoCodingManagerEngineNokia()104 requestString += m_uriProvider->getCurrentHost(); in geocode()119 requestString += "?prox="; in geocode()191 requestString += m_uriProvider->getCurrentHost(); in geocode()209 // precise result-set offset to be supplied; instead, it in geocode()234 requestString += "?prox="; in geocode()[all …]
1 /* SPDX-License-Identifier: GPL-2.0+ */4 * and proximity (prox) within the TAOS TSL2772 family of devices.7 * Copyright (c) 2017-2018 Brian Masney <masneyb@onstation.org>25 /* Proximity diode to use */37 * struct tsl2772_settings - Settings for the tsl2772 driver40 * (256 - als_time) * 2.73.47 * (256 - prx_time) * 2.73.64 * @prox_diode Which diode(s) to use for driving the external66 * @prox_power The amount of power to use for the external LED(s).92 * struct tsl2772_platform_data - Platform callback, glass and defaults
1 # SPDX-License-Identifier: GPL-2.0-only21 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-CR999128 Say Y here if you use cm32181.139 Say Y here if you use cm3232.170 Say Y here if you use cm36651.181 Say Y here if you use the light and proximity sensors192 Say Y here if you have a Sharp GP2AP002 proximity/ALS combo-chip206 Say Y here if you have a Sharp GP2AP020A00F proximity/ALS combo-chip[all …]
1 // SPDX-License-Identifier: GPL-2.0-only7 * Copyright (c) 2016-2017 Brian Masney <masneyb@onstation.org>10 * - http://www.intersil.com/content/dam/Intersil/documents/isl2/isl29028.pdf11 * - http://www.intersil.com/content/dam/Intersil/documents/isl2/isl29030.pdf106 return -EINVAL; in isl29028_find_prox_sleep_index()112 struct device *dev = regmap_get_device(chip->regmap); in isl29028_set_proxim_sampling()120 ret = regmap_update_bits(chip->regmap, ISL29028_REG_CONFIGURE, in isl29028_set_proxim_sampling()130 chip->prox_sampling_int = sampling_int; in isl29028_set_proxim_sampling()131 chip->prox_sampling_frac = sampling_fract; in isl29028_set_proxim_sampling()140 ret = isl29028_set_proxim_sampling(chip, chip->prox_sampling_int, in isl29028_enable_proximity()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only14 * 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 /* ------------------------------------------------------------------------ */46 /* 0 PROX X X X X X X X VO H'00 R */52 /* ------------------------------------------------------------------------ */54 /* LED0 :Select switch for LED driver's On-registence(0:2x higher, 1:normal)*/127 * struct gp2ap002 - GP2AP002 state[all …]
1 // SPDX-License-Identifier: GPL-2.0+4 * detection (prox) within the TAOS TSL2571, TSL2671, TMD2671, TSL2771, TMD2771,8 * Copyright (c) 2017-2018 Brian Masney <masneyb@onstation.org>39 * TAOS Register definitions - Note: depending on device, some of these register143 /* Per-device data */324 ret = i2c_smbus_read_byte_data(chip->client, in tsl2772_read_status()327 dev_err(&chip->client->dev, in tsl2772_read_status()338 ret = i2c_smbus_write_byte_data(chip->client, in tsl2772_write_control_reg()341 dev_err(&chip->client->dev, in tsl2772_write_control_reg()355 ret = i2c_smbus_write_byte(chip->client, in tsl2772_read_autoinc_regs()[all …]
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Azoteq IQS620A/621/622/624/625 Multi-Function Sensors10 - Jeff LaBundy <jeff@labundy.com>13 The Azoteq IQS620A, IQS621, IQS622, IQS624 and IQS625 multi-function sensors21 - azoteq,iqs620a22 - azoteq,iqs62123 - azoteq,iqs62224 - azoteq,iqs624[all …]
1 // SPDX-License-Identifier: GPL-2.019 #define DRV_NAME "cros-ec-sensorhub"53 struct cros_ec_command *msg = sensorhub->msg; in cros_ec_sensorhub_register()54 struct cros_ec_dev *ec = sensorhub->ec; in cros_ec_sensorhub_register()59 msg->version = 1; in cros_ec_sensorhub_register()60 msg->insize = sizeof(struct ec_response_motion_sense); in cros_ec_sensorhub_register()61 msg->outsize = sizeof(struct ec_params_motion_sense); in cros_ec_sensorhub_register()63 for (i = 0; i < sensorhub->sensor_num; i++) { in cros_ec_sensorhub_register()64 sensorhub->params->cmd = MOTIONSENSE_CMD_INFO; in cros_ec_sensorhub_register()65 sensorhub->params->info.sensor_num = i; in cros_ec_sensorhub_register()[all …]
1 // SPDX-License-Identifier: GPL-2.0+25 [IQS62X_SW_HALL_N] = "hall-switch-north",26 [IQS62X_SW_HALL_S] = "hall-switch-south",52 ret = device_property_count_u32(&pdev->dev, "linux,keycodes"); in iqs62x_keys_parse_prop()54 dev_err(&pdev->dev, "Too many keycodes present\n"); in iqs62x_keys_parse_prop()55 return -EINVAL; in iqs62x_keys_parse_prop()57 dev_err(&pdev->dev, "Failed to count keycodes: %d\n", ret); in iqs62x_keys_parse_prop()60 iqs62x_keys->keycodemax = ret; in iqs62x_keys_parse_prop()62 ret = device_property_read_u32_array(&pdev->dev, "linux,keycodes", in iqs62x_keys_parse_prop()63 iqs62x_keys->keycode, in iqs62x_keys_parse_prop()[all …]
1 // SPDX-License-Identifier: GPL-2.0+8 * inductive keys as well as Hall-effect switches, and one for each of the two149 #define IQS269_ATI_POLL_SLEEP_US (iqs269->delay_mult * 10000)150 #define IQS269_ATI_POLL_TIMEOUT_US (iqs269->delay_mult * 500000)151 #define IQS269_ATI_STABLE_DELAY_MS (iqs269->delay_mult * 150)201 .name = "event-prox",207 .name = "event-prox-alt",214 .name = "event-touch",220 .name = "event-touch-alt",227 .name = "event-deep",[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * Copyright 2018-2020 Purism SPC6 /dts-v1/;8 #include "dt-bindings/input/input.h"9 #include <dt-bindings/interrupt-controller/irq.h>10 #include "dt-bindings/pwm/pwm.h"11 #include "dt-bindings/usb/pd.h"18 backlight_dsi: backlight-dsi {19 compatible = "led-backlight";23 pmic_osc: clock-pmic {[all …]
1 // SPDX-License-Identifier: GPL-2.09 * control thanks to Munir Nassar nassarmu@real-time.com59 { USB_DEVICE(0x045B, 0x0053) }, /* Renesas RX610 RX-Stick */60 { USB_DEVICE(0x0471, 0x066A) }, /* AKTAKOM ACE-1001 cable */61 { USB_DEVICE(0x0489, 0xE000) }, /* Pirelli Broadband S.p.A, DP-L10 SIP/GSM Mobile */62 { USB_DEVICE(0x0489, 0xE003) }, /* Pirelli Broadband S.p.A, DP-L10 SIP/GSM Mobile */65 { USB_DEVICE(0x08e6, 0x5501) }, /* Gemalto Prox-PU/CU contactless smartcard reader */70 { USB_DEVICE(0x0BED, 0x1100) }, /* MEI (TM) Cashflow-SC Bill/Voucher Acceptor */75 { USB_DEVICE(0x0FDE, 0xCA05) }, /* OWL Wireless Electricity Monitor CM-160 */77 { USB_DEVICE(0x10A6, 0xAA26) }, /* Knock-off DCU-11 cable */[all …]
3 Date: Tue Apr 13 10:01:34 2021 -04007 Signed-off-by: Matt Turner <mattst88@gmail.com>15 CVE-2021-3472 / ZDI-CAN-125918 Jan-Niklas Sohn working with Trend Micro Zero Day Initiative20 Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>24 Date: Sun Feb 21 21:49:58 2021 -080030 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>35 Date: Sun Feb 21 21:49:14 2021 -080039 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>44 Date: Sun Feb 21 20:58:42 2021 -0800[all …]
... 70 esac 71fi 72 73# if the command-not-found package is installed, use it 74 ...