Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/
Dn_tty.c374 space = tty_write_room(tty); in process_output()
412 space = tty_write_room(tty); in process_output_block()
499 space = tty_write_room(tty); in process_echoes()
2065 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.c2218 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-3.4.99/drivers/net/irda/
Dirtty-sir.c195 writelen = tty_write_room(tty); in irtty_do_write()
/linux-3.4.99/drivers/net/caif/
Dcaif_serial.c238 room = tty_write_room(tty); in handle_tx()
/linux-3.4.99/include/linux/
Dtty.h419 extern int tty_write_room(struct tty_struct *tty);