Home
last modified time | relevance | path

Searched refs:tty_prepare_flip_string (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dtty_flip.h12 extern int tty_prepare_flip_string(struct tty_port *port,
/kernel/linux/linux-5.10/drivers/tty/
Dtty_buffer.c410 int tty_prepare_flip_string(struct tty_port *port, unsigned char **chars, in tty_prepare_flip_string() function
423 EXPORT_SYMBOL_GPL(tty_prepare_flip_string);
Dgoldfish.c149 count = tty_prepare_flip_string(&qtty->port, &buf, count); in goldfish_tty_interrupt()
Dmoxa.c1954 len = tty_prepare_flip_string(&port->port, &dst, in MoxaPortReadData()
1966 len = tty_prepare_flip_string(&port->port, &dst, in MoxaPortReadData()
Disicom.c644 count = tty_prepare_flip_string(&port->port, &rp, in isicom_interrupt()
Drocket.c385 space = tty_prepare_flip_string(&info->port, &cbuf, ToRecv); in rp_do_receive()
Dcyclades.c957 len = tty_prepare_flip_string(port, &buf, in cyz_handle_rx()