Searched refs:tty_prepare_flip_string (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/include/linux/ |
D | tty_flip.h | 12 extern int tty_prepare_flip_string(struct tty_port *port,
|
/Linux-v5.10/drivers/tty/ |
D | tty_buffer.c | 430 int tty_prepare_flip_string(struct tty_port *port, unsigned char **chars, in tty_prepare_flip_string() function 443 EXPORT_SYMBOL_GPL(tty_prepare_flip_string);
|
D | goldfish.c | 149 count = tty_prepare_flip_string(&qtty->port, &buf, count); in goldfish_tty_interrupt()
|
D | moxa.c | 1954 len = tty_prepare_flip_string(&port->port, &dst, in MoxaPortReadData() 1966 len = tty_prepare_flip_string(&port->port, &dst, in MoxaPortReadData()
|
D | isicom.c | 644 count = tty_prepare_flip_string(&port->port, &rp, in isicom_interrupt()
|
D | rocket.c | 385 space = tty_prepare_flip_string(&info->port, &cbuf, ToRecv); in rp_do_receive()
|
D | cyclades.c | 957 len = tty_prepare_flip_string(port, &buf, in cyz_handle_rx()
|