Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dhgpk.c108 int belowhalf, abovehalf; in approx_half() local
114 abovehalf = (prev * 12) / 20; in approx_half()
116 return belowhalf < curr && curr <= abovehalf; in approx_half()