Searched refs:touch_x (Results 1 – 1 of 1) sorted by relevance
146 int touch_x; /* x coordinate on touchscreen */ member1108 input_report_abs(ictx->touch, ABS_X, ictx->touch_x); in imon_touch_display_timeout()1386 ictx->touch_x = (buf[0] << 4) | (buf[1] >> 4); in imon_touch_event()1388 input_report_abs(ictx->touch, ABS_X, ictx->touch_x); in imon_touch_event()