Searched refs:new_termios (Results 1 – 2 of 2) sorted by relevance
436 struct ktermios new_termios; in nci_uart_set_config() local442 new_termios = nu->tty->termios; in nci_uart_set_config()444 tty_termios_encode_baud_rate(&new_termios, baudrate, baudrate); in nci_uart_set_config()447 new_termios.c_cflag |= CRTSCTS; in nci_uart_set_config()449 new_termios.c_cflag &= ~CRTSCTS; in nci_uart_set_config()451 tty_set_termios(nu->tty, &new_termios); in nci_uart_set_config()
314 int tty_set_termios(struct tty_struct *tty, struct ktermios *new_termios) in tty_set_termios() argument330 tty->termios = *new_termios; in tty_set_termios()