Home
last modified time | relevance | path

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

/drivers/tty/
Dtty_io.c148 static __poll_t tty_poll(struct file *, poll_table *);
480 .poll = tty_poll,
495 .poll = tty_poll,
2216 static __poll_t tty_poll(struct file *filp, poll_table *wait) in tty_poll() function