Home
last modified time | relevance | path

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

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

Completed in 15 milliseconds