Lines Matching defs:vfd
625 struct video_device *vfd;
690 vfd = video_device_alloc();
691 if (!vfd) {
696 *vfd = g2d_videodev;
697 set_bit(V4L2_FL_QUIRK_INVERTED_CROP, &vfd->flags);
698 vfd->lock = &dev->mutex;
699 vfd->v4l2_dev = &dev->v4l2_dev;
700 vfd->device_caps = V4L2_CAP_VIDEO_M2M | V4L2_CAP_STREAMING;
719 ret = video_register_device(vfd, VFL_TYPE_VIDEO, 0);
724 video_set_drvdata(vfd, dev);
725 dev->vfd = vfd;
727 vfd->num);
734 video_device_release(vfd);
755 video_unregister_device(dev->vfd);