Lines Matching refs:tty
471 sclp_vt220_write(struct tty_struct *tty, const unsigned char *buf, int count) in sclp_vt220_write() argument
510 sclp_vt220_open(struct tty_struct *tty, struct file *filp) in sclp_vt220_open() argument
512 if (tty->count == 1) { in sclp_vt220_open()
513 tty_port_tty_set(&sclp_vt220_port, tty); in sclp_vt220_open()
515 if (!tty->winsize.ws_row && !tty->winsize.ws_col) { in sclp_vt220_open()
516 tty->winsize.ws_row = 24; in sclp_vt220_open()
517 tty->winsize.ws_col = 80; in sclp_vt220_open()
527 sclp_vt220_close(struct tty_struct *tty, struct file *filp) in sclp_vt220_close() argument
529 if (tty->count == 1) in sclp_vt220_close()
540 sclp_vt220_put_char(struct tty_struct *tty, unsigned char ch) in sclp_vt220_put_char() argument
550 sclp_vt220_flush_chars(struct tty_struct *tty) in sclp_vt220_flush_chars() argument
565 sclp_vt220_write_room(struct tty_struct *tty) in sclp_vt220_write_room() argument
585 sclp_vt220_chars_in_buffer(struct tty_struct *tty) in sclp_vt220_chars_in_buffer() argument
609 sclp_vt220_flush_buffer(struct tty_struct *tty) in sclp_vt220_flush_buffer() argument