Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dvcc.c1001 struct tty_port *port_tty; in vcc_install() local
1016 port_tty = kzalloc(sizeof(struct tty_port), GFP_KERNEL); in vcc_install()
1017 if (!port_tty) in vcc_install()
1024 kfree(port_tty); in vcc_install()
1028 tty_port_init(port_tty); in vcc_install()
1029 port_tty->ops = &vcc_port_ops; in vcc_install()
1030 tty->port = port_tty; in vcc_install()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds