Lines Matching defs:input
43 int input;
192 if (encoder->input == 0)
198 if (encoder->input == 0)
213 u32 input, u32 output, u32 config)
217 /* RJ: input = 0: input is from decoder
218 input = 1: input is from ZR36060
219 input = 2: color bar */
221 v4l2_dbg(1, debug, sd, "set input from %s\n",
222 input == 0 ? "decoder" : "ZR36060");
224 switch (input) {
244 v4l2_dbg(1, debug, sd, "illegal input: %d\n", input);
247 v4l2_dbg(1, debug, sd, "switched to %s\n", inputs[input]);
248 encoder->input = input;
357 encoder->input = 0;