Lines Matching refs:tty_struct

571 static int mxser_set_baud(struct tty_struct *tty, long newspd)  in mxser_set_baud()
638 static int mxser_change_speed(struct tty_struct *tty, in mxser_change_speed()
813 static void mxser_check_modem_status(struct tty_struct *tty, in mxser_check_modem_status()
862 static int mxser_activate(struct tty_port *port, struct tty_struct *tty) in mxser_activate()
1004 static int mxser_open(struct tty_struct *tty, struct file *filp) in mxser_open()
1020 static void mxser_flush_buffer(struct tty_struct *tty) in mxser_flush_buffer()
1075 static void mxser_close(struct tty_struct *tty, struct file *filp) in mxser_close()
1100 static int mxser_write(struct tty_struct *tty, const unsigned char *buf, int count) in mxser_write()
1142 static int mxser_put_char(struct tty_struct *tty, unsigned char ch) in mxser_put_char()
1173 static void mxser_flush_chars(struct tty_struct *tty) in mxser_flush_chars()
1192 static int mxser_write_room(struct tty_struct *tty) in mxser_write_room()
1201 static int mxser_chars_in_buffer(struct tty_struct *tty) in mxser_chars_in_buffer()
1212 static int mxser_get_serial_info(struct tty_struct *tty, in mxser_get_serial_info()
1233 static int mxser_set_serial_info(struct tty_struct *tty, in mxser_set_serial_info()
1325 static int mxser_tiocmget(struct tty_struct *tty) in mxser_tiocmget()
1352 static int mxser_tiocmset(struct tty_struct *tty, in mxser_tiocmset()
1488 struct tty_struct *tty; in mxser_ioctl_special()
1663 static int mxser_ioctl(struct tty_struct *tty, in mxser_ioctl()
1824 static int mxser_get_icount(struct tty_struct *tty, in mxser_get_icount()
1850 static void mxser_stoprx(struct tty_struct *tty) in mxser_stoprx()
1877 static void mxser_throttle(struct tty_struct *tty) in mxser_throttle()
1882 static void mxser_unthrottle(struct tty_struct *tty) in mxser_unthrottle()
1916 static void mxser_stop(struct tty_struct *tty) in mxser_stop()
1929 static void mxser_start(struct tty_struct *tty) in mxser_start()
1943 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()