Lines Matching defs:noutput
160 int noutput;
503 crtc->outputs = realloc (crtc->outputs, (crtc->noutput + 1) * sizeof (output_t *));
513 crtc->outputs[crtc->noutput++] = output;
570 crtc_info->outputs, crtc_info->noutput);
584 rr_outputs = calloc (crtc->noutput, sizeof (RROutput));
587 for (o = 0; o < crtc->noutput; o++)
595 for (o = 0; o < crtc->noutput; o++)
604 rr_outputs, crtc->noutput);
788 for (o = 0; o < res->noutput; o++)
842 if (crtc->noutput)
844 for (i = 0; i < crtc->noutput; i++)
1112 if (output->crtc_info->crtc_info->noutput > 0 &&
1113 (output->crtc_info->crtc_info->noutput > 1 ||
1164 if ((new_res->noutput != res->noutput) || (new_res->nmode != res->nmode) ||
1168 for (i = 0; i < new_res->noutput; i++)