Home
last modified time | relevance | path

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

/linux/drivers/input/mouse/
H A Dappletouch.c213 int smooth_tmp[ATP_SMOOTHSIZE]; member
398 dev->smooth_tmp[0] = (dev->smooth[0] + dev->smooth[1]) / 2; in atp_calculate_abs()
402 dev->smooth_tmp[i] = (dev->smooth[i - 1] + in atp_calculate_abs()
407 dev->smooth_tmp[i] = (dev->smooth[i - 1] + dev->smooth[i]) / 2; in atp_calculate_abs()
409 memcpy(dev->smooth, dev->smooth_tmp, sizeof(dev->smooth)); in atp_calculate_abs()