Searched refs:legacy_serial_count (Results 1 – 1 of 1) sorted by relevance
51 static unsigned int legacy_serial_count; variable105 index = legacy_serial_count; in add_legacy_port()113 if (index >= legacy_serial_count) in add_legacy_port()114 legacy_serial_count = index + 1; in add_legacy_port()122 if (legacy_serial_count < MAX_LEGACY_SERIAL_PORTS) { in add_legacy_port()124 index, legacy_serial_count); in add_legacy_port()125 legacy_serial_ports[legacy_serial_count] = *legacy_port; in add_legacy_port()126 legacy_serial_infos[legacy_serial_count] = *legacy_info; in add_legacy_port()127 legacy_serial_count++; in add_legacy_port()573 if (legacy_serial_count == 0) in serial_dev_init()[all …]