Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtty_ldisc.h209 int (*receive_buf2)(struct tty_struct *, const unsigned char *cp, member
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_buffer.c440 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()
H A Dn_tty.c2533 .receive_buf2 = n_tty_receive_buf2,
/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H A 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.
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dspk_ttyio.c112 .receive_buf2 = spk_ttyio_receive_buf2,