Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dvcc.c1000 struct vcc_port *port_vcc; in vcc_install() local
1020 port_vcc = vcc_get(tty->index, true); in vcc_install()
1021 if (!port_vcc) { in vcc_install()
1032 port_vcc->tty = tty; in vcc_install()
1034 vcc_put(port_vcc, true); in vcc_install()
/kernel/linux/linux-6.6/drivers/tty/
H A Dvcc.c949 struct vcc_port *port_vcc; in vcc_install() local
964 port_vcc = vcc_get(tty->index, true); in vcc_install()
965 if (!port_vcc) { in vcc_install()
976 port_vcc->tty = tty; in vcc_install()
978 vcc_put(port_vcc, true); in vcc_install()

Completed in 3 milliseconds