Lines Matching defs:input
353 struct v4l2_input *input)
355 if (input->index > 3)
357 if (input->index)
358 snprintf(input->name, sizeof(input->name), "VID%d",
359 input->index);
361 strscpy(input->name, "J2/VID0", sizeof(input->name));
362 input->type = V4L2_INPUT_TYPE_CAMERA;
363 input->std = V4L2_STD_ALL;
364 input->status = 0;
372 *i = pd->input;
382 pd->input = i;
468 /* select channel 1 for input and set sync level */