Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/speakup/
Dspk_ttyio.c371 if (tty_write_room(speakup_tty) < 1 || !synth->io_ops->synth_out(synth, ch)) in spk_ttyio_synth_immediate()
/Linux-v4.19/drivers/tty/serdev/
Dserdev-ttyport.c102 return tty_write_room(tty); in ttyport_write_room()
/Linux-v4.19/drivers/tty/
Dtty_ioctl.c76 int tty_write_room(struct tty_struct *tty) in tty_write_room() function
82 EXPORT_SYMBOL(tty_write_room);
Dn_tty.c498 space = tty_write_room(tty); in process_output()
537 space = tty_write_room(tty); in process_output_block()
618 old_space = space = tty_write_room(tty); in __process_echoes()
2408 tty_write_room(tty) > 0) in n_tty_poll()
Dn_gsm.c2229 if (tty_write_room(gsm->tty) < len) { in gsmld_output()
2460 int space = tty_write_room(tty); in gsmld_write()
2491 if (!tty_is_writelocked(tty) && tty_write_room(tty) > 0) in gsmld_poll()
Dn_r3964.c445 room = tty_write_room(tty); in transmit_block()
/Linux-v4.19/drivers/net/caif/
Dcaif_serial.c233 room = tty_write_room(tty); in handle_tx()
/Linux-v4.19/include/linux/
Dtty.h483 extern int tty_write_room(struct tty_struct *tty);