Searched refs:touch_arbitration (Results 1 – 1 of 1) sorted by relevance
33 static bool touch_arbitration = 1; variable34 module_param(touch_arbitration, bool, 0644);35 MODULE_PARM_DESC(touch_arbitration, " on (Y) off (N)");829 return (touch_arbitration ? !wacom->shared->stylus_in_proximity : 1); in report_touch_events()834 return (wacom->shared->touch_down && touch_arbitration); in delay_pen_events()