Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Dn_hdlc.c460 if (tty_io_nonblock(tty, file)) { in n_hdlc_tty_read()
518 if (tty_io_nonblock(tty, file)) { in n_hdlc_tty_write()
Dn_tty.c2216 if (tty_io_nonblock(tty, file)) { in n_tty_read()
2370 if (tty_io_nonblock(tty, file)) { in n_tty_write()
Dn_r3964.c1087 if (tty_io_nonblock(tty, file)) { in r3964_read()
/Linux-v5.10/include/linux/
Dtty.h393 static inline bool tty_io_nonblock(struct tty_struct *tty, struct file *file) in tty_io_nonblock() function