Searched refs:vfd_enc (Results 1 – 5 of 5) sorted by relevance
230 struct video_device *vfd_enc; in mtk_vcodec_probe() local311 vfd_enc = video_device_alloc(); in mtk_vcodec_probe()312 if (!vfd_enc) { in mtk_vcodec_probe()317 vfd_enc->fops = &mtk_vcodec_fops; in mtk_vcodec_probe()318 vfd_enc->ioctl_ops = &mtk_venc_ioctl_ops; in mtk_vcodec_probe()319 vfd_enc->release = video_device_release; in mtk_vcodec_probe()320 vfd_enc->lock = &dev->dev_mutex; in mtk_vcodec_probe()321 vfd_enc->v4l2_dev = &dev->v4l2_dev; in mtk_vcodec_probe()322 vfd_enc->vfl_dir = VFL_DIR_M2M; in mtk_vcodec_probe()323 vfd_enc->device_caps = V4L2_CAP_VIDEO_M2M_MPLANE | in mtk_vcodec_probe()[all …]
481 struct video_device *vfd_enc; member
801 } else if (vdev == dev->vfd_enc) { in s5p_mfc_open()850 } else if (vdev == dev->vfd_enc) { in s5p_mfc_open()877 } else if (vdev == dev->vfd_enc) { in s5p_mfc_open()1370 dev->vfd_enc = vfd; in s5p_mfc_probe()1388 ret = video_register_device(dev->vfd_enc, VFL_TYPE_VIDEO, 0); in s5p_mfc_probe()1394 "encoder registered as /dev/video%d\n", dev->vfd_enc->num); in s5p_mfc_probe()1403 video_device_release(dev->vfd_enc); in s5p_mfc_probe()1445 video_unregister_device(dev->vfd_enc); in s5p_mfc_remove()1447 video_device_release(dev->vfd_enc); in s5p_mfc_remove()
305 struct video_device *vfd_enc; member
1311 strscpy(cap->card, dev->vfd_enc->name, sizeof(cap->card)); in vidioc_querycap()