Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgslx680_pad.c135 static u8 id_state_old_flag[MAX_CONTACTS+1] = {0}; variable
784 if( (0 == touches) || ((0 != id_state_old_flag[i]) && (0 == id_state_flag[i])) ) in gslX680_ts_worker()
793 id_state_old_flag[i] = id_state_flag[i]; in gslX680_ts_worker()
H A Dgslx680_firefly.c160 static u8 id_state_old_flag[MAX_CONTACTS + 1] = {0}; variable
752 if ((touches == 0) || ((id_state_old_flag[i] != 0) && (id_state_flag[i] == 0))) {
760 id_state_old_flag[i] = id_state_flag[i];
H A Dgsl3673.c227 static u8 id_state_old_flag[MAX_CONTACTS + 1] = {0}; variable
874 if ((touches == 0) || ((id_state_old_flag[i] != 0) && in gsl3673_ts_worker()
883 id_state_old_flag[i] = id_state_flag[i]; in gsl3673_ts_worker()
H A Dgslx680a.c269 static u8 id_state_old_flag[MAX_CONTACTS + 1] = {0}; variable
882 if ((touches == 0) || ((id_state_old_flag[i] != 0) && (id_state_flag[i] == 0))) { in gslX680_ts_worker()
890 id_state_old_flag[i] = id_state_flag[i]; in gslX680_ts_worker()
H A Dgsl3673_800x1280.c225 static u8 id_state_old_flag[MAX_CONTACTS + 1] = {0}; variable
896 if ((touches == 0) || ((id_state_old_flag[i] != 0) && in gsl3673_ts_worker()
905 id_state_old_flag[i] = id_state_flag[i]; in gsl3673_ts_worker()
H A Dgslx680.c225 static u8 id_state_old_flag[MAX_CONTACTS + 1] = { 0 }; variable
1084 || ((0 != id_state_old_flag[i]) in gslX680_ts_worker()
1103 id_state_old_flag[i] = id_state_flag[i]; in gslX680_ts_worker()
H A Dgslx6801.c181 static u8 id_state_old_flag[MAX_CONTACTS + 1] = { 0 }; variable
1011 if ((touches == 0) || ((id_state_old_flag[i] != 0) && in gslX680_ts_worker()
1033 id_state_old_flag[i] = id_state_flag[i]; in gslX680_ts_worker()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gsl3676/
H A Dgsl3676.c224 static u8 id_state_old_flag[MAX_CONTACTS + 1] = {0}; variable
869 if ((touches == 0) || ((id_state_old_flag[i] != 0) && in gsl_ts_worker()
878 id_state_old_flag[i] = id_state_flag[i]; in gsl_ts_worker()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gslx680_d708/
H A Drockchip_gslX680.c174 static u8 id_state_old_flag[MAX_CONTACTS + 1] = {0}; variable
830 if ((0 == touches) || ((0 != id_state_old_flag[i]) && (0 == id_state_flag[i]))) { in gslX680_ts_worker()
838 id_state_old_flag[i] = id_state_flag[i]; in gslX680_ts_worker()