Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/atkbdc/
Dpsm.c258 int queue_cursor; member
4011 dx = abs(smoother->queue[smoother->queue_cursor].x -
4013 dy = abs(smoother->queue[smoother->queue_cursor].y -
4221 smoother->queue_cursor = SYNAPTICS_PACKETQUEUE;
4236 cursor = smoother->queue_cursor;
4245 cursor = SYNAPTICS_QUEUE_CURSOR(smoother->queue_cursor - 1);
4248 smoother->queue_cursor = cursor;