Searched refs:uinput_watch (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dspiceqxl_uinput.c23 static SpiceWatch *uinput_watch; variable in typeref:typename:SpiceWatch *
129 if (uinput_watch) {
130 qxl->core->watch_remove(uinput_watch);
131 uinput_watch = NULL;
135 uinput_watch = qxl->core->watch_add(uinput_fd, SPICE_WATCH_EVENT_READ,

Completed in 4 milliseconds