Lines Matching refs:tty
64 sclp_tty_open(struct tty_struct *tty, struct file *filp) in sclp_tty_open() argument
66 tty_port_tty_set(&sclp_port, tty); in sclp_tty_open()
67 tty->driver_data = NULL; in sclp_tty_open()
74 sclp_tty_close(struct tty_struct *tty, struct file *filp) in sclp_tty_close() argument
76 if (tty->count > 1) in sclp_tty_close()
91 sclp_tty_write_room (struct tty_struct *tty) in sclp_tty_write_room() argument
238 sclp_tty_write(struct tty_struct *tty, const unsigned char *buf, int count) in sclp_tty_write() argument
258 sclp_tty_put_char(struct tty_struct *tty, unsigned char ch) in sclp_tty_put_char() argument
273 sclp_tty_flush_chars(struct tty_struct *tty) in sclp_tty_flush_chars() argument
289 sclp_tty_chars_in_buffer(struct tty_struct *tty) in sclp_tty_chars_in_buffer() argument
312 sclp_tty_flush_buffer(struct tty_struct *tty) in sclp_tty_flush_buffer() argument
326 struct tty_struct *tty = tty_port_tty_get(&sclp_port); in sclp_tty_input() local
333 if (tty == NULL) in sclp_tty_input()
335 cchar = ctrlchar_handle(buf, count, tty); in sclp_tty_input()
356 tty_kref_put(tty); in sclp_tty_input()