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