Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accessibility/speakup/
H A Dspk_ttyio.c380 if (tty_write_room(tty) < 1 || in spk_ttyio_synth_immediate()
/openbmc/linux/drivers/tty/serdev/
H A Dserdev-ttyport.c102 return tty_write_room(tty); in ttyport_write_room()
/openbmc/linux/drivers/tty/
H A Dtty_ioctl.c70 unsigned int tty_write_room(struct tty_struct *tty) in tty_write_room() function
76 EXPORT_SYMBOL(tty_write_room);
H A Dn_tty.c498 space = tty_write_room(tty); in process_output()
536 space = tty_write_room(tty); in process_output_block()
708 old_space = space = tty_write_room(tty); in __process_echoes()
2484 tty_write_room(tty) > 0) in n_tty_poll()
H A Dn_gsm.c3510 if (tty_write_room(gsm->tty) < len) { in gsmld_output()
3777 space = tty_write_room(tty); in gsmld_write()
3816 if (!tty_is_writelocked(tty) && tty_write_room(tty) > 0) in gsmld_poll()
/openbmc/linux/drivers/net/caif/
H A Dcaif_serial.c226 room = tty_write_room(tty); in handle_tx()
/openbmc/linux/include/linux/
H A Dtty.h416 unsigned int tty_write_room(struct tty_struct *tty);
/openbmc/linux/drivers/misc/ti-st/
H A Dst_core.c59 return tty_write_room(st_gdata->tty); in st_get_uart_wr_room()