Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dhgpk.h47 int xsaw_secondary, ysaw_secondary; /* jumpiness detection */ member
H A Dhgpk.c156 priv->ysaw_secondary++; in hgpk_discard_decay_hack()
158 if (priv->ybigj && priv->ysaw_secondary > 1) in hgpk_discard_decay_hack()
161 priv->ysaw_secondary = 0; in hgpk_discard_decay_hack()
192 priv->xsaw_secondary = priv->ysaw_secondary = 0; in hgpk_reset_hack_state()