Home
last modified time | relevance | path

Searched refs:xf86WaitForInput (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxisb.c101 if (xf86WaitForInput(b->fd, b->block_duration) < 1) in XisbRead()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/
H A Dxf86_OSproc.h132 extern _X_EXPORT int xf86WaitForInput(int fd, int timeout);
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/
H A Dposix_tty.c393 xf86WaitForInput(int fd, int timeout) in xf86WaitForInput() function
/OK3568_Linux_fs/external/xserver/
H A DChangeLog14736 xfree86: Fix interpretation of xf86WaitForInput timeout
14738 Commit aa6717ce2 switched xf86WaitForInput from using select(2) to using
23107 xf86WaitForInput and the xf86 SIGIO handling code.