Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/serio/
Dserio_raw.c30 #define SERIO_RAW_QUEUE_LEN 64 macro
32 unsigned char queue[SERIO_RAW_QUEUE_LEN];
152 serio_raw->tail = (serio_raw->tail + 1) % SERIO_RAW_QUEUE_LEN; in serio_raw_fetch_byte()
282 head = (head + 1) % SERIO_RAW_QUEUE_LEN; in serio_raw_interrupt()