Searched refs:tty_prepare_flip_string (Results 1 – 8 of 8) sorted by relevance
/drivers/tty/ |
D | tty_buffer.c | 384 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);
|
D | goldfish.c | 160 count = tty_prepare_flip_string(&qtty->port, &buf, count); in goldfish_tty_interrupt()
|
D | metag_da.c | 175 space = tty_prepare_flip_string(&dport->port, &cbuf, in fetch_data()
|
D | moxa.c | 1962 len = tty_prepare_flip_string(&port->port, &dst, in MoxaPortReadData() 1974 len = tty_prepare_flip_string(&port->port, &dst, in MoxaPortReadData()
|
D | isicom.c | 653 count = tty_prepare_flip_string(&port->port, &rp, in isicom_interrupt()
|
D | rocket.c | 398 space = tty_prepare_flip_string(&info->port, &cbuf, ToRecv); in rp_do_receive()
|
D | cyclades.c | 959 len = tty_prepare_flip_string(port, &buf, in cyz_handle_rx()
|
/drivers/tty/serial/ |
D | msm_smd_tty.c | 73 avail = tty_prepare_flip_string(&info->port, &ptr, avail); in smd_tty_notify()
|