Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_hdlc.c470 if (tty_io_nonblock(tty, file)) { in n_hdlc_tty_read()
561 if (tty_io_nonblock(tty, file)) { in n_hdlc_tty_write()
H A Dn_tty.c2264 if (tty_io_nonblock(tty, file)) { in n_tty_read()
2420 if (tty_io_nonblock(tty, file)) { in n_tty_write()
H A Dn_r3964.c1088 if (tty_io_nonblock(tty, file)) { in r3964_read()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h404 static inline bool tty_io_nonblock(struct tty_struct *tty, struct file *file) in tty_io_nonblock() function