Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtty_flip.h11 extern int tty_prepare_flip_string(struct tty_port *port,
/linux-4.4.14/drivers/tty/
Dtty_buffer.c398 int tty_prepare_flip_string(struct tty_port *port, unsigned char **chars, in tty_prepare_flip_string() function
411 EXPORT_SYMBOL_GPL(tty_prepare_flip_string);
Dgoldfish.c82 count = tty_prepare_flip_string(&qtty->port, &buf, count); in goldfish_tty_interrupt()
Dmetag_da.c175 space = tty_prepare_flip_string(&dport->port, &cbuf, in fetch_data()
Dmoxa.c1962 len = tty_prepare_flip_string(&port->port, &dst, in MoxaPortReadData()
1974 len = tty_prepare_flip_string(&port->port, &dst, in MoxaPortReadData()
Disicom.c653 count = tty_prepare_flip_string(&port->port, &rp, in isicom_interrupt()
Drocket.c398 space = tty_prepare_flip_string(&info->port, &cbuf, ToRecv); in rp_do_receive()
Dcyclades.c959 len = tty_prepare_flip_string(port, &buf, in cyz_handle_rx()