Home
last modified time | relevance | path

Searched refs:input_y (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_generic.c1136 s32 input_y = 0; in gt1x_touch_event_handler() local
1227 input_y = coor_data[3] | (coor_data[4] << 8); in gt1x_touch_event_handler()
1231 input_y = GTP_WARP_Y(gt1x_abs_y_max, input_y); in gt1x_touch_event_handler()
1234 gt1x_pen_down(input_x, input_y, input_w, 0); in gt1x_touch_event_handler()
1276 input_y = coor_data[3] | (coor_data[4] << 8); in gt1x_touch_event_handler()
1280 input_y = GTP_WARP_Y(gt1x_abs_y_max, input_y); in gt1x_touch_event_handler()
1282 GTP_DEBUG("(%d)(%d,%d)[%d]", id, input_x, input_y, input_w); in gt1x_touch_event_handler()
1283 gt1x_touch_down(input_x, input_y, input_w, i); in gt1x_touch_event_handler()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/hyn_cst2xx/
H A Dhyn_cst2xx.c1133 int input_y = 0; in cst2xx_ts_worker() local
1297 input_y = (unsigned int)((buf[idx + 2] << 4) | (buf[idx + 3] & 0x0F)); in cst2xx_ts_worker()
1304 input_x = input_y; in cst2xx_ts_worker()
1305 input_y = temp; in cst2xx_ts_worker()
1313 input_y = SCREEN_MAX_Y - input_y; in cst2xx_ts_worker()
1319 cst2xx_touch_down(ts->input, finger_id, input_x, input_y, input_w); in cst2xx_ts_worker()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx.c592 s32 input_y = 0; in goodix_ts_work_func() local
908 input_y = coor_data[pos + 3] | (coor_data[pos + 4] << 8); in goodix_ts_work_func()
911 gtp_pen_down(input_x, input_y, input_w, 0); in goodix_ts_work_func()
934 input_y = coor_data[pos + 3] | (coor_data[pos + 4] << 8); in goodix_ts_work_func()
937 gtp_touch_down(ts, id, input_x, input_y, input_w); in goodix_ts_work_func()
965 input_y = coor_data[3] | (coor_data[4] << 8); in goodix_ts_work_func()
973 gtp_pen_down(input_x, input_y, input_w, 0); in goodix_ts_work_func()
981 gtp_touch_down(ts, id, input_x, input_y, input_w); in goodix_ts_work_func()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgoodix.c352 int input_y = get_unaligned_le16(&coor_data[3]); in goodix_ts_report_touch_8b() local
358 input_x, input_y, true); in goodix_ts_report_touch_8b()
367 int input_y = get_unaligned_le16(&coor_data[5]); in goodix_ts_report_touch_9b() local
373 input_x, input_y, true); in goodix_ts_report_touch_9b()