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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dtty_io.c149 static unsigned int tty_poll(struct file *, poll_table *);
1192 .poll = tty_poll,
1205 .poll = tty_poll,
1218 .poll = tty_poll,
2704 * tty_poll - check tty status
2715 static unsigned int tty_poll(struct file * filp, poll_table * wait) function
2722 if (tty_paranoia_check(tty, filp->f_path.dentry->d_inode, "tty_poll"))

Completed in 176 milliseconds