Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/input/
H A Dhid.h58 int hid_pointer_poll(HIDState *hs, uint8_t *buf, int len);
/openbmc/qemu/hw/usb/
H A Ddev-hid.c612 p->actual_length = hid_pointer_poll(hs, data, length); in usb_hid_handle_control()
674 len = hid_pointer_poll(hs, buf, p->iov.size); in usb_hid_handle_data()
/openbmc/qemu/hw/input/
H A Dhid.c358 int hid_pointer_poll(HIDState *hs, uint8_t *buf, int len) in hid_pointer_poll() function