Home
last modified time | relevance | path

Searched refs:receive_buf2 (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/
Dtty_ldisc.h201 int (*receive_buf2)(struct tty_struct *, const unsigned char *cp, member
/Linux-v4.19/drivers/tty/
Dtty_buffer.c455 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()
Dn_tty.c2467 .receive_buf2 = n_tty_receive_buf2,
/Linux-v4.19/drivers/staging/speakup/
Dspk_ttyio.c109 .receive_buf2 = spk_ttyio_receive_buf2,
/Linux-v4.19/Documentation/serial/
Dtty.txt102 receive_buf2() - (optional) Called by the low-level driver to hand
106 If both receive_buf() and receive_buf2() are
107 defined, receive_buf2() should be preferred.