Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dwacom_wac.c837 static inline bool report_touch_events(struct wacom_wac *wacom) in report_touch_events() function
1250 report_touch_events(wacom); in wacom_wac_finger_count_touches()
1562 bool touch = (data[offset] & 0x1) && report_touch_events(wacom); in wacom_24hdt_irq()
1626 bool touch = (data[offset] & 0x1) && report_touch_events(wacom); in wacom_mt_touch()
1660 bool touch = p && report_touch_events(wacom); in wacom_tpc_mt_touch()
1684 bool prox = report_touch_events(wacom); in wacom_tpc_single_touch()
2550 report_touch_events(wacom_wac); in wacom_wac_finger_slot()
2913 bool touch = report_touch_events(wacom) in wacom_bpt_touch()
2951 touch = touch && report_touch_events(wacom); in wacom_bpt3_touch_msg()
3162 report_touch_events(wacom); in wacom_bamboo_pad_touch_event()
[all …]