Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
Dvcc.c991 struct tty_port *port_tty; in vcc_install() local
1006 port_tty = kzalloc(sizeof(struct tty_port), GFP_KERNEL); in vcc_install()
1007 if (!port_tty) in vcc_install()
1014 kfree(port_tty); in vcc_install()
1018 tty_port_init(port_tty); in vcc_install()
1019 port_tty->ops = &vcc_port_ops; in vcc_install()
1020 tty->port = port_tty; in vcc_install()