Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dn_tty.c1577 static void n_tty_receive_buf_standard(struct tty_struct *tty, const u8 *cp, in n_tty_receive_buf_standard()
1639 n_tty_receive_buf_standard(tty, cp, fp, la_count, true); in __receive_buf()
1646 n_tty_receive_buf_standard(tty, cp, fp, count, false); in __receive_buf()
1576 static void n_tty_receive_buf_standard(struct tty_struct *tty, const u8 *cp, n_tty_receive_buf_standard() function