Lines Matching refs:ports
71 GSList *ports; /* Available ports */
102 static struct serial_port *find_port(GSList *ports, const char *pattern)
110 for (l = ports; l != NULL; l = l->next) {
464 device->ports = g_slist_append(device->ports, port);
481 port = find_port(device->ports, pattern);
525 port = find_port(device->ports, dev);
593 if (find_port(device->ports, uuid))
603 device->ports = g_slist_append(device->ports, port);
616 g_slist_foreach(device->ports, (GFunc) serial_port_free, NULL);
617 g_slist_free(device->ports);