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