Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/
Dtty_io.c435 static __poll_t hung_up_tty_poll(struct file *filp, poll_table *wait) in hung_up_tty_poll() function
498 .poll = hung_up_tty_poll,
2203 return hung_up_tty_poll(filp, wait); in tty_poll()