Searched refs:n_tty_receive_buf_common (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/tty/ |
D | n_tty.c | 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()
|