Searched refs:tty_write_room (Results 1 – 8 of 8) sorted by relevance
380 if (tty_write_room(tty) < 1 || in spk_ttyio_synth_immediate()
100 return tty_write_room(tty); in ttyport_write_room()
66 unsigned int tty_write_room(struct tty_struct *tty) in tty_write_room() function72 EXPORT_SYMBOL(tty_write_room);
493 space = tty_write_room(tty); in process_output()531 space = tty_write_room(tty); in process_output_block()703 old_space = space = tty_write_room(tty); in __process_echoes()2479 tty_write_room(tty) > 0) in n_tty_poll()
3511 if (tty_write_room(gsm->tty) < len) { in gsmld_output()3778 space = tty_write_room(tty); in gsmld_write()3817 if (!tty_is_writelocked(tty) && tty_write_room(tty) > 0) in gsmld_poll()
226 room = tty_write_room(tty); in handle_tx()
409 unsigned int tty_write_room(struct tty_struct *tty);
59 return tty_write_room(st_gdata->tty); in st_get_uart_wr_room()
Completed in 24 milliseconds