Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_hdlc.c691 if (!tty_is_writelocked(tty) && in n_hdlc_tty_poll()
H A Dn_tty.c2472 if (tty->ops->write && !tty_is_writelocked(tty) && in n_tty_poll()
H A Dn_gsm.c2756 if (!tty_is_writelocked(tty) && tty_write_room(tty) > 0) in gsmld_poll()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h590 #define tty_is_writelocked(tty) (mutex_is_locked(&tty->atomic_write_lock)) macro