Searched refs:tty3270_do_write (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | tty3270.c | 1637 tty3270_do_write(struct tty3270 *tp, struct tty_struct *tty, in tty3270_do_write() function 1720 tty3270_do_write(tp, tty, tp->char_buf, tp->char_count); in tty3270_write() 1723 tty3270_do_write(tp, tty, buf, count); in tty3270_write() 1754 tty3270_do_write(tp, tty, tp->char_buf, tp->char_count); in tty3270_flush_chars()
|
/kernel/linux/linux-6.6/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()
|
Completed in 6 milliseconds