Lines Matching +full:touchscreen +full:- +full:average +full:- +full:samples
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/input/touchscreen/touchscreen.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Common touchscreen Bindings
10 - Dmitry Torokhov <dmitry.torokhov@gmail.com>
13 touchscreen-min-x:
18 touchscreen-min-y:
23 touchscreen-size-x:
24 description: horizontal resolution of touchscreen (maximum x coordinate reported + 1)
27 touchscreen-size-y:
28 description: vertical resolution of touchscreen (maximum y coordinate reported + 1)
31 touchscreen-max-pressure:
35 touchscreen-min-pressure:
36 description: minimum pressure on the touchscreen to be achieved in order
37 for the touchscreen driver to report a touch event.
40 touchscreen-fuzz-x:
44 touchscreen-fuzz-y:
48 touchscreen-fuzz-pressure:
53 touchscreen-average-samples:
54 description: Number of data samples which are averaged for each read (valid
58 touchscreen-inverted-x:
62 touchscreen-inverted-y:
66 touchscreen-swapped-x-y:
71 touchscreen-x-mm:
72 description: horizontal length in mm of the touchscreen
75 touchscreen-y-mm:
76 description: vertical length in mm of the touchscreen
80 touchscreen-size-x: [ touchscreen-size-y ]
81 touchscreen-size-y: [ touchscreen-size-x ]
82 touchscreen-x-mm: [ touchscreen-y-mm ]
83 touchscreen-y-mm: [ touchscreen-x-mm ]