Lines Matching refs:ktermios
206 static void unset_locked_termios(struct tty_struct *tty, const struct ktermios *old) in unset_locked_termios()
208 struct ktermios *termios = &tty->termios; in unset_locked_termios()
209 struct ktermios *locked = &tty->termios_locked; in unset_locked_termios()
235 void tty_termios_copy_hw(struct ktermios *new, const struct ktermios *old) in tty_termios_copy_hw()
256 bool tty_termios_hw_change(const struct ktermios *a, const struct ktermios *b) in tty_termios_hw_change()
323 int tty_set_termios(struct tty_struct *tty, struct ktermios *new_termios) in tty_set_termios()
325 struct ktermios old_termios; in tty_set_termios()
364 __weak int user_termio_to_kernel_termios(struct ktermios *termios, in user_termio_to_kernel_termios()
385 struct ktermios *termios) in kernel_termios_to_user_termio()
399 __weak int user_termios_to_kernel_termios(struct ktermios *k, in user_termios_to_kernel_termios()
405 struct ktermios *k) in kernel_termios_to_user_termios()
409 __weak int user_termios_to_kernel_termios_1(struct ktermios *k, in user_termios_to_kernel_termios_1()
415 struct ktermios *k) in kernel_termios_to_user_termios_1()
422 __weak int user_termios_to_kernel_termios(struct ktermios *k, in user_termios_to_kernel_termios()
428 struct ktermios *k) in kernel_termios_to_user_termios()
450 struct ktermios tmp_termios; in set_termios()
530 static void copy_termios(struct tty_struct *tty, struct ktermios *kterm) in copy_termios()
537 static void copy_termios_locked(struct tty_struct *tty, struct ktermios *kterm) in copy_termios_locked()
546 struct ktermios kterm; in get_termio()
592 static void set_sgflags(struct ktermios *termios, int flags) in set_sgflags()
633 struct ktermios termios; in set_sgttyb()
744 struct ktermios old; in tty_change_softcar()
774 struct ktermios kterm; in tty_mode_ioctl()