Lines Matching defs:input
38 int input;
182 0xf2, 0x13, /* NTSC M, composite input */
200 0xf2, 0x3d1, /* PAL B,G,H,I, composite input */
217 0xf2, 0x3d5, /* SECAM, composite input */
342 /* Here we back up the input selection because it gets
363 /* And here we set the backed up video input again */
370 u32 input, u32 output, u32 config)
374 /* RJ: input = 0: ST8 (PCTV) input
375 input = 1: COMPOSITE input
376 input = 2: SVHS input */
384 if (input > 2)
387 v4l2_dbg(1, debug, sd, "input switched to %s\n", inputs[input]);
389 vpx3220_write(sd, 0x33, input_vals[input][0]);
396 data | (input_vals[input][1] << 5) | 0x0010);
479 decoder->input = 0;