Lines Matching refs:vfd
353 struct video_device vfd; member
2149 struct video_device *vfd; in vpe_fw_cb() local
2152 vfd = &dev->vfd; in vpe_fw_cb()
2153 *vfd = vpe_videodev; in vpe_fw_cb()
2154 vfd->lock = &dev->dev_mutex; in vpe_fw_cb()
2155 vfd->v4l2_dev = &dev->v4l2_dev; in vpe_fw_cb()
2157 ret = video_register_device(vfd, VFL_TYPE_GRABBER, 0); in vpe_fw_cb()
2171 video_set_drvdata(vfd, dev); in vpe_fw_cb()
2172 snprintf(vfd->name, sizeof(vfd->name), "%s", vpe_videodev.name); in vpe_fw_cb()
2174 vfd->num); in vpe_fw_cb()
2288 video_unregister_device(&dev->vfd); in vpe_remove()