Lines Matching defs:input
612 /* If this board has a tuner, it will be the first input */
633 static int vidioc_g_input(struct file *file, void *priv, unsigned int *input)
637 *input = go->input;
680 unsigned int input = go->input;
683 go->board_info->inputs[input].video_input, 0,
686 int aud_input = go->board_info->inputs[input].audio_index;
694 static int vidioc_s_input(struct file *file, void *priv, unsigned int input)
698 if (input >= go->board_info->num_inputs)
703 go->input = input;