Lines Matching full:vfd
737 struct video_device *vfd;
744 dev->vfd = rotate_video_device;
793 vfd = &dev->vfd;
794 vfd->lock = &dev->dev_mutex;
795 vfd->v4l2_dev = &dev->v4l2_dev;
797 snprintf(vfd->name, sizeof(vfd->name), "%s",
799 video_set_drvdata(vfd, dev);
801 ret = video_register_device(vfd, VFL_TYPE_VIDEO, 0);
809 "Device registered as /dev/video%d\n", vfd->num);
827 video_unregister_device(&dev->vfd);
839 video_unregister_device(&dev->vfd);