Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgsl_point_id.c53 #define PR_DEEP 10 macro
54 #define POINT_DEEP (PP_DEEP + PS_DEEP + PR_DEEP)
197 static gsl_POINT_TYPE *point_report[PR_DEEP];
641 if(point_n >= PP_DEEP * PS_DEEP * PR_DEEP * PRESSURE_DEEP) in PointPointer()
661 pn = point_n % PR_DEEP; in PointPointer()
662 for(i=0;i<PR_DEEP;i++) in PointPointer()
666 pn = PR_DEEP - 1; in PointPointer()
1296 for(j=1;j<PR_DEEP;j++) in PointFilter()
1457 if (point_delay[i].other.report >= PR_DEEP - 1) in PointReport()
1476 if (point_delay[i].other.report >= PR_DEEP) in PointReport()
[all …]