Home
last modified time | relevance | path

Searched refs:port_tty (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/tty/
Dvcc.c989 struct tty_port *port_tty; in vcc_install() local
1004 port_tty = kzalloc(sizeof(struct tty_port), GFP_KERNEL); in vcc_install()
1005 if (!port_tty) in vcc_install()
1012 kfree(port_tty); in vcc_install()
1016 tty_port_init(port_tty); in vcc_install()
1017 port_tty->ops = &vcc_port_ops; in vcc_install()
1018 tty->port = port_tty; in vcc_install()