Lines Matching defs:report_touch_events
885 static inline bool report_touch_events(struct wacom_wac *wacom)
1297 report_touch_events(wacom);
1632 bool touch = (data[offset] & 0x1) && report_touch_events(wacom);
1696 bool touch = (data[offset] & 0x1) && report_touch_events(wacom);
1730 bool touch = p && report_touch_events(wacom);
1754 bool prox = report_touch_events(wacom);
2660 bool prox = touch_down && report_touch_events(wacom_wac);
3020 bool touch = report_touch_events(wacom)
3058 touch = touch && report_touch_events(wacom);
3269 report_touch_events(wacom);
3291 wacom->shared->touch_down = !!prefix && report_touch_events(wacom);