Lines Matching refs:ktermios
202 static void unset_locked_termios(struct tty_struct *tty, const struct ktermios *old) in unset_locked_termios()
204 struct ktermios *termios = &tty->termios; in unset_locked_termios()
205 struct ktermios *locked = &tty->termios_locked; in unset_locked_termios()
231 void tty_termios_copy_hw(struct ktermios *new, const struct ktermios *old) in tty_termios_copy_hw()
252 bool tty_termios_hw_change(const struct ktermios *a, const struct ktermios *b) in tty_termios_hw_change()
319 int tty_set_termios(struct tty_struct *tty, struct ktermios *new_termios) in tty_set_termios()
321 struct ktermios old_termios; in tty_set_termios()
360 __weak int user_termio_to_kernel_termios(struct ktermios *termios, in user_termio_to_kernel_termios()
381 struct ktermios *termios) in kernel_termios_to_user_termio()
395 __weak int user_termios_to_kernel_termios(struct ktermios *k, in user_termios_to_kernel_termios()
401 struct ktermios *k) in kernel_termios_to_user_termios()
405 __weak int user_termios_to_kernel_termios_1(struct ktermios *k, in user_termios_to_kernel_termios_1()
411 struct ktermios *k) in kernel_termios_to_user_termios_1()
418 __weak int user_termios_to_kernel_termios(struct ktermios *k, in user_termios_to_kernel_termios()
424 struct ktermios *k) in kernel_termios_to_user_termios()
446 struct ktermios tmp_termios; in set_termios()
526 static void copy_termios(struct tty_struct *tty, struct ktermios *kterm) in copy_termios()
533 static void copy_termios_locked(struct tty_struct *tty, struct ktermios *kterm) in copy_termios_locked()
542 struct ktermios kterm; in get_termio()
588 static void set_sgflags(struct ktermios *termios, int flags) in set_sgflags()
629 struct ktermios termios; in set_sgttyb()
740 struct ktermios old; in tty_change_softcar()
770 struct ktermios kterm; in tty_mode_ioctl()