Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Dos.c107 static struct termios orig_term; variable
113 tcsetattr(0, TCSANOW, &orig_term); in os_fd_restore()
127 if (tcgetattr(fd, &orig_term)) in os_tty_raw()
130 term = orig_term; in os_tty_raw()