Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dvcc.c950 struct tty_port *port_tty; in vcc_install() local
960 port_tty = kzalloc(sizeof(struct tty_port), GFP_KERNEL); in vcc_install()
961 if (!port_tty) in vcc_install()
968 kfree(port_tty); in vcc_install()
972 tty_port_init(port_tty); in vcc_install()
973 port_tty->ops = &vcc_port_ops; in vcc_install()
974 tty->port = port_tty; in vcc_install()