Searched refs:tty_copy (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | n_tty.c | 168 static void tty_copy(struct tty_struct *tty, void *to, size_t tail, size_t n) in tty_copy() function 2056 tty_copy(tty, *kbp, tail, n); in canon_copy_from_read_buf()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | n_tty.c | 167 static void tty_copy(const struct tty_struct *tty, void *to, size_t tail, in tty_copy() function 2054 tty_copy(tty, *kbp, tail, n); in canon_copy_from_read_buf()
|
Completed in 6 milliseconds