Searched defs:outputs (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c159 output_t **outputs; member in struct:_crtc
188 static output_t *outputs = NULL; variable
189 static output_t **outputs_tail = &outputs;
343 for (output = outputs; output; output = output->next)
502 if (crtc->outputs)
503 crtc->outputs = realloc (crtc->outputs, (crtc->noutput + 1) * sizeof (output_t *));
506 crtc->outputs = calloc (1, sizeof (output_t *));
512 if (!crtc->outputs) fatal ("out of memory");
513 crtc->outputs[crt
1018 disable_outputs(output_t *outputs) argument
1031 pick_crtcs_score(output_t *outputs) argument
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_sdvo.c80 /* Active outputs controlled by this SDVO output */
94 * this is for current attached outputs.
104 * This is used to select the color range of RBG outputs in HDMI mode.
644 u16 outputs)
648 &outputs, sizeof(outputs));
652 u16 *outputs)
656 outputs, sizeof(*outputs));
701 u16 outputs)
643 intel_sdvo_set_active_outputs(struct intel_sdvo *intel_sdvo, u16 outputs) argument
651 intel_sdvo_get_active_outputs(struct intel_sdvo *intel_sdvo, u16 *outputs) argument
700 intel_sdvo_set_target_output(struct intel_sdvo *intel_sdvo, u16 outputs) argument
[all...]

Completed in 458 milliseconds