Lines Matching +full:event +full:- +full:touch
1 * ST-Microelectronics FingerTip touchscreen controller
3 The ST-Microelectronics FingerTip device provides a basic touchscreen
7 The driver supports also hovering as an absolute single touch event with x, y, z
11 - compatible : must be "st,stmfts"
12 - reg : I2C slave address, (e.g. 0x49)
13 - interrupts : interrupt specification
14 - avdd-supply : analogic power supply
15 - vdd-supply : power supply
16 - touchscreen-size-x : see touchscreen.txt
17 - touchscreen-size-y : see touchscreen.txt
20 - touch-key-connected : specifies whether the touchkey feature is connected
21 - ledvdd-supply : power supply to the touch key leds
32 interrupt-parent = <&gpa1>;
34 touchscreen-size-x = <1599>;
35 touchscreen-size-y = <2559>;
36 touch-key-connected;
37 avdd-supply = <&ldo30_reg>;
38 vdd-supply = <&ldo31_reg>;
39 ledvdd-supply = <&ldo33_reg>;