Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgsl_point_id.c240 static int match_x[2]; variable
1382 x = ((x - match_x[1]) * match_x[0] + 2048)/4096 ; in ScreenResolution()
2343 match_x[i]=0; in gsl_DataInit()
2348 match_x[0]=4096; in gsl_DataInit()
2430 match_x[i] = conf[25+i]; in gsl_DataInit()
2499 match_x[0] = conf[0x24]>>16; in gsl_DataInit()
2500 match_x[1] = conf[0x24]&0xffff; in gsl_DataInit()
2581 if(match_x[i] & 0x8000) in gsl_DataInit()
2582 match_x[i] |= 0xffff0000; in gsl_DataInit()