Lines Matching full:touchscreen
1 * Broadcom's IPROC Touchscreen Controller
4 - compatible: must be "brcm,iproc-touchscreen"
11 - interrupts: The touchscreen controller's interrupt
53 - touchscreen-size-x: horizontal resolution of touchscreen (in pixels)
54 - touchscreen-size-y: vertical resolution of touchscreen (in pixels)
55 - touchscreen-fuzz-x: horizontal noise value of the absolute input
57 - touchscreen-fuzz-y: vertical noise value of the absolute input
59 - touchscreen-inverted-x: X axis is inverted (boolean)
60 - touchscreen-inverted-y: Y axis is inverted (boolean)
62 Example: An example of touchscreen node
69 touchscreen: touchscreen@180a6000 {
70 compatible = "brcm,iproc-touchscreen";
84 /* Touchscreen is rotated 180 degrees. */
85 touchscreen-inverted-x;
86 touchscreen-inverted-y;