Lines Matching defs:vfd
792 struct video_device *vfd = &ctx->vdev;
806 ret = video_register_device(vfd, VFL_TYPE_VIDEO, cal_video_nr);
813 video_device_node_name(vfd));
829 struct video_device *vfd = &ctx->vdev;
854 *vfd = cal_videodev;
855 vfd->v4l2_dev = &ctx->cal->v4l2_dev;
856 vfd->queue = q;
857 snprintf(vfd->name, sizeof(vfd->name), "CAL output %u", ctx->index);
858 vfd->lock = &ctx->mutex;
859 video_set_drvdata(vfd, ctx);
862 ret = media_entity_pads_init(&vfd->entity, 1, &ctx->pad);
873 vfd->ctrl_handler = hdl;
878 media_entity_cleanup(&vfd->entity);