Lines Matching refs:input
923 struct v4l2_input *input)
930 u32 index = input->index;
956 memset(input, 0, sizeof(*input));
957 input->index = index;
958 strscpy(input->name, iterm->name, sizeof(input->name));
960 input->type = V4L2_INPUT_TYPE_CAMERA;
965 static int uvc_ioctl_g_input(struct file *file, void *fh, unsigned int *input)
974 *input = 0;
986 *input = *buf - 1;
993 static int uvc_ioctl_s_input(struct file *file, void *fh, unsigned int input)
1006 if (input)
1011 if (input >= chain->selector->bNrInPins)
1018 *buf = input + 1;