Home
last modified time | relevance | path

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

/linux/drivers/media/rc/
H A Dimon.c146 int touch_x; /* x coordinate on touchscreen */ member
1108 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()