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