Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dtty.h96 #define tty_is_writelocked(tty) (mutex_is_locked(&tty->atomic_write_lock)) macro
H A Dn_hdlc.c668 if (!tty_is_writelocked(tty) && in n_hdlc_tty_poll()
H A Dn_gsm.c3822 if (!tty_is_writelocked(tty) && tty_write_room(tty) > 0) in gsmld_ioctl()