Searched refs:vfd_enc (Results 1 – 5 of 5) sorted by relevance
244 struct video_device *vfd_enc; in mtk_vcodec_probe() local329 vfd_enc = video_device_alloc(); in mtk_vcodec_probe()330 if (!vfd_enc) { in mtk_vcodec_probe()335 vfd_enc->fops = &mtk_vcodec_fops; in mtk_vcodec_probe()336 vfd_enc->ioctl_ops = &mtk_venc_ioctl_ops; in mtk_vcodec_probe()337 vfd_enc->release = video_device_release; in mtk_vcodec_probe()338 vfd_enc->lock = &dev->dev_mutex; in mtk_vcodec_probe()339 vfd_enc->v4l2_dev = &dev->v4l2_dev; in mtk_vcodec_probe()340 vfd_enc->vfl_dir = VFL_DIR_M2M; in mtk_vcodec_probe()341 vfd_enc->device_caps = V4L2_CAP_VIDEO_M2M_MPLANE | in mtk_vcodec_probe()[all …]
346 struct video_device *vfd_enc; member
804 } else if (vdev == dev->vfd_enc) { in s5p_mfc_open()853 } else if (vdev == dev->vfd_enc) { in s5p_mfc_open()880 } else if (vdev == dev->vfd_enc) { in s5p_mfc_open()1363 dev->vfd_enc = vfd; in s5p_mfc_probe()1381 ret = video_register_device(dev->vfd_enc, VFL_TYPE_GRABBER, 0); in s5p_mfc_probe()1387 "encoder registered as /dev/video%d\n", dev->vfd_enc->num); in s5p_mfc_probe()1396 video_device_release(dev->vfd_enc); in s5p_mfc_probe()1438 video_unregister_device(dev->vfd_enc); in s5p_mfc_remove()1440 video_device_release(dev->vfd_enc); in s5p_mfc_remove()
305 struct video_device *vfd_enc; member
1317 strlcpy(cap->card, dev->vfd_enc->name, sizeof(cap->card)); in vidioc_querycap()