Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlnx_init.c57 drain_console(int fd, void *closure) in drain_console() function
272 xf86SetConsoleHandler(drain_console, NULL); in xf86OpenConsole()
/OK3568_Linux_fs/u-boot/test/py/
H A Du_boot_console_base.py276 def drain_console(self): member in ConsoleBase
H A Dconftest.py532 console.drain_console()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog84393 Fix drain_console unregistration
84400 trying to unregister drain_console without success due to
105910 condition between drain_console() and the driver's ReadInput (Bug 29969).
105914 removes the drain_console call. It's the driver's responsibility to restore
105928 The drain_console() function will race with new keyboard events being added
105932 Only use the drain_console() when AllowEmptyInput is off which is the best
105937 disable drain_console().
106138 The drain_console() function will race with new keyboard events being added
106142 Only use the drain_console() when AllowEmptyInput is off which is the best
106147 disable drain_console().