Lines Matching defs:input
7 * input 0 and an HDMI connector as input 1.
45 * @input: current video input (0 = SDTV, 1 = HDTV)
61 unsigned input;
304 * standard, HDTV timings or the video input would require updating the
311 if (skel->input == 0) {
312 /* S-Video input */
318 /* HDMI input */
402 /* S_STD is not supported on the HDMI input */
403 if (skel->input)
434 /* G_STD is not supported on the HDMI input */
435 if (skel->input)
446 * supported standards by this input), and this function should just AND
453 /* QUERY_STD is not supported on the HDMI input */
454 if (skel->input)
481 /* S_DV_TIMINGS is not supported on the S-Video input */
482 if (skel->input == 0)
520 /* G_DV_TIMINGS is not supported on the S-Video input */
521 if (skel->input == 0)
533 /* ENUM_DV_TIMINGS is not supported on the S-Video input */
534 if (skel->input == 0)
555 /* QUERY_DV_TIMINGS is not supported on the S-Video input */
556 if (skel->input == 0)
584 /* DV_TIMINGS_CAP is not supported on the S-Video input */
585 if (skel->input == 0)
618 * Changing the input implies a format change, which is not allowed
624 skel->input = i;
641 *i = skel->input;
740 * and video input should all be initialized to some reasonable value.