Lines Matching full:vfd
198 struct video_device *vfd;
804 struct video_device *vfd;
832 vfd = video_device_alloc();
833 if (!vfd) {
839 *vfd = emmaprp_videodev;
840 vfd->lock = &pcdev->dev_mutex;
841 vfd->v4l2_dev = &pcdev->v4l2_dev;
843 video_set_drvdata(vfd, pcdev);
844 pcdev->vfd = vfd;
846 " Device registered as /dev/video%d\n", vfd->num);
868 ret = video_register_device(vfd, VFL_TYPE_VIDEO, 0);
880 video_device_release(vfd);
895 video_unregister_device(pcdev->vfd);