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

/linux-4.4.14/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; userio_device_write()
127 unsigned char buf[USERIO_BUFSIZE]; userio_char_read()
142 USERIO_BUFSIZE); userio_char_read()
147 USERIO_BUFSIZE; userio_char_read()

Completed in 75 milliseconds