Lines Matching defs:input
608 /* If this board has a tuner, it will be the first input */
629 static int vidioc_g_input(struct file *file, void *priv, unsigned int *input)
633 *input = go->input;
676 unsigned int input = go->input;
679 go->board_info->inputs[input].video_input, 0,
682 int aud_input = go->board_info->inputs[input].audio_index;
690 static int vidioc_s_input(struct file *file, void *priv, unsigned int input)
694 if (input >= go->board_info->num_inputs)
699 go->input = input;