Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlnx_init.c53 static struct termios tty_attr; /* tty state to restore */ variable
258 tcgetattr(xf86Info.consoleFd, &tty_attr); in xf86OpenConsole()
275 nTty = tty_attr; in xf86OpenConsole()
322 tcsetattr(xf86Info.consoleFd, TCSANOW, &tty_attr); in xf86CloseConsole()