Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/input/
H A Dhid.h15 #define QUEUE_LENGTH 16 /* should be enough for a triple-click */ macro
16 #define QUEUE_MASK (QUEUE_LENGTH-1u)
23 HIDPointerEvent queue[QUEUE_LENGTH];
28 uint32_t keycodes[QUEUE_LENGTH];
/openbmc/qemu/hw/input/
H A Dhid.c125 assert(hs->n < QUEUE_LENGTH); in hid_pointer_event()
174 if (hs->n == QUEUE_LENGTH-1) { in hid_pointer_sync()
239 if (hs->n + count > QUEUE_LENGTH) { in hid_keyboard_event()
557 if (s->n == QUEUE_LENGTH && (s->kind == HID_TABLET || in hid_post_load()
599 VMSTATE_STRUCT_ARRAY(ptr.queue, HIDState, QUEUE_LENGTH, 0,
615 VMSTATE_UINT32_ARRAY(kbd.keycodes, HIDState, QUEUE_LENGTH),
/openbmc/linux/sound/firewire/
H A Disight.c47 #define QUEUE_LENGTH 20 macro
207 if (++index >= QUEUE_LENGTH) in isight_packet()
271 QUEUE_LENGTH, in isight_open()
372 for (i = 0; i < QUEUE_LENGTH; ++i) { in isight_start_streaming()