Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/rc/
Dimon.c159 int touch_x; /* x coordinate on touchscreen */ member
1077 input_report_abs(ictx->touch, ABS_X, ictx->touch_x); in imon_touch_display_timeout()
1358 ictx->touch_x = (buf[0] << 4) | (buf[1] >> 4); in imon_touch_event()
1360 input_report_abs(ictx->touch, ABS_X, ictx->touch_x); in imon_touch_event()
/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-is-param.h540 u32 touch_x; member
Dfimc-is-param.c303 isp->aa.touch_x = 0; in __is_set_init_isp_aa()