Lines Matching full:touch
53 /* Time in jiffies used to timeout various touch events (64 ms) */
113 * Touch sensitivity
233 bool touch; member
241 input_report_key(dev, BTN_TOUCH, priv->touch); in byd_report_input()
242 input_report_key(dev, BTN_TOOL_FINGER, priv->touch); in byd_report_input()
259 priv->touch = false; in byd_clear_touch()
264 * Move cursor back to center of pad when we lose touch - this in byd_clear_touch()
290 if (!priv->touch) { in byd_process_byte()
294 priv->touch = time_after(jiffies, tap_time); in byd_process_byte()
313 priv->touch = true; in byd_process_byte()
327 /* Reset time since last touch. */ in byd_process_byte()
328 if (priv->touch) { in byd_process_byte()