Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlnx_init.c228 struct termios nTty; in xf86OpenConsole() local
275 nTty = tty_attr; in xf86OpenConsole()
276 nTty.c_iflag = (IGNPAR | IGNBRK) & (~PARMRK) & (~ISTRIP); in xf86OpenConsole()
277 nTty.c_oflag = 0; in xf86OpenConsole()
278 nTty.c_cflag = CREAD | CS8; in xf86OpenConsole()
279 nTty.c_lflag = 0; in xf86OpenConsole()
280 nTty.c_cc[VTIME] = 0; in xf86OpenConsole()
281 nTty.c_cc[VMIN] = 1; in xf86OpenConsole()
282 cfsetispeed(&nTty, 9600); in xf86OpenConsole()
283 cfsetospeed(&nTty, 9600); in xf86OpenConsole()
[all …]