Searched refs:touch_y (Results 1 – 1 of 1) sorted by relevance
147 int touch_y; /* y coordinate on touchscreen */ member1109 input_report_abs(ictx->touch, ABS_Y, ictx->touch_y); in imon_touch_display_timeout()1387 ictx->touch_y = 0xfff - ((buf[2] << 4) | (buf[1] & 0xf)); in imon_touch_event()1389 input_report_abs(ictx->touch, ABS_Y, ictx->touch_y); in imon_touch_event()