Lines Matching refs:ktermios
171 static void unset_locked_termios(struct ktermios *termios, in unset_locked_termios()
172 struct ktermios *old, in unset_locked_termios()
173 struct ktermios *locked) in unset_locked_termios()
243 speed_t tty_termios_baud_rate(struct ktermios *termios) in tty_termios_baud_rate()
278 speed_t tty_termios_input_baud_rate(struct ktermios *termios) in tty_termios_input_baud_rate()
327 void tty_termios_encode_baud_rate(struct ktermios *termios, in tty_termios_encode_baud_rate()
458 void tty_termios_copy_hw(struct ktermios *new, struct ktermios *old) in tty_termios_copy_hw()
478 int tty_termios_hw_change(struct ktermios *a, struct ktermios *b) in tty_termios_hw_change()
500 int tty_set_termios(struct tty_struct *tty, struct ktermios *new_termios) in tty_set_termios()
502 struct ktermios old_termios; in tty_set_termios()
575 struct ktermios tmp_termios; in set_termios()
583 memcpy(&tmp_termios, tty->termios, sizeof(struct ktermios)); in set_termios()
634 static void copy_termios(struct tty_struct *tty, struct ktermios *kterm) in copy_termios()
637 memcpy(kterm, tty->termios, sizeof(struct ktermios)); in copy_termios()
641 static void copy_termios_locked(struct tty_struct *tty, struct ktermios *kterm) in copy_termios_locked()
644 memcpy(kterm, tty->termios_locked, sizeof(struct ktermios)); in copy_termios_locked()
650 struct ktermios kterm; in get_termio()
741 static void set_sgflags(struct ktermios *termios, int flags) in set_sgflags()
782 struct ktermios termios; in set_sgttyb()
922 struct ktermios old; in tty_change_softcar()
954 struct ktermios kterm; in tty_mode_ioctl()
1036 memcpy(real_tty->termios_locked, &kterm, sizeof(struct ktermios)); in tty_mode_ioctl()
1053 memcpy(real_tty->termios_locked, &kterm, sizeof(struct ktermios)); in tty_mode_ioctl()