Searched refs:receive_buf2 (Results 1 – 5 of 5) sorted by relevance
207 int (*receive_buf2)(struct tty_struct *, const unsigned char *cp, member
460 if (ld->ops->receive_buf2) in tty_ldisc_receive_buf()461 count = ld->ops->receive_buf2(ld->tty, p, f, count); in tty_ldisc_receive_buf()
2483 .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.
109 .receive_buf2 = spk_ttyio_receive_buf2,