Home
last modified time | relevance | path

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

/qemu/hw/input/
H A Dhid.c77 return hs->n > 0 || hs->idle_pending; in hid_has_events()
84 hs->idle_pending = true; in hid_idle_timer()
364 hs->idle_pending = false; in hid_pointer_poll()
442 hs->idle_pending = false; in hid_keyboard_poll()
503 hs->idle_pending = false; in hid_reset()
/qemu/include/hw/input/
H A Dhid.h45 bool idle_pending; member