Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
Dvcc.c990 struct vcc_port *port_vcc; in vcc_install() local
1010 port_vcc = vcc_get(tty->index, true); in vcc_install()
1011 if (!port_vcc) { in vcc_install()
1022 port_vcc->tty = tty; in vcc_install()
1024 vcc_put(port_vcc, true); in vcc_install()