Lines Matching +full:touchscreen +full:- +full:inverted +full:- +full:x

7 	Documentation/devicetree/bindings/spi/spi-bus.txt
23 vcc-supply A regulator node for the supply voltage.
28 ti,vref-delay-usecs vref supply delay in usecs, 0 for
30 ti,vref-mv The VREF voltage, in millivolts (u16).
33 ti,keep-vref-on set to keep vref on for differential
35 ti,settle-delay-usec Settling time of the analog signals;
37 on the X/Y drivers. If set to non-zero,
41 ti,penirq-recheck-delay-usecs If set to non-zero, after samples are
47 ti,x-plate-ohms Resistance of the X-plate,
49 ti,y-plate-ohms Resistance of the Y-plate,
51 ti,x-min Minimum value on the X axis (u16).
52 ti,y-min Minimum value on the Y axis (u16).
53 ti,debounce-tol Tolerance used for filtering (u16).
54 ti,debounce-rep Additional consecutive good readings
56 ti,pendown-gpio-debounce Platform specific debounce time for the
57 pendown-gpio (u32).
58 pendown-gpio GPIO handle describing the pin the !PENIRQ
60 wakeup-source use any event on touchscreen as wakeup event.
62 touchscreen-size-x General touchscreen binding, see [1].
63 touchscreen-size-y General touchscreen binding, see [1].
64 touchscreen-max-pressure General touchscreen binding, see [1].
65 touchscreen-min-pressure General touchscreen binding, see [1].
66 touchscreen-average-samples General touchscreen binding, see [1].
67 touchscreen-inverted-x General touchscreen binding, see [1].
68 touchscreen-inverted-y General touchscreen binding, see [1].
69 touchscreen-swapped-x-y General touchscreen binding, see [1].
71 [1] All general touchscreen properties are described in
72 Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt.
76 ti,swap-xy swap x and y axis
77 ti,x-max Maximum value on the X axis (u16).
78 ti,y-max Maximum value on the Y axis (u16).
79 ti,pressure-min Minimum reported pressure value
80 (threshold) - u16.
81 ti,pressure-max Maximum reported pressure value (u16).
82 ti,debounce-max Max number of additional readings per
91 interrupt-parent = <&gpio1>;
93 spi-max-frequency = <1000000>;
94 pendown-gpio = <&gpio1 8 0>;
95 vcc-supply = <&reg_vcc3>;
97 ti,x-min = /bits/ 16 <0>;
98 ti,x-max = /bits/ 16 <8000>;
99 ti,y-min = /bits/ 16 <0>;
100 ti,y-max = /bits/ 16 <4800>;
101 ti,x-plate-ohms = /bits/ 16 <40>;
102 ti,pressure-max = /bits/ 16 <255>;
104 wakeup-source;