Searched refs:VCC_MAX_PORTS (Results 1 – 1 of 1) sorted by relevance
55 #define VCC_MAX_PORTS 1024 macro66 static struct vcc_port *vcc_table[VCC_MAX_PORTS];128 for (i = VCC_MINOR_START; i < VCC_MAX_PORTS; i++) { in vcc_table_add()136 if (i < VCC_MAX_PORTS) in vcc_table_add()150 if (WARN_ON(index >= VCC_MAX_PORTS)) in vcc_table_remove()999 if (tty->index >= VCC_MAX_PORTS) in vcc_install()1077 vcc_tty_driver = tty_alloc_driver(VCC_MAX_PORTS, VCC_TTY_FLAGS); in vcc_tty_init()