Lines Matching defs:input
47 int input;
162 decoder->input = chan;
185 saa7110_selmux(sd, decoder->input);
291 u32 input, u32 output, u32 config)
295 if (input >= SAA7110_MAX_INPUT) {
296 v4l2_dbg(1, debug, sd, "input=%d not available\n", input);
299 if (decoder->input != input) {
300 saa7110_selmux(sd, input);
301 v4l2_dbg(1, debug, sd, "switched to input=%d\n", input);
382 decoder->input = 0;