Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/mouse/
Dappletouch.c228 int smooth_tmp[ATP_SMOOTHSIZE]; member
413 dev->smooth_tmp[0] = (dev->smooth[0] + dev->smooth[1]) / 2; in atp_calculate_abs()
417 dev->smooth_tmp[i] = (dev->smooth[i - 1] + in atp_calculate_abs()
422 dev->smooth_tmp[i] = (dev->smooth[i - 1] + dev->smooth[i]) / 2; in atp_calculate_abs()
424 memcpy(dev->smooth, dev->smooth_tmp, sizeof(dev->smooth)); in atp_calculate_abs()