Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hid/
Dwacom_wac.c892 return (wacom->shared->touch_down && touch_arbitration); in delay_pen_events()
1495 wacom->shared->touch_down = wacom_wac_finger_count_touches(wacom); in wacom_intuos_pro2_bt_touch()
1611 if (touch_is_muted(wacom) && !wacom->shared->touch_down) in wacom_24hdt_irq()
1666 wacom->shared->touch_down = wacom_wac_finger_count_touches(wacom); in wacom_24hdt_irq()
1717 wacom->shared->touch_down = wacom_wac_finger_count_touches(wacom); in wacom_mt_touch()
1745 wacom->shared->touch_down = wacom_wac_finger_count_touches(wacom); in wacom_tpc_mt_touch()
1781 wacom->shared->touch_down = prox; in wacom_tpc_single_touch()
2656 if (!wacom_wac->shared->touch_down) in wacom_wac_finger_slot()
2729 if (touch_is_muted(wacom_wac) && !wacom_wac->shared->touch_down) in wacom_wac_finger_event()
2790 if (touch_is_muted(wacom_wac) && !wacom_wac->shared->touch_down) in wacom_wac_finger_pre_report()
[all …]
Dwacom_wac.h286 bool touch_down; member