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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxisb.c105 if (xf86WaitForInput (b->fd, b->block_duration) < 1)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxisb.c101 if (xf86WaitForInput(b->fd, b->block_duration) < 1)
/xsrc/external/mit/xf86-input-mouse/dist/src/
H A Dpnp.c275 if (xf86WaitForInput(pInfo->fd, 200000) <= 0) {
288 if (xf86WaitForInput(pInfo->fd, 200000) <= 0)
313 if (xf86WaitForInput(pInfo->fd, 200000) <= 0)
336 if (xf86WaitForInput(pInfo->fd, 200000) <= 0)
348 if (xf86WaitForInput(pInfo->fd, 200000) <= 0)
566 if (xf86WaitForInput(pInfo->fd, 200000) <= 0)
679 xf86WaitForInput(pInfo->fd, 500000);
H A Dmouse.c2866 if ((xf86WaitForInput(pInfo->fd, 1000000) <= 0))
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/
H A Dxf86_OSproc.h132 extern _X_EXPORT int xf86WaitForInput(int fd, int timeout);
/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Dalpscomm.c47 while (xf86WaitForInput(fd, 250000) > 0) {
H A Dps2comm.c95 if (xf86WaitForInput(fd, 50000) > 0) {
103 PS2DBG("ps2_getbyte: timeout xf86WaitForInput\n");
195 xf86WaitForInput(fd, 4000000);
323 xf86WaitForInput(fd, 20000);
472 if (xf86WaitForInput(pInfo->fd, 50000) == 0) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/
H A Dxf86_OSproc.h155 extern _X_EXPORT int xf86WaitForInput(int fd, int timeout);
/xsrc/external/mit/xf86-input-synaptics/dist/test/
H A Dfake-symbols.h7 extern int xf86WaitForInput(int fd, int timeout);
H A Dfake-symbols.c22 xf86WaitForInput(int fd, int timeout) function in typeref:typename:_X_EXPORT int
/xsrc/external/mit/xf86-input-elographics/dist/src/
H A Dxf86Elo.c447 while (xf86WaitForInput(pInfo->fd, 0) > 0); /* don't wait, just check */
525 result = xf86WaitForInput(fd, ELO_MAX_WAIT);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
H A Dposix_tty.c423 xf86WaitForInput (int fd, int timeout) function in typeref:typename:int
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/shared/
H A Dposix_tty.c393 xf86WaitForInput(int fd, int timeout) function in typeref:typename:int

Completed in 14 milliseconds