Home
last modified time | relevance | path

Searched refs:tty_buffer_space_avail (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/Documentation/driver-api/tty/
Dtty_buffer.rst28 :identifiers: tty_buffer_space_avail tty_buffer_set_limit
/linux-5.19.10/include/linux/
Dtty_flip.h11 unsigned int tty_buffer_space_avail(struct tty_port *port);
/linux-5.19.10/drivers/tty/
Dtty_buffer.c93 unsigned int tty_buffer_space_avail(struct tty_port *port) in tty_buffer_space_avail() function
99 EXPORT_SYMBOL_GPL(tty_buffer_space_avail);
Dpty.c133 return tty_buffer_space_avail(tty->link->port); in pty_write_room()
/linux-5.19.10/drivers/tty/serial/8250/
D8250_aspeed_vuart.c308 if (!tty_buffer_space_avail(&up->port.state->port)) { in aspeed_vuart_unthrottle_exp()
345 space = tty_buffer_space_avail(&port->state->port); in aspeed_vuart_handle_irq()
/linux-5.19.10/drivers/staging/fwserial/
Dfwserial.c582 if (tty_buffer_space_avail(&port->port) < HIGH_WATERMARK) in fwtty_rx()