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

/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c247 #define SYNAPTICS_PACKETQUEUE 10 macro
249 (x + SYNAPTICS_PACKETQUEUE) % SYNAPTICS_PACKETQUEUE
256 synapticspacket_t queue[SYNAPTICS_PACKETQUEUE];
4217 smoother->queue_cursor = SYNAPTICS_PACKETQUEUE;
4245 if (smoother->queue_len < SYNAPTICS_PACKETQUEUE)
5737 if (arg < 1 || arg > SYNAPTICS_PACKETQUEUE)

Completed in 126 milliseconds