Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/input/mouse/
A Dhgpk.h41 int spew_count, x_tally, y_tally; /* spew detection */ member
A Dhgpk.c180 priv->x_tally = 0; in hgpk_reset_spew_detection()
233 priv->x_tally += x; 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()

Completed in 4 milliseconds