Lines Matching defs:input
6 * input 0 and an HDMI connector as input 1.
57 * @input: current video input (0 = SDTV, 1 = HDTV)
73 unsigned input;
316 * standard, HDTV timings or the video input would require updating the
323 if (skel->input == 0) {
324 /* S-Video input */
330 /* HDMI input */
414 /* S_STD is not supported on the HDMI input */
415 if (skel->input)
446 /* G_STD is not supported on the HDMI input */
447 if (skel->input)
458 * supported standards by this input), and this function should just AND
465 /* QUERY_STD is not supported on the HDMI input */
466 if (skel->input)
493 /* S_DV_TIMINGS is not supported on the S-Video input */
494 if (skel->input == 0)
532 /* G_DV_TIMINGS is not supported on the S-Video input */
533 if (skel->input == 0)
545 /* ENUM_DV_TIMINGS is not supported on the S-Video input */
546 if (skel->input == 0)
567 /* QUERY_DV_TIMINGS is not supported on the S-Video input */
568 if (skel->input == 0)
596 /* DV_TIMINGS_CAP is not supported on the S-Video input */
597 if (skel->input == 0)
630 * Changing the input implies a format change, which is not allowed
636 skel->input = i;
653 *i = skel->input;
752 * and video input should all be initialized to some reasonable value.