Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_io.c444 static __poll_t hung_up_tty_poll(struct file *filp, poll_table *wait) in hung_up_tty_poll() function
507 .poll = hung_up_tty_poll,
2195 return hung_up_tty_poll(filp, wait); in tty_poll()
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty_io.c434 static __poll_t hung_up_tty_poll(struct file *filp, poll_table *wait) in hung_up_tty_poll() function
497 .poll = hung_up_tty_poll,
2204 return hung_up_tty_poll(filp, wait); in tty_poll()

Completed in 9 milliseconds