Searched refs:tty_prepare_flip_string (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/include/linux/ |
D | tty_flip.h | 11 extern int tty_prepare_flip_string(struct tty_port *port,
|
/linux-4.4.14/drivers/tty/ |
D | tty_buffer.c | 398 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);
|
D | goldfish.c | 82 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()
|