Searched refs:gt1x_config (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/ |
| H A D | gt1x_generic.c | 35 u8 gt1x_config[GTP_CONFIG_MAX_LENGTH] = { 0 }; variable 119 ptr += sprintf(ptr, "0x%02X,", gt1x_config[i]); in gt1x_debug_read_proc() 173 memcpy(gt1x_config, buf, count); in gt1x_debug_write_proc() 174 ret = gt1x_send_cfg(gt1x_config, gt1x_cfg_length); in gt1x_debug_write_proc() 179 gt1x_abs_x_max = (gt1x_config[RESOLUTION_LOC + 1] << 8) + gt1x_config[RESOLUTION_LOC]; in gt1x_debug_write_proc() 180 gt1x_abs_y_max = (gt1x_config[RESOLUTION_LOC + 3] << 8) + gt1x_config[RESOLUTION_LOC + 2]; in gt1x_debug_write_proc() 613 memset(gt1x_config, 0, sizeof(gt1x_config)); in gt1x_init_panel() 614 memcpy(gt1x_config, cfgs[sensor_id], cfg_len); in gt1x_init_panel() 617 gt1x_config[0] &= 0x7F; in gt1x_init_panel() 620 gt1x_config[RESOLUTION_LOC] = (u8) GTP_MAX_WIDTH; in gt1x_init_panel() [all …]
|
| H A D | gt1x_generic.h | 537 extern u8 gt1x_config[]; 558 extern int gt1x_parse_config(char *filename, u8 *gt1x_config);
|