Searched refs:new_termios (Results 1 – 2 of 2) sorted by relevance
411 struct ktermios new_termios; in nci_uart_set_config() local417 new_termios = nu->tty->termios; in nci_uart_set_config()419 tty_termios_encode_baud_rate(&new_termios, baudrate, baudrate); in nci_uart_set_config()422 new_termios.c_cflag |= CRTSCTS; in nci_uart_set_config()424 new_termios.c_cflag &= ~CRTSCTS; in nci_uart_set_config()426 tty_set_termios(nu->tty, &new_termios); in nci_uart_set_config()
341 int tty_set_termios(struct tty_struct *tty, struct ktermios *new_termios) in tty_set_termios() argument357 tty->termios = *new_termios; in tty_set_termios()