Searched refs:receive_buf2 (Results 1 – 5 of 5) sorted by relevance
201 int (*receive_buf2)(struct tty_struct *, const unsigned char *cp, member
455 if (ld->ops->receive_buf2) in tty_ldisc_receive_buf()456 count = ld->ops->receive_buf2(ld->tty, p, f, count); in tty_ldisc_receive_buf()
2467 .receive_buf2 = n_tty_receive_buf2,
109 .receive_buf2 = spk_ttyio_receive_buf2,
102 receive_buf2() - (optional) Called by the low-level driver to hand106 If both receive_buf() and receive_buf2() are107 defined, receive_buf2() should be preferred.