Searched refs:VCC_MAX_PORTS (Results 1 – 1 of 1) sorted by relevance
48 #define VCC_MAX_PORTS 1024 macro57 static struct vcc_port *vcc_table[VCC_MAX_PORTS];119 for (i = VCC_MINOR_START; i < VCC_MAX_PORTS; i++) { in vcc_table_add()127 if (i < VCC_MAX_PORTS) in vcc_table_add()141 if (WARN_ON(index >= VCC_MAX_PORTS)) in vcc_table_remove()942 if (tty->index >= VCC_MAX_PORTS) in vcc_install()1013 vcc_tty_driver = tty_alloc_driver(VCC_MAX_PORTS, VCC_TTY_FLAGS); in vcc_tty_init()