Home
last modified time | relevance | path

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

/qemu/include/hw/input/
H A Dhid.h60 int hid_keyboard_write(HIDState *hs, uint8_t *buf, int len);
/qemu/hw/input/
H A Dhid.c461 int hid_keyboard_write(HIDState *hs, uint8_t *buf, int len) in hid_keyboard_write() function
/qemu/hw/usb/
H A Ddev-hid.c619 p->actual_length = hid_keyboard_write(hs, data, length); in usb_hid_handle_control()