Lines Matching defs:report_touch_events
878 static inline bool report_touch_events(struct wacom_wac *wacom)
1292 report_touch_events(wacom);
1630 bool touch = (data[offset] & 0x1) && report_touch_events(wacom);
1694 bool touch = (data[offset] & 0x1) && report_touch_events(wacom);
1728 bool touch = p && report_touch_events(wacom);
1752 bool prox = report_touch_events(wacom);
2623 bool prox = touch_down && report_touch_events(wacom_wac);
2962 bool touch = report_touch_events(wacom)
3000 touch = touch && report_touch_events(wacom);
3211 report_touch_events(wacom);
3233 wacom->shared->touch_down = !!prefix && report_touch_events(wacom);