Home
last modified time | relevance | path

Searched refs:touch_y (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/rc/
H A Dimon.c147 int touch_y; /* y coordinate on touchscreen */ member
1109 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()