Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dtty_ldisc.h207 int (*receive_buf2)(struct tty_struct *, const unsigned char *cp, member
/Linux-v5.4/drivers/tty/
Dtty_buffer.c460 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()
Dn_tty.c2483 .receive_buf2 = n_tty_receive_buf2,
/Linux-v5.4/Documentation/driver-api/serial/
Dtty.rst108 receive_buf2() (optional) Called by the low-level driver to hand
112 If both receive_buf() and receive_buf2() are
113 defined, receive_buf2() should be preferred.
/Linux-v5.4/drivers/staging/speakup/
Dspk_ttyio.c109 .receive_buf2 = spk_ttyio_receive_buf2,