Searched refs:vcc_get (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | vcc.c | 159 * vcc_get() - Gets a reference to VCC port 166 static struct vcc_port *vcc_get(unsigned long index, bool excl) in vcc_get() function 252 port = vcc_get(index, false); in vcc_get_ne() 710 port = vcc_get(port->index, true); in vcc_remove() 1020 port_vcc = vcc_get(tty->index, true); in vcc_install() 1048 port = vcc_get(tty->index, true); in vcc_cleanup()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | vcc.c | 151 * vcc_get() - Gets a reference to VCC port 158 static struct vcc_port *vcc_get(unsigned long index, bool excl) in vcc_get() function 244 port = vcc_get(index, false); in vcc_get_ne() 699 vcc_get(port->index, true); in vcc_remove() 964 port_vcc = vcc_get(tty->index, true); in vcc_install() 987 port = vcc_get(tty->index, true); in vcc_cleanup()
|
Completed in 6 milliseconds