Searched refs:tty_copy_to_user (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/
H A Dn_tty.c165 static inline int tty_copy_to_user(struct tty_struct *tty, tty_copy_to_user() function
2088 ret = tty_copy_to_user(tty, *b, read_buf_addr(ldata, tail), size); canon_copy_from_read_buf()
2091 ret = tty_copy_to_user(tty, *b + size, ldata->read_buf, n - size); canon_copy_from_read_buf()
2093 ret = tty_copy_to_user(tty, *b, read_buf_addr(ldata, tail), n); canon_copy_from_read_buf()

Completed in 41 milliseconds