Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dhgpk.h41 int spew_count, x_tally, y_tally; /* spew detection */ member
H A Dhgpk.c181 priv->y_tally = 0; in hgpk_reset_spew_detection()
234 priv->y_tally += y; in hgpk_spewing_hack()
259 if (abs(priv->x_tally) < 3 && abs(priv->y_tally) < 3) { in hgpk_spewing_hack()
261 priv->x_tally, priv->y_tally); in hgpk_spewing_hack()