Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dwacom_wac.c892 return (wacom->shared->touch_down && touch_arbitration); in delay_pen_events()
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()
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()
2659 bool touch_down = hid_data->tipswitch && hid_data->confidence; in wacom_wac_finger_slot() local
2660 bool prox = touch_down && report_touch_events(wacom_wac); in wacom_wac_finger_slot()
2663 if (!wacom_wac->shared->touch_down) in wacom_wac_finger_slot()
2718 if (touch_is_muted(wacom_wac) && !wacom_wac->shared->touch_down) in wacom_wac_finger_event()
2773 if (touch_is_muted(wacom_wac) && !wacom_wac->shared->touch_down) in wacom_wac_finger_pre_report()
[all …]
H A Dwacom_wac.h286 bool touch_down; member