Home
last modified time | relevance | path

Searched +full:doze +full:- +full:holdoff +full:- +full:ms (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/rmi4/
Drmi_f01.txt10 http://www.synaptics.com/sites/default/files/511-000136-01-Rev-E-RMI4-Interfacing-Guide.pdf
13 - syna,nosleep-mode: If set the device will run at full power without sleeping.
17 - syna,wakeup-threshold: Defines the amplitude of the disturbance to the
20 - syna,doze-holdoff-ms: The delay to wait after the last finger lift and the
21 first doze cycle.
22 - syna,doze-interval-ms: The time period that the device sleeps between finger
29 rmi4-i2c-dev@2c {
30 compatible = "syna,rmi4-i2c";
34 rmi4-f01@1 {
36 syna,nosleep-mode = <1>;
/kernel/linux/linux-5.10/drivers/input/rmi4/
Drmi_f01.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2011-2016 Synaptics Incorporated
87 * When this bit is set, the touch controller employs a noise-filtering
106 * @ctrl0 - see the bit definitions above.
107 * @doze_interval - controls the interval between checks for finger presence
108 * when the touch sensor is in doze mode, in units of 10ms.
109 * @wakeup_threshold - controls the capacitance threshold at which the touch
111 * @doze_holdoff - controls how long the touch sensor waits after the last
112 * finger lifts before entering the doze state, in units of 100ms.
153 dev_err(&rmi_dev->dev, in rmi_f01_read_properties()
[all …]
/kernel/linux/linux-6.6/drivers/input/rmi4/
Drmi_f01.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2011-2016 Synaptics Incorporated
87 * When this bit is set, the touch controller employs a noise-filtering
106 * struct f01_device_control - controls basic sensor functions
110 * when the touch sensor is in doze mode, in units of 10ms.
114 * finger lifts before entering the doze state, in units of 100ms.
155 dev_err(&rmi_dev->dev, in rmi_f01_read_properties()
164 props->manufacturer_id = queries[0]; in rmi_f01_read_properties()
166 props->has_lts = queries[1] & RMI_F01_QRY1_HAS_LTS; in rmi_f01_read_properties()
167 props->has_adjustable_doze = in rmi_f01_read_properties()
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/
Dsyna,rmi4.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jason A. Donenfeld <Jason@zx2c4.com>
11 - Matthias Schiffer <matthias.schiffer@ew.tq-group.com
12 - Vincent Huang <vincent.huang@tw.synaptics.com>
22 - syna,rmi4-i2c
23 - syna,rmi4-spi
28 '#address-cells':
31 '#size-cells':
[all …]