Searched refs:tty_poll (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_io.c | 148 static __poll_t tty_poll(struct file *, poll_table *); 480 .poll = tty_poll, 495 .poll = tty_poll, 2173 * tty_poll - check tty status 2184 static __poll_t tty_poll(struct file *filp, poll_table *wait) in tty_poll() function 2190 if (tty_paranoia_check(tty, file_inode(filp), "tty_poll")) in tty_poll()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_io.c | 149 static __poll_t tty_poll(struct file *, poll_table *); 470 .poll = tty_poll, 485 .poll = tty_poll, 2183 * tty_poll - check tty status 2193 static __poll_t tty_poll(struct file *filp, poll_table *wait) in tty_poll() function 2199 if (tty_paranoia_check(tty, file_inode(filp), "tty_poll")) in tty_poll()
|
Completed in 9 milliseconds