Home
last modified time | relevance | path

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

/qemu/include/hw/input/
H A Dhid.h55 bool hid_has_events(HIDState *hs);
/qemu/hw/input/
H A Dhid.c75 bool hid_has_events(HIDState *hs) in hid_has_events() function
/qemu/hw/usb/
H A Ddev-hid.c668 if (!hid_has_events(hs)) { in usb_hid_handle_data()