Lines Matching refs:tport
1012 struct tty_port *tport = &port->state->port;
1022 if (kfifo_is_empty(&tport->xmit_fifo))
1038 } else if (stopped || !kfifo_get(&tport->xmit_fifo, &c)) {
1040 kfifo_is_empty(&tport->xmit_fifo)) {
1057 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS)
1059 if (kfifo_is_empty(&tport->xmit_fifo)) {
1073 struct tty_port *tport = &port->state->port;
1085 count = tty_buffer_request_room(tport, sci_rxfill(port));
1096 tty_insert_flip_char(tport, c, TTY_NORMAL);
1124 tty_insert_flip_char(tport, c, flag);
1137 tty_flip_buffer_push(tport);
1152 struct tty_port *tport = &port->state->port;
1159 if (tty_insert_flip_char(tport, 0, TTY_OVERRUN))
1167 if (tty_insert_flip_char(tport, 0, TTY_FRAME))
1175 if (tty_insert_flip_char(tport, 0, TTY_PARITY))
1180 tty_flip_buffer_push(tport);
1193 struct tty_port *tport = &port->state->port;
1220 tty_insert_flip_char(tport, 0, TTY_OVERRUN);
1221 tty_flip_buffer_push(tport);
1232 struct tty_port *tport = &port->state->port;
1241 if (tty_insert_flip_char(tport, 0, TTY_BREAK))
1246 tty_flip_buffer_push(tport);
1414 struct tty_port *tport = &port->state->port;
1423 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS)
1428 if (!kfifo_is_empty(&tport->xmit_fifo)) {
1452 struct tty_port *tport = &port->state->port;
1455 copied = tty_insert_flip_string(tport, buf, count);
1648 struct tty_port *tport = &port->state->port;
1661 s->tx_dma_len = kfifo_out_linear(&tport->xmit_fifo, &tail,
1693 __func__, tport->xmit_buf, tail, s->cookie_tx);
1808 struct tty_port *tport = &port->state->port;
1837 tport->xmit_buf,
1846 tport->xmit_buf, &s->tx_dma_addr);