Searched refs:port_tty (Results 1 – 1 of 1) sorted by relevance
939 struct tty_port *port_tty; in vcc_install() local949 port_tty = kzalloc(sizeof(struct tty_port), GFP_KERNEL); in vcc_install()950 if (!port_tty) in vcc_install()957 kfree(port_tty); in vcc_install()961 tty_port_init(port_tty); in vcc_install()962 port_tty->ops = &vcc_port_ops; in vcc_install()963 tty->port = port_tty; in vcc_install()