Searched refs:tty_prepare_flip_string (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/Documentation/driver-api/tty/ |
H A D | tty_buffer.rst | 18 :identifiers: tty_prepare_flip_string
|
/openbmc/linux/include/linux/ |
H A D | tty_flip.h | 16 size_t tty_prepare_flip_string(struct tty_port *port, u8 **chars, size_t size);
|
/openbmc/linux/drivers/tty/ |
H A D | tty_buffer.c | 354 size_t tty_prepare_flip_string(struct tty_port *port, u8 **chars, size_t size) in tty_prepare_flip_string() function 369 EXPORT_SYMBOL_GPL(tty_prepare_flip_string);
|
H A D | goldfish.c | 148 count = tty_prepare_flip_string(&qtty->port, &buf, count); in goldfish_tty_interrupt()
|
H A D | moxa.c | 2253 len = tty_prepare_flip_string(&port->port, &dst, in MoxaPortReadData() 2265 len = tty_prepare_flip_string(&port->port, &dst, in MoxaPortReadData()
|