Home
last modified time | relevance | path

Searched refs:GTP_MAX_WIDTH (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx.h282 #define GTP_MAX_WIDTH 480 macro
286 #define GTP_MAX_WIDTH 4096 macro
H A Dgt9xx.c1581 config[RESOLUTION_LOC] = (u8)GTP_MAX_WIDTH; in gtp_init_panel()
1582 config[RESOLUTION_LOC + 1] = (u8)(GTP_MAX_WIDTH>>8); in gtp_init_panel()
H A Dgt9xx_update.c301 config[RESOLUTION_LOC] = (u8)GTP_MAX_WIDTH; in gup_init_panel()
302 config[RESOLUTION_LOC + 1] = (u8)(GTP_MAX_WIDTH>>8); in gup_init_panel()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_generic.h254 #define GTP_MAX_WIDTH 720 macro
259 #define GTP_MAX_WIDTH 4096 macro
H A Dgt1x_generic.c620 gt1x_config[RESOLUTION_LOC] = (u8) GTP_MAX_WIDTH; in gt1x_init_panel()
621 gt1x_config[RESOLUTION_LOC + 1] = (u8) (GTP_MAX_WIDTH >> 8); in gt1x_init_panel()
2346 gt1x_abs_x_max = GTP_MAX_WIDTH; in gt1x_init()