Home
last modified time | relevance | path

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

/drivers/tty/
Dtty_buffer.c384 int tty_prepare_flip_string(struct tty_port *port, unsigned char **chars, in tty_prepare_flip_string() function
397 EXPORT_SYMBOL_GPL(tty_prepare_flip_string);
Dgoldfish.c160 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()
/drivers/tty/serial/
Dmsm_smd_tty.c73 avail = tty_prepare_flip_string(&info->port, &ptr, avail); in smd_tty_notify()