Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/accessibility/speakup/
A Dspk_ttyio.c381 if (tty_write_room(tty) < 1 || in spk_ttyio_synth_immediate()
/linux-6.3-rc2/drivers/tty/serdev/
A Dserdev-ttyport.c102 return tty_write_room(tty); in ttyport_write_room()
/linux-6.3-rc2/drivers/tty/
A Dtty_ioctl.c77 unsigned int tty_write_room(struct tty_struct *tty) in tty_write_room() function
83 EXPORT_SYMBOL(tty_write_room);
A Dn_tty.c505 space = tty_write_room(tty); in process_output()
543 space = tty_write_room(tty); in process_output_block()
621 old_space = space = tty_write_room(tty); in __process_echoes()
2441 tty_write_room(tty) > 0) in n_tty_poll()
A Dn_gsm.c3252 if (tty_write_room(gsm->tty) < len) { in gsmld_output()
3510 space = tty_write_room(tty); in gsmld_write()
3549 if (!tty_is_writelocked(tty) && tty_write_room(tty) > 0) in gsmld_poll()
/linux-6.3-rc2/drivers/net/caif/
A Dcaif_serial.c226 room = tty_write_room(tty); in handle_tx()
/linux-6.3-rc2/include/linux/
A Dtty.h416 unsigned int tty_write_room(struct tty_struct *tty);
/linux-6.3-rc2/drivers/misc/ti-st/
A Dst_core.c60 return tty_write_room(st_gdata->tty); in st_get_uart_wr_room()

Completed in 22 milliseconds