Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/mouse/
Dhgpk.c111 int belowhalf, abovehalf; in approx_half() local
116 belowhalf = (prev * 8) / 20; in approx_half()
119 return belowhalf < curr && curr <= abovehalf; in approx_half()