Home
last modified time | relevance | path

Searched refs:tty_insert_flip_string_and_push_buffer (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/tty/
H A Dtty.h117 int tty_insert_flip_string_and_push_buffer(struct tty_port *port,
H A Dtty_buffer.c552 int tty_insert_flip_string_and_push_buffer(struct tty_port *port, in tty_insert_flip_string_and_push_buffer() function
H A Dpty.c118 return tty_insert_flip_string_and_push_buffer(to->port, buf, c); in pty_write()