Searched refs:tty_read (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_io.c | 146 static ssize_t tty_read(struct kiocb *, struct iov_iter *); 476 .read_iter = tty_read, 491 .read_iter = tty_read, 902 * tty_read - read method for tty device files 916 static ssize_t tty_read(struct kiocb *iocb, struct iov_iter *to) in tty_read() function 924 if (tty_paranoia_check(tty, inode, "tty_read")) in tty_read() 2960 if (likely(file->f_op->read_iter != tty_read)) in this_tty()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_io.c | 147 static ssize_t tty_read(struct kiocb *, struct iov_iter *); 466 .read_iter = tty_read, 481 .read_iter = tty_read, 901 * tty_read - read method for tty device files 912 static ssize_t tty_read(struct kiocb *iocb, struct iov_iter *to) in tty_read() function 920 if (tty_paranoia_check(tty, inode, "tty_read")) in tty_read() 2979 if (likely(file->f_op->read_iter != tty_read)) in this_tty()
|
Completed in 8 milliseconds