Home
last modified time | relevance | path

Searched refs:GTP_WARP_Y (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_generic.h362 #define GTP_WARP_Y(y_max, y) (y_max - 1 - y) macro
364 #define GTP_WARP_Y(y_max, y) y macro
H A Dgt1x_generic.c1231 input_y = GTP_WARP_Y(gt1x_abs_y_max, input_y); in gt1x_touch_event_handler()
1280 input_y = GTP_WARP_Y(gt1x_abs_y_max, input_y); in gt1x_touch_event_handler()