Home
last modified time | relevance | path

Searched refs:SERIO_RAW_QUEUE_LEN (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/input/serio/
H A Dserio_raw.c27 #define SERIO_RAW_QUEUE_LEN 64 macro
29 unsigned char queue[SERIO_RAW_QUEUE_LEN];
149 serio_raw->tail = (serio_raw->tail + 1) % SERIO_RAW_QUEUE_LEN; in serio_raw_fetch_byte()
279 head = (head + 1) % SERIO_RAW_QUEUE_LEN; in serio_raw_interrupt()