Lines Matching refs:tport
109 struct tty_port tport; member
303 tty_insert_flip_char(&info->tport, ch, flag); in receive_chars()
308 tty_schedule_flip(&info->tport); in receive_chars()
350 struct tty_struct *tty = tty_port_tty_get(&info->tport); in rs_interrupt()
378 if (info->tport.flags & ASYNC_INITIALIZED) in startup()
418 info->tport.flags |= ASYNC_INITIALIZED; in startup()
433 if (!(info->tport.flags & ASYNC_INITIALIZED)) in shutdown()
446 info->tport.flags &= ~ASYNC_INITIALIZED; in shutdown()
818 tmp.flags = info->tport.flags;
820 tmp.close_delay = info->tport.close_delay;
821 tmp.closing_wait = info->tport.closing_wait;
832 struct tty_port *port = &info->tport;
998 struct tty_port *port = &info->tport;
1056 tty_port_tty_set(&info->tport, NULL);
1089 info->tport.count = 0;
1090 info->tport.flags &= ~ASYNC_NORMAL_ACTIVE;
1091 tty_port_tty_set(&info->tport, NULL);
1092 wake_up_interruptible(&info->tport.open_wait);
1111 info->tport.count++;
1113 tty_port_tty_set(&info->tport, tty);
1122 return tty_port_block_til_ready(&info->tport, tty, filp);
1186 tty_port_init(&info->tport);
1187 info->tport.ops = &rs_port_ops;
1211 tty_port_link_device(&info->tport, serial_driver, i);
1218 tty_port_destroy(&m68k_soft[i].tport);