Searched refs:second_touch (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/input/mouse/
H A Dalps.h317 int second_touch; member in struct:alps_data
H A Dalps.c479 if (priv->second_touch == -1) {
488 priv->second_touch = i;
493 priv->second_touch = (priv->second_touch + 2) % 4;
497 fields->mt[1] = corner[priv->second_touch];
535 priv->second_touch = -1;

Completed in 162 milliseconds