Searched refs:touch_x (Results 1 – 3 of 3) sorted by relevance
151 int touch_x; /* x coordinate on touchscreen */ member1101 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()
537 u32 touch_x; member
300 isp->aa.touch_x = 0; in __is_set_init_isp_aa()