Lines Matching defs:input
952 the ITU-656 input isn't receiving any data (thereby preventing applications
1311 struct v4l2_input *input)
1328 tmp = input->index;
1335 input->index = tmp;
1336 strscpy(input->name, inames[AUVI_INPUT(tmp).type], sizeof(input->name));
1339 input->type |= V4L2_INPUT_TYPE_TUNER;
1340 input->audioset = 1;
1342 input->type |= V4L2_INPUT_TYPE_CAMERA;
1343 input->audioset = 2;
1346 input->std = dev->vdev.tvnorms;
1383 dprintk(1, "unknown input type set [%d]\n",
1406 other input is routed to this callback */
1423 dprintk(1, "VIDIOC_S_INPUT in function %s, input=%d\n", __func__,
1437 * associated with the old input and enable source
1438 * for the newly set input
1863 /* Create entities for each input connector */
1891 pr_err("failed to initialize input pad[%d]!\n", i);
1895 pr_err("failed to register input entity %d!\n", i);
1969 /* Default input is TV Tuner */