Searched refs:xf86WaitForInput (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xisb.c | 105 if (xf86WaitForInput (b->fd, b->block_duration) < 1)
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xisb.c | 101 if (xf86WaitForInput(b->fd, b->block_duration) < 1)
|
| /xsrc/external/mit/xf86-input-mouse/dist/src/ |
| H A D | pnp.c | 275 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 D | mouse.c | 2866 if ((xf86WaitForInput(pInfo->fd, 1000000) <= 0))
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/ |
| H A D | xf86_OSproc.h | 132 extern _X_EXPORT int xf86WaitForInput(int fd, int timeout);
|
| /xsrc/external/mit/xf86-input-synaptics/dist/src/ |
| H A D | alpscomm.c | 47 while (xf86WaitForInput(fd, 250000) > 0) {
|
| H A D | ps2comm.c | 95 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 D | xf86_OSproc.h | 155 extern _X_EXPORT int xf86WaitForInput(int fd, int timeout);
|
| /xsrc/external/mit/xf86-input-synaptics/dist/test/ |
| H A D | fake-symbols.h | 7 extern int xf86WaitForInput(int fd, int timeout);
|
| H A D | fake-symbols.c | 22 xf86WaitForInput(int fd, int timeout) function in typeref:typename:_X_EXPORT int
|
| /xsrc/external/mit/xf86-input-elographics/dist/src/ |
| H A D | xf86Elo.c | 447 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 D | posix_tty.c | 423 xf86WaitForInput (int fd, int timeout) function in typeref:typename:int
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/shared/ |
| H A D | posix_tty.c | 393 xf86WaitForInput(int fd, int timeout) function in typeref:typename:int
|
Completed in 14 milliseconds