Searched refs:new_termios (Results 1 – 2 of 2) sorted by relevance
405 struct ktermios new_termios; in nci_uart_set_config() local411 new_termios = nu->tty->termios; in nci_uart_set_config()413 tty_termios_encode_baud_rate(&new_termios, baudrate, baudrate); in nci_uart_set_config()416 new_termios.c_cflag |= CRTSCTS; in nci_uart_set_config()418 new_termios.c_cflag &= ~CRTSCTS; in nci_uart_set_config()420 tty_set_termios(nu->tty, &new_termios); in nci_uart_set_config()
323 int tty_set_termios(struct tty_struct *tty, struct ktermios *new_termios) in tty_set_termios() argument339 tty->termios = *new_termios; in tty_set_termios()