Searched refs:MAX_TOTAL_PORTS (Results 1 – 2 of 2) sorted by relevance
297 #define MAX_TOTAL_PORTS CONFIG_FWTTY_MAX_TOTAL_PORTS macro
62 static struct fwtty_port *port_table[MAX_TOTAL_PORTS];65 #define FWTTY_INVALID_INDEX MAX_TOTAL_PORTS822 if (index >= MAX_TOTAL_PORTS) in fwtty_port_get()842 for (i = 0; i + num_ports <= MAX_TOTAL_PORTS; i += num_ports) { in fwtty_ports_add()1453 for (i = 0; i < MAX_TOTAL_PORTS && (port = fwtty_port_get(i)); ++i) { in fwtty_proc_show()2754 fwtty_driver = tty_alloc_driver(MAX_TOTAL_PORTS, TTY_DRIVER_REAL_RAW in fwserial_init()2778 fwloop_driver = tty_alloc_driver(MAX_TOTAL_PORTS / num_ports, in fwserial_init()
Completed in 16 milliseconds