Searched refs:port_tty (Results 1 – 1 of 1) sorted by relevance
940 struct tty_port *port_tty; in vcc_install() local950 port_tty = kzalloc(sizeof(struct tty_port), GFP_KERNEL); in vcc_install()951 if (!port_tty) in vcc_install()958 kfree(port_tty); in vcc_install()962 tty_port_init(port_tty); in vcc_install()963 port_tty->ops = &vcc_port_ops; in vcc_install()964 tty->port = port_tty; in vcc_install()