Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/atkbdc/
H A Dpsm.c261 int queue_cursor; member
3994 dx = abs(smoother->queue[smoother->queue_cursor].x -
3996 dy = abs(smoother->queue[smoother->queue_cursor].y -
4197 smoother->queue_cursor = SYNAPTICS_PACKETQUEUE;
4212 cursor = smoother->queue_cursor;
4221 cursor = SYNAPTICS_QUEUE_CURSOR(smoother->queue_cursor - 1);
4224 smoother->queue_cursor = cursor;