Searched refs:xy_sensors (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/input/mouse/
H A Dappletouch.c339 * Use offset to point xy_sensors at the first value in dev->xy_acc
342 int *xy_sensors = dev->xy_acc + offset; local
351 if (xy_sensors[i] < threshold) {
371 (!is_increasing && xy_sensors[i - 1] < xy_sensors[i])) {
374 } else if (i > 0 && (xy_sensors[i - 1] - xy_sensors[i] > threshold)) {
394 dev->smooth[i + 4] = xy_sensors[i] << ATP_SCALE;

Completed in 290 milliseconds