Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgsl_point_id.c250 static unsigned int coordinate_correct_able; variable
734 if((coordinate_correct_able&0xf) == 0) in CoordinateCorrect()
736 kx = (coordinate_correct_able>>4)&0xf; in CoordinateCorrect()
737 ky = (coordinate_correct_able>>8)&0xf; in CoordinateCorrect()
748 if(((coordinate_correct_able>>4)&0xf) == 3) in CoordinateCorrect()
750 if(((coordinate_correct_able>>8)&0xf) == 3) in CoordinateCorrect()
2324 coordinate_correct_able = 0; in gsl_DataInit()
2408 coordinate_correct_able = conf[0]; in gsl_DataInit()
2535 coordinate_correct_able = conf[0x100]; in gsl_DataInit()