tty_read
static ssize_t tty_read(struct kiocb *, struct iov_iter *);
if (likely(file->f_op->read_iter != tty_read))
.read_iter = tty_read,