Searched defs:tty_set_termios (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/
H A Dtty_ioctl.c523 * tty_set_termios - update termios values
534 int tty_set_termios(struct tty_struct *tty, struct ktermios *new_termios) function
592 EXPORT_SYMBOL_GPL(tty_set_termios); variable
601 * functions before using tty_set_termios to do the actual changes.
659 tty_set_termios(tty, &tmp_termios);
836 tty_set_termios(tty, &termios);

Completed in 29 milliseconds