Lines Matching refs:tport
71 struct tty_port tport;
242 if (info->tport.flags & ASYNC_SAK)
243 do_SAK(info->tport.tty);
257 tty_insert_flip_char(&info->tport, ch, flag);
259 tty_insert_flip_char(&info->tport, 0, TTY_OVERRUN);
260 tty_flip_buffer_push(&info->tport);
277 || info->tport.tty->flow.stopped
278 || info->tport.tty->hw_stopped) {
293 tty_wakeup(info->tport.tty);
307 struct tty_port *port = &info->tport;
398 if (!info->tport.tty)
417 if (!info->tport.tty)
445 struct tty_port *port = &info->tport;
522 if (!tty_port_initialized(&info->tport))
535 wake_up_interruptible(&info->tport.delta_msr_wait);
559 tty_port_set_initialized(&info->tport, false);
571 struct tty_port *port = &info->tport;
900 close_delay = jiffies_to_msecs(state->tport.close_delay) / 10;
901 closing_wait = state->tport.closing_wait;
907 ss->flags = state->tport.flags;
920 struct tty_port *port = &state->tport;
1138 prepare_to_wait(&info->tport.delta_msr_wait,
1163 finish_wait(&info->tport.delta_msr_wait, &wait);
1229 struct tty_port *port = &state->tport;
1331 info->tport.count = 0;
1332 tty_port_set_active(&info->tport, false);
1333 info->tport.tty = NULL;
1334 wake_up_interruptible(&info->tport.open_wait);
1347 tport);
1376 control = tty_port_initialized(&state->tport) ? state->MCR : status;
1465 tport);
1512 tty_port_init(&state->tport);
1513 state->tport.ops = &amiga_port_ops;
1514 tty_port_link_device(&state->tport, driver, 0);
1566 tty_port_destroy(&state->tport);
1577 tty_port_destroy(&state->tport);