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

/linux-master/drivers/hid/
H A Dwacom_wac.c885 static inline bool report_touch_events(struct wacom_wac *wacom) function
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);
2670 bool prox = touch_down && report_touch_events(wacom_wac);
3030 bool touch = report_touch_events(wacom)
3068 touch = touch && report_touch_events(wacom);
3279 report_touch_events(waco
[all...]

Completed in 153 milliseconds