Home
last modified time | relevance | path

Searched refs:touch_down (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/hid/
Dwacom_wac.c841 return (wacom->shared->touch_down && touch_arbitration); in delay_pen_events()
1419 wacom->shared->touch_down = wacom_wac_finger_count_touches(wacom); in wacom_intuos_pro2_bt_touch()
1535 if (touch_is_muted(wacom) && !wacom->shared->touch_down) in wacom_24hdt_irq()
1590 wacom->shared->touch_down = wacom_wac_finger_count_touches(wacom); in wacom_24hdt_irq()
1641 wacom->shared->touch_down = wacom_wac_finger_count_touches(wacom); in wacom_mt_touch()
1669 wacom->shared->touch_down = wacom_wac_finger_count_touches(wacom); in wacom_tpc_mt_touch()
1705 wacom->shared->touch_down = prox; in wacom_tpc_single_touch()
2544 if (!wacom_wac->shared->touch_down) in wacom_wac_finger_slot()
2599 if (touch_is_muted(wacom_wac) && !wacom_wac->shared->touch_down) in wacom_wac_finger_event()
2651 if (touch_is_muted(wacom_wac) && !wacom_wac->shared->touch_down) in wacom_wac_finger_pre_report()
[all …]
Dwacom_wac.h283 bool touch_down; member