Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dvcc.c34 unsigned long index; /* index into the vcc_table */
66 static struct vcc_port *vcc_table[VCC_MAX_PORTS]; variable
129 if (!vcc_table[i]) { in vcc_table_add()
130 vcc_table[i] = port; in vcc_table_add()
154 vcc_table[index] = NULL; in vcc_table_remove()
174 port = vcc_table[index]; in vcc_get()
/kernel/linux/linux-6.6/drivers/tty/
H A Dvcc.c28 unsigned long index; /* index into the vcc_table */
58 static struct vcc_port *vcc_table[VCC_MAX_PORTS]; variable
121 if (!vcc_table[i]) { in vcc_table_add()
122 vcc_table[i] = port; in vcc_table_add()
146 vcc_table[index] = NULL; in vcc_table_remove()
166 port = vcc_table[index]; in vcc_get()

Completed in 4 milliseconds