Lines Matching defs:decoder
92 * @decoder: contains information about video DAC
119 struct v4l2_subdev *decoder;
433 v4l2_subdev_call(vip->decoder, video, querystd, &std);
446 return v4l2_subdev_call(vip->decoder, video, s_std, std);
481 return v4l2_subdev_call(vip->decoder, video, querystd, std);
516 ret = v4l2_subdev_call(vip->decoder, video, s_routing, i, 0, 0);
1084 vip->decoder = v4l2_i2c_new_subdev(&vip->v4l2_dev, vip->adapter,
1087 if (!vip->decoder) {
1089 dev_err(&pdev->dev, "no decoder found\n");
1094 v4l2_subdev_call(vip->decoder, core, init, 0);