Lines Matching refs:ktermios

223 static void unset_locked_termios(struct tty_struct *tty, const struct ktermios *old)  in unset_locked_termios()
225 struct ktermios *termios = &tty->termios; in unset_locked_termios()
226 struct ktermios *locked = &tty->termios_locked; in unset_locked_termios()
253 void tty_termios_copy_hw(struct ktermios *new, const struct ktermios *old) in tty_termios_copy_hw()
273 int tty_termios_hw_change(const struct ktermios *a, const struct ktermios *b) in tty_termios_hw_change()
341 int tty_set_termios(struct tty_struct *tty, struct ktermios *new_termios) in tty_set_termios()
343 struct ktermios old_termios; in tty_set_termios()
382 __weak int user_termio_to_kernel_termios(struct ktermios *termios, in user_termio_to_kernel_termios()
403 struct ktermios *termios) in kernel_termios_to_user_termio()
417 __weak int user_termios_to_kernel_termios(struct ktermios *k, in user_termios_to_kernel_termios()
423 struct ktermios *k) in kernel_termios_to_user_termios()
427 __weak int user_termios_to_kernel_termios_1(struct ktermios *k, in user_termios_to_kernel_termios_1()
433 struct ktermios *k) in kernel_termios_to_user_termios_1()
440 __weak int user_termios_to_kernel_termios(struct ktermios *k, in user_termios_to_kernel_termios()
446 struct ktermios *k) in kernel_termios_to_user_termios()
467 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()
738 struct ktermios old; in tty_change_softcar()
768 struct ktermios kterm; in tty_mode_ioctl()