Home
last modified time | relevance | path

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

/openbmc/qemu/hw/input/
H A Dps2.c80 #define PS2_QUEUE_SIZE 16 /* Queue size required by PS/2 protocol */ macro
165 if (q->count >= PS2_QUEUE_SIZE) { in ps2_queue_noirq()
188 if (PS2_QUEUE_SIZE - s->queue.count < 1) { in ps2_queue()
198 if (PS2_QUEUE_SIZE - s->queue.count < 2) { in ps2_queue_2()
209 if (PS2_QUEUE_SIZE - s->queue.count < 3) { in ps2_queue_3()
221 if (PS2_QUEUE_SIZE - s->queue.count < 4) { in ps2_queue_4()
703 if (PS2_QUEUE_SIZE - ps2->queue.count < needed) { in ps2_mouse_send_packet()
1041 } else if (q->count > ccount + PS2_QUEUE_SIZE) { in ps2_common_post_load()
1042 q->count = ccount + PS2_QUEUE_SIZE; in ps2_common_post_load()