Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_ioctl.c76 int tty_write_room(struct tty_struct *tty) in tty_write_room() function
82 EXPORT_SYMBOL(tty_write_room);
H A Dn_tty.c508 space = tty_write_room(tty); in process_output()
547 space = tty_write_room(tty); in process_output_block()
628 old_space = space = tty_write_room(tty); in __process_echoes()
2474 tty_write_room(tty) > 0) in n_tty_poll()
H A Dn_gsm.c2455 if (tty_write_room(gsm->tty) < len) { in gsmld_output()
2717 space = tty_write_room(tty); in gsmld_write()
2756 if (!tty_is_writelocked(tty) && tty_write_room(tty) > 0) in gsmld_poll()
H A Dn_r3964.c452 room = tty_write_room(tty); in transmit_block()
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dspk_ttyio.c405 if (tty_write_room(speakup_tty) < 1 || in spk_ttyio_synth_immediate()
/OK3568_Linux_fs/kernel/drivers/tty/serdev/
H A Dserdev-ttyport.c108 return tty_write_room(tty); in ttyport_write_room()
/OK3568_Linux_fs/kernel/drivers/net/caif/
H A Dcaif_serial.c227 room = tty_write_room(tty); in handle_tx()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h508 extern int tty_write_room(struct tty_struct *tty);