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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/mouse/
H A Dappletouch.c155 int xy_acc[ATP_XSENSORS + ATP_YSENSORS]; member in struct:atp
405 dev->xy_acc[i] -= change;
408 if (dev->xy_acc[i] < 0)
409 dev->xy_acc[i] = 0;
414 dbg_dump("accumulator", dev->xy_acc);
416 x = atp_calculate_abs(dev->xy_acc, ATP_XSENSORS,
418 y = atp_calculate_abs(dev->xy_acc + ATP_XSENSORS, ATP_YSENSORS,
451 memset(dev->xy_acc, 0, sizeof(dev->xy_acc));

Completed in 88 milliseconds