Searched refs:tty3270_do_write (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/s390/char/ |
H A D | con3270.c | 1728 static void tty3270_do_write(struct tty3270 *tp, struct tty_struct *tty, in tty3270_do_write() function 1815 tty3270_do_write(tp, tty, tp->char_buf, tp->char_count); in tty3270_write() 1818 tty3270_do_write(tp, tty, buf, count); in tty3270_write() 1848 tty3270_do_write(tp, tty, tp->char_buf, tp->char_count); in tty3270_flush_chars()
|