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

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

Completed in 62 milliseconds