Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/rc/
Dimon.c160 int touch_y; /* y coordinate on touchscreen */ member
1078 input_report_abs(ictx->touch, ABS_Y, ictx->touch_y); in imon_touch_display_timeout()
1359 ictx->touch_y = 0xfff - ((buf[2] << 4) | (buf[1] & 0xf)); in imon_touch_event()
1361 input_report_abs(ictx->touch, ABS_Y, ictx->touch_y); in imon_touch_event()
/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-is-param.h541 u32 touch_y; member
Dfimc-is-param.c304 isp->aa.touch_y = 0; in __is_set_init_isp_aa()