Searched refs:port_count (Results 1 – 1 of 1) sorted by relevance
79 int port_count = libusb_get_port_numbers(device, ports, 7); in get_device_serial_path() local80 if (port_count < 0) return ""; in get_device_serial_path()84 for (int port = 1; port < port_count; ++port) { in get_device_serial_path()