Searched refs:tty_copy_to_user (Results 1 – 1 of 1) sorted by relevance
/drivers/tty/ |
D | n_tty.c | 178 static inline int tty_copy_to_user(struct tty_struct *tty, in tty_copy_to_user() function 2104 ret = tty_copy_to_user(tty, *b, read_buf_addr(ldata, tail), size); in canon_copy_from_read_buf() 2107 ret = tty_copy_to_user(tty, *b + size, ldata->read_buf, n - size); in canon_copy_from_read_buf() 2109 ret = tty_copy_to_user(tty, *b, read_buf_addr(ldata, tail), n); in canon_copy_from_read_buf()
|