touch_arbitration   33 drivers/hid/wacom_wac.c static bool touch_arbitration = 1;
touch_arbitration   34 drivers/hid/wacom_wac.c module_param(touch_arbitration, bool, 0644);
touch_arbitration   35 drivers/hid/wacom_wac.c MODULE_PARM_DESC(touch_arbitration, " on (Y) off (N)");
touch_arbitration  829 drivers/hid/wacom_wac.c 	return (touch_arbitration ? !wacom->shared->stylus_in_proximity : 1);
touch_arbitration  834 drivers/hid/wacom_wac.c 	return (wacom->shared->touch_down && touch_arbitration);