Searched refs:tty_write_room (Results 1 – 8 of 8) sorted by relevance
377 if (tty_write_room(speakup_tty) < 1 || in spk_ttyio_synth_immediate()
102 return tty_write_room(tty); in ttyport_write_room()
76 int tty_write_room(struct tty_struct *tty) in tty_write_room() function82 EXPORT_SYMBOL(tty_write_room);
513 space = tty_write_room(tty); in process_output()552 space = tty_write_room(tty); in process_output_block()633 old_space = space = tty_write_room(tty); in __process_echoes()2424 tty_write_room(tty) > 0) in n_tty_poll()
2341 if (tty_write_room(gsm->tty) < len) { in gsmld_output()2573 int space = tty_write_room(tty); in gsmld_write()2604 if (!tty_is_writelocked(tty) && tty_write_room(tty) > 0) in gsmld_poll()
452 room = tty_write_room(tty); in transmit_block()
227 room = tty_write_room(tty); in handle_tx()
490 extern int tty_write_room(struct tty_struct *tty);