Searched refs:tty_write_room (Results 1 - 6 of 6) sorted by relevance

/drivers/net/irda/
H A Dirtty-sir.c195 writelen = tty_write_room(tty);
/drivers/net/caif/
H A Dcaif_serial.c236 room = tty_write_room(tty);
/drivers/tty/
H A Dn_tty.c541 space = tty_write_room(tty);
580 space = tty_write_room(tty);
661 old_space = space = tty_write_room(tty);
2437 tty_write_room(tty) > 0)
H A Dtty_ioctl.c59 * tty_write_room - write queue space
69 int tty_write_room(struct tty_struct *tty) function
75 EXPORT_SYMBOL(tty_write_room); variable
H A Dn_gsm.c2208 if (tty_write_room(gsm->tty) < len) {
2455 int space = tty_write_room(tty);
2486 if (!tty_is_writelocked(tty) && tty_write_room(tty) > 0)
H A Dn_r3964.c447 room = tty_write_room(tty);

Completed in 661 milliseconds