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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_io.c146 static unsigned int tty_poll(struct file *, poll_table *);
451 .poll = tty_poll,
463 .poll = tty_poll,
1919 * tty_poll - check tty status
1930 static unsigned int tty_poll(struct file *filp, poll_table *wait) function
1936 if (tty_paranoia_check(tty, filp->f_path.dentry->d_inode, "tty_poll"))

Completed in 57 milliseconds