Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hid/
Dwacom_wac.c887 return (wacom->shared->touch_down && touch_arbitration); in delay_pen_events()
1465 wacom->shared->touch_down = wacom_wac_finger_count_touches(wacom); in wacom_intuos_pro2_bt_touch()
1581 if (touch_is_muted(wacom) && !wacom->shared->touch_down) in wacom_24hdt_irq()
1636 wacom->shared->touch_down = wacom_wac_finger_count_touches(wacom); in wacom_24hdt_irq()
1687 wacom->shared->touch_down = wacom_wac_finger_count_touches(wacom); in wacom_mt_touch()
1715 wacom->shared->touch_down = wacom_wac_finger_count_touches(wacom); in wacom_tpc_mt_touch()
1751 wacom->shared->touch_down = prox; in wacom_tpc_single_touch()
2629 if (!wacom_wac->shared->touch_down) in wacom_wac_finger_slot()
2702 if (touch_is_muted(wacom_wac) && !wacom_wac->shared->touch_down) in wacom_wac_finger_event()
2763 if (touch_is_muted(wacom_wac) && !wacom_wac->shared->touch_down) in wacom_wac_finger_pre_report()
[all …]
Dwacom_wac.h285 bool touch_down; member