Lines Matching defs:output
40 SMI501_OutputDPMS_lcd(xf86OutputPtr output, int dpms)
42 ScrnInfoPtr pScrn = output->scrn;
65 SMI501_OutputDPMS_crt(xf86OutputPtr output, int dpms)
67 ScrnInfoPtr pScrn = output->scrn;
99 SMI501_OutputDetect_crt(xf86OutputPtr output)
101 ScrnInfoPtr pScrn = output->scrn;
118 * just telling there is a VGA output?
135 xf86OutputPtr output;
146 if (! (output = xf86OutputCreate(pScrn, outputFuncs, "LVDS")))
149 output->possible_crtcs = 1 << 0;
150 output->possible_clones = 0;
151 output->interlaceAllowed = FALSE;
152 output->doubleScanAllowed = FALSE;
163 if (! (output = xf86OutputCreate(pScrn, outputFuncs, "VGA")))
166 output->possible_crtcs = 1 << 1;
167 output->possible_clones = 0;
168 output->interlaceAllowed = FALSE;
169 output->doubleScanAllowed = FALSE;