avx               127 drivers/input/mouse/hgpk.c 	int avx, avy;
avx               130 drivers/input/mouse/hgpk.c 	avx = abs(x);
avx               134 drivers/input/mouse/hgpk.c 	if (avx > recalib_delta ||
avx               135 drivers/input/mouse/hgpk.c 		(avx > recalib_delta / 2 && ((avx / 4) > priv->xlast))) {
avx               137 drivers/input/mouse/hgpk.c 		priv->xbigj = avx;
avx               138 drivers/input/mouse/hgpk.c 	} else if (approx_half(avx, priv->xbigj)) {
avx               140 drivers/input/mouse/hgpk.c 		priv->xbigj = avx;
avx               164 drivers/input/mouse/hgpk.c 	priv->xlast = avx;