Lines Matching +full:average +full:- +full:samples
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Dmitry Torokhov <dmitry.torokhov@gmail.com>
20 touchscreen-min-x:
25 touchscreen-min-y:
30 touchscreen-size-x:
34 touchscreen-size-y:
38 touchscreen-max-pressure:
42 touchscreen-min-pressure:
47 touchscreen-fuzz-x:
51 touchscreen-fuzz-y:
55 touchscreen-fuzz-pressure:
60 touchscreen-average-samples:
61 description: Number of data samples which are averaged for each read (valid
65 touchscreen-inverted-x:
69 touchscreen-inverted-y:
73 touchscreen-swapped-x-y:
78 touchscreen-x-mm:
81 touchscreen-y-mm:
84 touchscreen-x-plate-ohms:
85 description: Resistance of the X-plate in Ohms
87 touchscreen-y-plate-ohms:
88 description: Resistance of the Y-plate in Ohms
90 touch-overlay:
103 A new touchscreen area is defined as a sub-node without a key code. If a
104 key code is defined in the sub-node, it will be interpreted as a button.
106 The x-origin and y-origin properties of a touchscreen area define the
108 This offset is applied to the events accordingly. The x-size and y-size
118 │ ├ y-size │ │
123 │ │ x-size │ │
129 where (0',0') = (0+x-origin,0+y-origin)
131 Sub-nodes with key codes report the touch events on their surface as key
174 '^segment-':
177 Each segment is represented as a sub-node.
179 x-origin:
183 y-origin:
187 x-size:
191 y-size:
202 - x-origin
203 - y-origin
204 - x-size
205 - y-size
210 touchscreen-size-x: [ touchscreen-size-y ]
211 touchscreen-size-y: [ touchscreen-size-x ]
212 touchscreen-x-mm: [ touchscreen-y-mm ]
213 touchscreen-y-mm: [ touchscreen-x-mm ]