Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/
Dn_hdlc.c616 if (tty_io_nonblock(tty, file)) { in n_hdlc_tty_read()
683 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.c1088 if (tty_io_nonblock(tty, file)) { in r3964_read()
/Linux-v5.4/include/linux/
Dtty.h387 static inline bool tty_io_nonblock(struct tty_struct *tty, struct file *file) in tty_io_nonblock() function