Home
last modified time | relevance | path

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

/openbmc/qemu/hw/input/
H A Dhid.c132 e->xdx += move->value; in hid_pointer_event()
141 e->xdx = move->value; in hid_pointer_event()
201 prev->xdx += curr->xdx; in hid_pointer_sync()
202 curr->xdx = 0; in hid_pointer_sync()
206 prev->xdx = curr->xdx; in hid_pointer_sync()
214 next->xdx = 0; in hid_pointer_sync()
217 next->xdx = curr->xdx; in hid_pointer_sync()
374 dx = int_clamp(e->xdx, -127, 127); in hid_pointer_poll()
376 e->xdx -= dx; in hid_pointer_poll()
379 dx = e->xdx; in hid_pointer_poll()
[all …]
/openbmc/qemu/include/hw/input/
H A Dhid.h11 int32_t xdx, ydy; /* relative iff it's a mouse, otherwise absolute */ member