Searched refs:vfd_dec (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | mtk_vcodec_dec_drv.c | 332 struct video_device *vfd_dec; in mtk_vcodec_probe() local 392 vfd_dec = video_device_alloc(); in mtk_vcodec_probe() 393 if (!vfd_dec) { in mtk_vcodec_probe() 398 vfd_dec->fops = &mtk_vcodec_fops; in mtk_vcodec_probe() 399 vfd_dec->ioctl_ops = &mtk_vdec_ioctl_ops; in mtk_vcodec_probe() 400 vfd_dec->release = video_device_release; in mtk_vcodec_probe() 401 vfd_dec->lock = &dev->dev_mutex; in mtk_vcodec_probe() 402 vfd_dec->v4l2_dev = &dev->v4l2_dev; in mtk_vcodec_probe() 403 vfd_dec->vfl_dir = VFL_DIR_M2M; in mtk_vcodec_probe() 404 vfd_dec in mtk_vcodec_probe() [all...] |
H A D | mtk_vcodec_dec_drv.h | 217 * @vfd_dec: Video device for decoder 255 struct video_device *vfd_dec; member
|
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/ |
H A D | mtk_vcodec_dec_drv.c | 214 struct video_device *vfd_dec; in mtk_vcodec_probe() local 298 vfd_dec = video_device_alloc(); in mtk_vcodec_probe() 299 if (!vfd_dec) { in mtk_vcodec_probe() 304 vfd_dec->fops = &mtk_vcodec_fops; in mtk_vcodec_probe() 305 vfd_dec->ioctl_ops = &mtk_vdec_ioctl_ops; in mtk_vcodec_probe() 306 vfd_dec->release = video_device_release; in mtk_vcodec_probe() 307 vfd_dec->lock = &dev->dev_mutex; in mtk_vcodec_probe() 308 vfd_dec->v4l2_dev = &dev->v4l2_dev; in mtk_vcodec_probe() 309 vfd_dec->vfl_dir = VFL_DIR_M2M; in mtk_vcodec_probe() 310 vfd_dec in mtk_vcodec_probe() [all...] |
H A D | mtk_vcodec_drv.h | 340 * @vfd_dec: Video device for decoder 375 struct video_device *vfd_dec; member
|
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/ |
H A D | s5p_mfc.c | 791 if (vdev == dev->vfd_dec) { in s5p_mfc_open() 847 if (vdev == dev->vfd_dec) { in s5p_mfc_open() 874 if (vdev == dev->vfd_dec) { in s5p_mfc_open() 1359 dev->vfd_dec = vfd; in s5p_mfc_probe() 1387 ret = video_register_device(dev->vfd_dec, VFL_TYPE_VIDEO, 0); in s5p_mfc_probe() 1393 "decoder registered as /dev/video%d\n", dev->vfd_dec->num); in s5p_mfc_probe() 1408 video_unregister_device(dev->vfd_dec); in s5p_mfc_probe() 1412 video_device_release(dev->vfd_dec); in s5p_mfc_probe() 1453 video_unregister_device(dev->vfd_dec); in s5p_mfc_remove() 1455 video_device_release(dev->vfd_dec); in s5p_mfc_remove() [all...] |
H A D | s5p_mfc_common.h | 257 * @vfd_dec: video device for decoding 300 struct video_device *vfd_dec; member
|
H A D | s5p_mfc_dec.c | 257 strscpy(cap->card, dev->vfd_dec->name, sizeof(cap->card)); in vidioc_querycap()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc.c | 806 if (vdev == dev->vfd_dec) { in s5p_mfc_open() 862 if (vdev == dev->vfd_dec) { in s5p_mfc_open() 889 if (vdev == dev->vfd_dec) { in s5p_mfc_open() 1366 dev->vfd_dec = vfd; in s5p_mfc_probe() 1394 ret = video_register_device(dev->vfd_dec, VFL_TYPE_VIDEO, 0); in s5p_mfc_probe() 1400 "decoder registered as /dev/video%d\n", dev->vfd_dec->num); in s5p_mfc_probe() 1415 video_unregister_device(dev->vfd_dec); in s5p_mfc_probe() 1416 dev->vfd_dec = NULL; in s5p_mfc_probe() 1420 video_device_release(dev->vfd_dec); in s5p_mfc_probe() 1461 video_unregister_device(dev->vfd_dec); in s5p_mfc_remove() [all...] |
H A D | s5p_mfc_common.h | 257 * @vfd_dec: video device for decoding 304 struct video_device *vfd_dec; member
|
H A D | s5p_mfc_dec.c | 290 strscpy(cap->card, dev->vfd_dec->name, sizeof(cap->card)); in vidioc_querycap()
|
Completed in 13 milliseconds