Home
last modified time | relevance | path

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

/external/qemu/hw/
Dusb-hid.c584 static int usb_keyboard_poll(USBKeyboardState *s, uint8_t *buf, int len) in usb_keyboard_poll() function
772 ret = usb_keyboard_poll(&s->kbd, data, length); in usb_hid_handle_control()
825 ret = usb_keyboard_poll(&s->kbd, p->data, p->len); in usb_hid_handle_data()