Home
last modified time | relevance | path

Searched refs:touch_y (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/rc/
H A Dimon.c152 int touch_y; /* y coordinate on touchscreen */ member
1105 input_report_abs(ictx->touch, ABS_Y, ictx->touch_y); in imon_touch_display_timeout()
1388 ictx->touch_y = 0xfff - ((buf[2] << 4) | (buf[1] & 0xf)); in imon_touch_event()
1390 input_report_abs(ictx->touch, ABS_Y, ictx->touch_y); in imon_touch_event()
/kernel/linux/linux-6.6/drivers/media/rc/
H A Dimon.c152 int touch_y; /* y coordinate on touchscreen */ member
1100 input_report_abs(ictx->touch, ABS_Y, ictx->touch_y); in imon_touch_display_timeout()
1383 ictx->touch_y = 0xfff - ((buf[2] << 4) | (buf[1] & 0xf)); in imon_touch_event()
1385 input_report_abs(ictx->touch, ABS_Y, ictx->touch_y); in imon_touch_event()
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H A Dfimc-is-param.h538 u32 touch_y; member
H A Dfimc-is-param.c301 isp->aa.touch_y = 0; in __is_set_init_isp_aa()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is-param.h538 u32 touch_y; member
H A Dfimc-is-param.c301 isp->aa.touch_y = 0; in __is_set_init_isp_aa()

Completed in 14 milliseconds