Searched refs:gt1x_abs_x_max (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/ |
| H A D | gt1x_generic.c | 72 u32 gt1x_abs_x_max; variable 179 gt1x_abs_x_max = (gt1x_config[RESOLUTION_LOC + 1] << 8) + gt1x_config[RESOLUTION_LOC]; in gt1x_debug_write_proc() 643 if ((gt1x_abs_x_max == 0) && (gt1x_abs_y_max == 0)) { in gt1x_init_panel() 644 gt1x_abs_x_max = (gt1x_config[RESOLUTION_LOC + 1] << 8) + gt1x_config[RESOLUTION_LOC]; in gt1x_init_panel() 649 gt1x_config[RESOLUTION_LOC] = (u8) gt1x_abs_x_max; in gt1x_init_panel() 650 gt1x_config[RESOLUTION_LOC + 1] = (u8) (gt1x_abs_x_max >> 8); in gt1x_init_panel() 657 …GTP_INFO("X_MAX=%d,Y_MAX=%d,TRIGGER=0x%02x,WAKEUP_LEVEL=%d", gt1x_abs_x_max, gt1x_abs_y_max, gt1x_… in gt1x_init_panel() 1230 input_x = GTP_WARP_X(gt1x_abs_x_max, input_x); in gt1x_touch_event_handler() 1279 input_x = GTP_WARP_X(gt1x_abs_x_max, input_x); in gt1x_touch_event_handler() 1354 input_set_abs_params(pen_dev, ABS_MT_POSITION_X, 0, gt1x_abs_x_max, 0, 0); in gt1x_pen_init() [all …]
|
| H A D | gt1x.c | 519 input_set_abs_params(input_dev, ABS_MT_POSITION_Y, 0, gt1x_abs_x_max, 0, 0); in gt1x_request_input_dev() 521 input_set_abs_params(input_dev, ABS_MT_POSITION_X, 0, gt1x_abs_x_max, 0, 0); in gt1x_request_input_dev()
|
| H A D | gt1x_generic.h | 541 extern u32 gt1x_abs_x_max;
|