Home
last modified time | relevance | path

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

/external/qemu/hw/
Dusb-hid.c599 static int usb_keyboard_write(USBKeyboardState *s, uint8_t *buf, int len) in usb_keyboard_write() function
776 ret = usb_keyboard_write(&s->kbd, data, length); in usb_hid_handle_control()