Searched defs:tty_read (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/comedi/drivers/
H A Dserial2002.c166 static int tty_read(struct file *f, int timeout) function
325 int data = tty_read(f, timeout);
/drivers/tty/
H A Dtty_io.c140 static ssize_t tty_read(struct file *, char __user *, size_t, loff_t *);
472 .read = tty_read,
484 .read = tty_read,
942 * tty_read - read method for tty device files
956 static ssize_t tty_read(struct file *file, char __user *buf, size_t count, function
964 if (tty_paranoia_check(tty, inode, "tty_read"))
2858 if (filp->f_op->read == tty_read &&

Completed in 44 milliseconds