Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/tty/
Dtty_io.c441 static __poll_t hung_up_tty_poll(struct file *filp, poll_table *wait) in hung_up_tty_poll() function
504 .poll = hung_up_tty_poll,
2210 return hung_up_tty_poll(filp, wait); in tty_poll()