out_of_sync_cnt  1618 drivers/input/mouse/alps.c 	    !psmouse->out_of_sync_cnt &&
out_of_sync_cnt   251 drivers/input/mouse/psmouse-base.c 	psmouse->pktcnt = psmouse->out_of_sync_cnt = 0;
out_of_sync_cnt   283 drivers/input/mouse/psmouse-base.c 			if (++psmouse->out_of_sync_cnt == psmouse->resetafter) {
out_of_sync_cnt   296 drivers/input/mouse/psmouse-base.c 		if (psmouse->out_of_sync_cnt) {
out_of_sync_cnt   297 drivers/input/mouse/psmouse-base.c 			psmouse->out_of_sync_cnt = 0;
out_of_sync_cnt   106 drivers/input/mouse/psmouse.h 	unsigned long out_of_sync_cnt;