Lines Matching defs:tty_port
37 struct tty_port tty_port;
72 static int ipoctal_port_activate(struct tty_port *port, struct tty_struct *tty)
114 return tty_port_open(&channel->tty_port, tty, file);
139 tty_port_close(&channel->tty_port, tty, filp);
162 struct tty_port *port = &channel->tty_port;
214 value = channel->tty_port.xmit_buf[*pointer_write];
402 tty_port_init(&channel->tty_port);
403 res = tty_port_alloc_xmit_buf(&channel->tty_port);
406 channel->tty_port.ops = &ipoctal_tty_port_ops;
413 tty_dev = tty_port_register_device_attr(&channel->tty_port, tty,
417 tty_port_free_xmit_buf(&channel->tty_port);
418 tty_port_destroy(&channel->tty_port);
454 channel->tty_port.xmit_buf[*pointer_read] = buf[i];
651 tty_port_hangup(&channel->tty_port);
654 tty_port_set_initialized(&channel->tty_port, 0);
655 wake_up_interruptible(&channel->tty_port.open_wait);
666 tty_port_set_initialized(&channel->tty_port, 0);
728 tty_port_free_xmit_buf(&channel->tty_port);
729 tty_port_destroy(&channel->tty_port);