Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtty_ldisc.h261 size_t (*receive_buf2)(struct tty_struct *tty, const u8 *cp, member
/openbmc/linux/drivers/tty/
H A Dtty_buffer.c386 if (ld->ops->receive_buf2) in tty_ldisc_receive_buf()
387 count = ld->ops->receive_buf2(ld->tty, p, f, count); in tty_ldisc_receive_buf()
H A Dn_tty.c2544 .receive_buf2 = n_tty_receive_buf2,
/openbmc/linux/drivers/accessibility/speakup/
H A Dspk_ttyio.c111 .receive_buf2 = spk_ttyio_receive_buf2,