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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/
H A Dtsdev.c42 #define TSDEV_BUFFER_SIZE 64 macro
124 struct ts_event event[TSDEV_BUFFER_SIZE];
236 client->tail = (client->tail + 1) & (TSDEV_BUFFER_SIZE - 1);
381 client->head = (client->head + 1) & (TSDEV_BUFFER_SIZE - 1);

Completed in 89 milliseconds