Home
last modified time | relevance | path

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

/drivers/media/rc/
Dimon.c151 int touch_x; /* x coordinate on touchscreen */ member
1101 input_report_abs(ictx->touch, ABS_X, ictx->touch_x); in imon_touch_display_timeout()
1384 ictx->touch_x = (buf[0] << 4) | (buf[1] >> 4); in imon_touch_event()
1386 input_report_abs(ictx->touch, ABS_X, ictx->touch_x); in imon_touch_event()
/drivers/media/platform/exynos4-is/
Dfimc-is-param.h537 u32 touch_x; member
Dfimc-is-param.c300 isp->aa.touch_x = 0; in __is_set_init_isp_aa()