Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dvmmouse.c49 #define VMMOUSE_RELATIVE_PACKET 0x00010000 macro
128 buttons |= VMMOUSE_RELATIVE_PACKET; in vmmouse_mouse_event()
/openbmc/linux/drivers/input/mouse/
H A Dvmmouse.c47 #define VMMOUSE_RELATIVE_PACKET 0x00010000U macro
184 if (status & VMMOUSE_RELATIVE_PACKET) { in vmmouse_report_events()