Lines Matching refs:tty
473 sclp_vt220_write(struct tty_struct *tty, const unsigned char *buf, int count) in sclp_vt220_write() argument
560 sclp_vt220_open(struct tty_struct *tty, struct file *filp) in sclp_vt220_open() argument
562 if (tty->count == 1) { in sclp_vt220_open()
563 tty_port_tty_set(&sclp_vt220_port, tty); in sclp_vt220_open()
565 if (!tty->winsize.ws_row && !tty->winsize.ws_col) { in sclp_vt220_open()
566 tty->winsize.ws_row = 24; in sclp_vt220_open()
567 tty->winsize.ws_col = 80; in sclp_vt220_open()
577 sclp_vt220_close(struct tty_struct *tty, struct file *filp) in sclp_vt220_close() argument
579 if (tty->count == 1) in sclp_vt220_close()
590 sclp_vt220_put_char(struct tty_struct *tty, unsigned char ch) in sclp_vt220_put_char() argument
600 sclp_vt220_flush_chars(struct tty_struct *tty) in sclp_vt220_flush_chars() argument
615 sclp_vt220_write_room(struct tty_struct *tty) in sclp_vt220_write_room() argument
635 sclp_vt220_chars_in_buffer(struct tty_struct *tty) in sclp_vt220_chars_in_buffer() argument
659 sclp_vt220_flush_buffer(struct tty_struct *tty) in sclp_vt220_flush_buffer() argument