Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dtty_io.c149 static __poll_t tty_poll(struct file *, poll_table *);
464 .poll = tty_poll,
478 .poll = tty_poll,
2186 static __poll_t tty_poll(struct file *filp, poll_table *wait) in tty_poll() function