Home | History | Annotate | Download | only in serial

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) {
484 device->ports = g_slist_append(device->ports, port);
501 port = find_port(device->ports, pattern);
547 port = find_port(device->ports, dev);
615 if (find_port(device->ports, uuid))
625 device->ports = g_slist_append(device->ports, port);
638 g_slist_foreach(device->ports, (GFunc) serial_port_free, NULL);
639 g_slist_free(device->ports);