Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/irda/
Dirtty-sir.c195 writelen = tty_write_room(tty); in irtty_do_write()
/linux-4.1.27/drivers/tty/
Dn_tty.c525 space = tty_write_room(tty); in process_output()
564 space = tty_write_room(tty); in process_output_block()
645 old_space = space = tty_write_room(tty); in __process_echoes()
2485 tty_write_room(tty) > 0) in n_tty_poll()
Dtty_ioctl.c69 int tty_write_room(struct tty_struct *tty) in tty_write_room() function
75 EXPORT_SYMBOL(tty_write_room);
Dn_gsm.c2210 if (tty_write_room(gsm->tty) < len) { in gsmld_output()
2457 int space = tty_write_room(tty); in gsmld_write()
2488 if (!tty_is_writelocked(tty) && tty_write_room(tty) > 0) in gsmld_poll()
Dn_r3964.c447 room = tty_write_room(tty); in transmit_block()
/linux-4.1.27/drivers/net/caif/
Dcaif_serial.c235 room = tty_write_room(tty); in handle_tx()
/linux-4.1.27/include/linux/
Dtty.h446 extern int tty_write_room(struct tty_struct *tty);