Lines Matching defs:input
356 struct v4l2_input *input)
358 if (input->index > 3)
360 if (input->index)
361 snprintf(input->name, sizeof(input->name), "VID%d",
362 input->index);
364 strscpy(input->name, "J2/VID0", sizeof(input->name));
365 input->type = V4L2_INPUT_TYPE_CAMERA;
366 input->std = V4L2_STD_ALL;
367 input->status = 0;
375 *i = pd->input;
385 pd->input = i;
471 /* select channel 1 for input and set sync level */