Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/input/
H A Dhid.h17 #define QUEUE_INCR(v) ((v)++, (v) &= QUEUE_MASK) macro
/openbmc/qemu/hw/input/
H A Dhid.c258 slot = hs->head & QUEUE_MASK; QUEUE_INCR(hs->head); hs->n--; in hid_keyboard_process_keycode()
389 QUEUE_INCR(hs->head); in hid_pointer_poll()