Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgsl_point_id.c242 static int ignore_x[2]; variable
1397 if(ignore_x[0]!=0 || ignore_x[1]!=0) in ScreenResolution()
1399 if(x < ignore_x[0]) in ScreenResolution()
1401 if(ignore_x[1] <= screen_y_max/2 && x > screen_x_max - ignore_x[1]) in ScreenResolution()
1403 if(ignore_x[1] >= screen_y_max/2 && x > ignore_x[1]) in ScreenResolution()
2345 ignore_x[i]=0; in gsl_DataInit()
2432 ignore_x[i] = conf[29+i]; in gsl_DataInit()
2503 ignore_x[0] = conf[0x26]>>16; in gsl_DataInit()
2504 ignore_x[1] = conf[0x26]&0xffff; in gsl_DataInit()
2585 if(ignore_x[i] & 0x8000) in gsl_DataInit()
[all …]