Lines Matching refs:tport

48  tty->name, (info->tport.flags), serial_driver->refcount,info->count,tty->count,s)
95 struct tty_port tport;
315 if (info->tport.flags & ASYNC_SAK)
316 do_SAK(info->tport.tty);
330 tty_insert_flip_char(&info->tport, ch, flag);
332 tty_insert_flip_char(&info->tport, 0, TTY_OVERRUN);
333 tty_flip_buffer_push(&info->tport);
350 || info->tport.tty->stopped
351 || info->tport.tty->hw_stopped) {
366 tty_wakeup(info->tport.tty);
380 struct tty_port *port = &info->tport;
471 if (!info->tport.tty)
490 if (!info->tport.tty)
518 struct tty_port *port = &info->tport;
608 if (!(info->tport.flags & ASYNC_INITIALIZED))
623 wake_up_interruptible(&info->tport.delta_msr_wait);
649 info->tport.flags &= ~ASYNC_INITIALIZED;
661 struct tty_port *port = &info->tport;
1033 tmp.flags = state->tport.flags;
1036 tmp.close_delay = state->tport.close_delay;
1037 tmp.closing_wait = state->tport.closing_wait;
1048 struct tty_port *port = &state->tport;
1293 prepare_to_wait(&info->tport.delta_msr_wait,
1318 finish_wait(&info->tport.delta_msr_wait, &wait);
1396 struct tty_port *port = &state->tport;
1510 info->tport.count = 0;
1511 info->tport.flags &= ~ASYNC_NORMAL_ACTIVE;
1512 info->tport.tty = NULL;
1513 wake_up_interruptible(&info->tport.open_wait);
1525 struct tty_port *port = &info->tport;
1559 control = (state->tport.flags & ASYNC_INITIALIZED) ? state->MCR : status;
1670 tport);
1725 tty_port_init(&state->tport);
1726 state->tport.ops = &amiga_port_ops;
1727 tty_port_link_device(&state->tport, serial_driver, 0);
1778 tty_port_destroy(&state->tport);
1793 tty_port_destroy(&state->tport);