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

/linux-master/drivers/input/serio/
H A Duserio.c31 #define USERIO_BUFSIZE 16 macro
45 unsigned char buf[USERIO_BUFSIZE];
63 userio->head = (userio->head + 1) % USERIO_BUFSIZE;
127 unsigned char buf[USERIO_BUFSIZE];
142 USERIO_BUFSIZE);
147 USERIO_BUFSIZE;

Completed in 200 milliseconds