Lines Matching defs:tty

50 int tty_chars_in_buffer(struct tty_struct *tty)  in tty_chars_in_buffer()
70 int tty_write_room(struct tty_struct *tty) in tty_write_room()
86 void tty_driver_flush_buffer(struct tty_struct *tty) in tty_driver_flush_buffer()
103 void tty_throttle(struct tty_struct *tty) in tty_throttle()
127 void tty_unthrottle(struct tty_struct *tty) in tty_unthrottle()
148 void tty_wait_until_sent(struct tty_struct *tty, long timeout) in tty_wait_until_sent()
412 void tty_encode_baud_rate(struct tty_struct *tty, speed_t ibaud, speed_t obaud) in tty_encode_baud_rate()
429 speed_t tty_get_baud_rate(struct tty_struct *tty) in tty_get_baud_rate()
499 int tty_set_termios(struct tty_struct *tty, struct ktermios *new_termios) in tty_set_termios()
572 static int set_termios(struct tty_struct *tty, void __user *arg, int opt) in set_termios()
633 static void copy_termios(struct tty_struct *tty, struct ktermios *kterm) in copy_termios()
640 static void copy_termios_locked(struct tty_struct *tty, struct ktermios *kterm) in copy_termios_locked()
647 static int get_termio(struct tty_struct *tty, struct termio __user *termio) in get_termio()
669 static int set_termiox(struct tty_struct *tty, void __user *arg, int opt) in set_termiox()
707 static int get_sgflags(struct tty_struct *tty) in get_sgflags()
725 static int get_sgttyb(struct tty_struct *tty, struct sgttyb __user *sgttyb) in get_sgttyb()
777 static int set_sgttyb(struct tty_struct *tty, struct sgttyb __user *sgttyb) in set_sgttyb()
807 static int get_tchars(struct tty_struct *tty, struct tchars __user *tchars) in get_tchars()
822 static int set_tchars(struct tty_struct *tty, struct tchars __user *tchars) in set_tchars()
841 static int get_ltchars(struct tty_struct *tty, struct ltchars __user *ltchars) in get_ltchars()
858 static int set_ltchars(struct tty_struct *tty, struct ltchars __user *ltchars) in set_ltchars()
887 static int send_prio_char(struct tty_struct *tty, char ch) in send_prio_char()
917 static int tty_change_softcar(struct tty_struct *tty, int arg) in tty_change_softcar()
947 int tty_mode_ioctl(struct tty_struct *tty, struct file *file, in tty_mode_ioctl()
1090 int tty_perform_flush(struct tty_struct *tty, unsigned long arg) in tty_perform_flush()
1119 int n_tty_ioctl_helper(struct tty_struct *tty, struct file *file, in n_tty_ioctl_helper()
1185 long n_tty_compat_ioctl_helper(struct tty_struct *tty, struct file *file, in n_tty_compat_ioctl_helper()