Searched refs:touch_down (Results 1 – 2 of 2) sorted by relevance
891 return (wacom->shared->touch_down && touch_arbitration); in delay_pen_events()1494 wacom->shared->touch_down = wacom_wac_finger_count_touches(wacom); in wacom_intuos_pro2_bt_touch()1610 if (touch_is_muted(wacom) && !wacom->shared->touch_down) in wacom_24hdt_irq()1665 wacom->shared->touch_down = wacom_wac_finger_count_touches(wacom); in wacom_24hdt_irq()1716 wacom->shared->touch_down = wacom_wac_finger_count_touches(wacom); in wacom_mt_touch()1744 wacom->shared->touch_down = wacom_wac_finger_count_touches(wacom); in wacom_tpc_mt_touch()1780 wacom->shared->touch_down = prox; in wacom_tpc_single_touch()2669 bool touch_down = hid_data->tipswitch && hid_data->confidence; in wacom_wac_finger_slot() local2670 bool prox = touch_down && report_touch_events(wacom_wac); in wacom_wac_finger_slot()2673 if (!wacom_wac->shared->touch_down) in wacom_wac_finger_slot()[all …]
286 bool touch_down; member