Searched refs:n_tty_receive_buf_common (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/drivers/tty/ |
D | n_tty.c | 1696 n_tty_receive_buf_common(struct tty_struct *tty, const u8 *cp, const u8 *fp, in n_tty_receive_buf_common() function 1780 n_tty_receive_buf_common(tty, cp, fp, count, false); in n_tty_receive_buf() 1786 return n_tty_receive_buf_common(tty, cp, fp, count, true); in n_tty_receive_buf2()
|