Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgsl_point_id.c227 static unsigned int reset_mask_max; variable
1930 if (reset_mask_max == 0xfffffff1) in ResetMask()
1933 reset_mask_max = 0xf0000000 + 1; in ResetMask()
1936 if (reset_mask_max > 0xf0000000) in ResetMask()
1938 reset_mask_max --; in ResetMask()
1939 if (reset_mask_max == 0xf0000000) in ResetMask()
1949 reset_mask_max = 0; in ResetMask()
1954 if (reset_mask_max == 0) in ResetMask()
1955 reset_mask_max = pp[0][0].all; in ResetMask()
1957 if (PointDistance((gsl_POINT_TYPE*)(&reset_mask_max),pp[0]) > in ResetMask()
[all …]