Searched refs:new_termios (Results 1 – 2 of 2) sorted by relevance
412 struct ktermios new_termios; in nci_uart_set_config() local418 new_termios = nu->tty->termios; in nci_uart_set_config()420 tty_termios_encode_baud_rate(&new_termios, baudrate, baudrate); in nci_uart_set_config()423 new_termios.c_cflag |= CRTSCTS; in nci_uart_set_config()425 new_termios.c_cflag &= ~CRTSCTS; in nci_uart_set_config()427 tty_set_termios(nu->tty, &new_termios); in nci_uart_set_config()
338 int tty_set_termios(struct tty_struct *tty, struct ktermios *new_termios) in tty_set_termios() argument354 tty->termios = *new_termios; in tty_set_termios()
Completed in 6 milliseconds