Lines Matching refs:ktermios
222 static void unset_locked_termios(struct tty_struct *tty, struct ktermios *old) in unset_locked_termios()
224 struct ktermios *termios = &tty->termios; in unset_locked_termios()
225 struct ktermios *locked = &tty->termios_locked; in unset_locked_termios()
252 void tty_termios_copy_hw(struct ktermios *new, struct ktermios *old) in tty_termios_copy_hw()
272 int tty_termios_hw_change(const struct ktermios *a, const struct ktermios *b) in tty_termios_hw_change()
338 int tty_set_termios(struct tty_struct *tty, struct ktermios *new_termios) in tty_set_termios()
340 struct ktermios old_termios; in tty_set_termios()
388 struct ktermios tmp_termios; in set_termios()
447 static void copy_termios(struct tty_struct *tty, struct ktermios *kterm) in copy_termios()
454 static void copy_termios_locked(struct tty_struct *tty, struct ktermios *kterm) in copy_termios_locked()
463 struct ktermios kterm; in get_termio()
509 static void set_sgflags(struct ktermios *termios, int flags) in set_sgflags()
550 struct ktermios termios; in set_sgttyb()
661 struct ktermios old; in tty_change_softcar()
691 struct ktermios kterm; in tty_mode_ioctl()