Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/input/mouse/
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()