Lines Matching defs:connectors
108 struct connector *connectors;
430 struct connector *_connector = &dev->resources->connectors[i];
597 free(res->connectors[i].name);
635 res->connectors = calloc(res->count_connectors, sizeof(*res->connectors));
638 if (!res->crtcs || !res->encoders || !res->connectors || !res->fbs) {
663 /* Set the name of all connectors based on the type name and the per-type ID. */
665 struct connector *connector = &res->connectors[i];
766 connector = &dev->resources->connectors[i];
781 connector = dev->resources->connectors[i].connector;
978 * locate a CRTC that can be attached to all the connectors.
1565 con = res->connectors[i].connector;
1581 con = res->connectors[i].connector;
1679 printf("setting mode %s-%.2fHz on connectors ",
1982 /* Count the number of connectors and allocate them. */
1994 /* Parse the connectors. */
2134 fprintf(stderr, "\t-c\tlist connectors\n");
2148 fprintf(stderr, "\t-r\tset the preferred mode for all connectors\n");
2189 int encoders = 0, connectors = 0, crtcs = 0, planes = 0, framebuffers = 0;
2220 connectors = 1;
2310 encoders = connectors = crtcs = planes = framebuffers = 1;
2346 dump_resource(&dev, connectors);
2389 * Since only writeback connectors have an output fb, this should only be