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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Djoydev.c37 #define JOYDEV_BUFFER_SIZE 64 macro
62 struct js_event buffer[JOYDEV_BUFFER_SIZE];
109 client->head &= JOYDEV_BUFFER_SIZE - 1;
343 client->tail &= JOYDEV_BUFFER_SIZE - 1;

Completed in 110 milliseconds