Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/
Dvcc.c57 static struct vcc_port *vcc_table[VCC_MAX_PORTS]; variable
120 if (!vcc_table[i]) { in vcc_table_add()
121 vcc_table[i] = port; in vcc_table_add()
145 vcc_table[index] = NULL; in vcc_table_remove()
165 port = vcc_table[index]; in vcc_get()