Home
last modified time | relevance | path

Searched refs:n_tty_receive_buf_common (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dn_tty.c1662 * n_tty_receive_buf_common - process input
1695 n_tty_receive_buf_common(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_common() function
1767 n_tty_receive_buf_common(tty, cp, fp, count, 0); in n_tty_receive_buf()
1773 return n_tty_receive_buf_common(tty, cp, fp, count, 1); in n_tty_receive_buf2()
/kernel/linux/linux-6.6/drivers/tty/
H A Dn_tty.c1657 * n_tty_receive_buf_common - process input
1690 n_tty_receive_buf_common(struct tty_struct *tty, const u8 *cp, const u8 *fp, in n_tty_receive_buf_common() function
1774 n_tty_receive_buf_common(tty, cp, fp, count, false); in n_tty_receive_buf()
1780 return n_tty_receive_buf_common(tty, cp, fp, count, true); in n_tty_receive_buf2()

Completed in 6 milliseconds