Searched refs:touch_arbitration (Results 1 – 1 of 1) sorted by relevance
37 static bool touch_arbitration = 1; variable38 module_param(touch_arbitration, bool, 0644);39 MODULE_PARM_DESC(touch_arbitration, " on (Y) off (N)");792 return (touch_arbitration ? !wacom->shared->stylus_in_proximity : 1); in report_touch_events()797 return (wacom->shared->touch_down && touch_arbitration); in delay_pen_events()