Lines Matching defs:tty
568 static int mxser_set_baud(struct tty_struct *tty, long newspd) in mxser_set_baud()
641 static void mxser_change_speed(struct tty_struct *tty) in mxser_change_speed()
807 static void mxser_check_modem_status(struct tty_struct *tty, in mxser_check_modem_status()
856 static int mxser_activate(struct tty_port *port, struct tty_struct *tty) in mxser_activate()
1005 static int mxser_open(struct tty_struct *tty, struct file *filp) in mxser_open()
1021 static void mxser_flush_buffer(struct tty_struct *tty) in mxser_flush_buffer()
1076 static void mxser_close(struct tty_struct *tty, struct file *filp) in mxser_close()
1101 static int mxser_write(struct tty_struct *tty, const unsigned char *buf, int count) in mxser_write()
1143 static int mxser_put_char(struct tty_struct *tty, unsigned char ch) in mxser_put_char()
1174 static void mxser_flush_chars(struct tty_struct *tty) in mxser_flush_chars()
1193 static int mxser_write_room(struct tty_struct *tty) in mxser_write_room()
1202 static int mxser_chars_in_buffer(struct tty_struct *tty) in mxser_chars_in_buffer()
1213 static int mxser_get_serial_info(struct tty_struct *tty, in mxser_get_serial_info()
1236 static int mxser_set_serial_info(struct tty_struct *tty, in mxser_set_serial_info()
1340 static int mxser_tiocmget(struct tty_struct *tty) in mxser_tiocmget()
1367 static int mxser_tiocmset(struct tty_struct *tty, in mxser_tiocmset()
1503 struct tty_struct *tty; in mxser_ioctl_special() local
1678 static int mxser_ioctl(struct tty_struct *tty, in mxser_ioctl()
1826 static int mxser_get_icount(struct tty_struct *tty, in mxser_get_icount()
1852 static void mxser_stoprx(struct tty_struct *tty) in mxser_stoprx()
1879 static void mxser_throttle(struct tty_struct *tty) in mxser_throttle()
1884 static void mxser_unthrottle(struct tty_struct *tty) in mxser_unthrottle()
1918 static void mxser_stop(struct tty_struct *tty) in mxser_stop()
1931 static void mxser_start(struct tty_struct *tty) in mxser_start()
1945 static void mxser_set_termios(struct tty_struct *tty, struct ktermios *old_termios) in mxser_set_termios()
1977 static void mxser_wait_until_sent(struct tty_struct *tty, int timeout) in mxser_wait_until_sent()
2034 static void mxser_hangup(struct tty_struct *tty) in mxser_hangup()
2045 static int mxser_rs_break(struct tty_struct *tty, int break_state) in mxser_rs_break()
2061 static void mxser_receive_chars(struct tty_struct *tty, in mxser_receive_chars()
2163 static void mxser_transmit_chars(struct tty_struct *tty, struct mxser_port *port) in mxser_transmit_chars()
2224 struct tty_struct *tty; in mxser_interrupt() local