Searched refs:canon_copy_from_read_buf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | n_tty.c | 1991 * canon_copy_from_read_buf - copy read data in canonical mode 2013 static bool canon_copy_from_read_buf(struct tty_struct *tty, in canon_copy_from_read_buf() function 2182 else if (canon_copy_from_read_buf(tty, &kb, &nr)) in n_tty_read() 2284 if (canon_copy_from_read_buf(tty, &kb, &nr)) in n_tty_read()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | n_tty.c | 1991 * canon_copy_from_read_buf - copy read data in canonical mode 2012 static bool canon_copy_from_read_buf(const struct tty_struct *tty, u8 **kbp, in canon_copy_from_read_buf() function 2179 else if (canon_copy_from_read_buf(tty, &kb, &nr)) in n_tty_read() 2281 if (canon_copy_from_read_buf(tty, &kb, &nr)) in n_tty_read()
|
Completed in 7 milliseconds