Searched refs:SERIO_RAW_QUEUE_LEN (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/serio/
H A Dserio_raw.c31 #define SERIO_RAW_QUEUE_LEN 64 macro
33 unsigned char queue[SERIO_RAW_QUEUE_LEN];
152 serio_raw->tail = (serio_raw->tail + 1) % SERIO_RAW_QUEUE_LEN;
262 head = (head + 1) % SERIO_RAW_QUEUE_LEN;

Completed in 75 milliseconds