Home
last modified time | relevance | path

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

/qemu/include/hw/input/
H A Dhid.h59 int hid_keyboard_poll(HIDState *hs, uint8_t *buf, int len);
/qemu/hw/usb/
H A Ddev-hid.c614 p->actual_length = hid_keyboard_poll(hs, data, length); in usb_hid_handle_control()
676 len = hid_keyboard_poll(hs, buf, p->iov.size); in usb_hid_handle_data()
/qemu/hw/input/
H A Dhid.c440 int hid_keyboard_poll(HIDState *hs, uint8_t *buf, int len) in hid_keyboard_poll() function