Searched refs:receive_buf2 (Results 1 – 5 of 5) sorted by relevance
209 int (*receive_buf2)(struct tty_struct *, const unsigned char *cp, member
440 if (ld->ops->receive_buf2) in tty_ldisc_receive_buf()441 count = ld->ops->receive_buf2(ld->tty, p, f, count); in tty_ldisc_receive_buf()
2533 .receive_buf2 = n_tty_receive_buf2,
108 receive_buf2() (optional) Called by the low-level driver to hand112 If both receive_buf() and receive_buf2() are113 defined, receive_buf2() should be preferred.
112 .receive_buf2 = spk_ttyio_receive_buf2,