Lines Matching defs:tport
531 struct tty_port *tport;
534 tport = &uport->state->port;
557 tty_insert_flip_char(tport, buf[c], TTY_NORMAL);
561 tty_flip_buffer_push(tport);
574 struct tty_port *tport;
580 tport = &uport->state->port;
585 ret = tty_insert_flip_string(tport, port->rx_fifo, bytes);
592 tty_flip_buffer_push(tport);
824 struct tty_port *tport = &uport->state->port;
843 tty_insert_flip_char(tport, 0, TTY_OVERRUN);