Home
last modified time | relevance | path

Searched refs:tty_chars_in_buffer (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/tty/
H A Dtty_ioctl.c51 unsigned int tty_chars_in_buffer(struct tty_struct *tty) in tty_chars_in_buffer() function
57 EXPORT_SYMBOL(tty_chars_in_buffer);
197 !tty_chars_in_buffer(tty), timeout); in tty_wait_until_sent()
496 retval = wait_event_interruptible(tty->write_wait, !tty_chars_in_buffer(tty));
504 if (tty_chars_in_buffer(tty)) {
H A Dn_hdlc.c611 count = tty_chars_in_buffer(tty); in n_hdlc_tty_ioctl()
H A Dn_tty.c2483 tty_chars_in_buffer(tty) < WAKEUP_CHARS && in n_tty_poll()
2516 return put_user(tty_chars_in_buffer(tty), (int __user *) arg); in n_tty_ioctl()
/openbmc/linux/include/linux/
H A Dtty.h415 unsigned int tty_chars_in_buffer(struct tty_struct *tty);
/openbmc/linux/drivers/net/hamradio/
H A Dmkiss.c543 (tty_chars_in_buffer(ax->tty) || ax->xleft) ? in ax_xmit()
/openbmc/linux/drivers/net/slip/
H A Dslip.c485 (tty_chars_in_buffer(sl->tty) || sl->xleft) ?
/openbmc/linux/drivers/tty/vt/
H A Dkeyboard.c1462 (tty && !L_ECHO(tty) && tty_chars_in_buffer(tty)))) { in kbd_keycode()