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