Searched defs:mtk_vcodec_dev (Results 1 – 1 of 1) sorted by relevance
343 struct mtk_vcodec_dev { struct344 struct v4l2_device v4l2_dev;345 struct video_device *vfd_dec;346 struct video_device *vfd_enc;348 struct v4l2_m2m_dev *m2m_dev_dec;349 struct v4l2_m2m_dev *m2m_dev_enc;350 struct platform_device *plat_dev;351 struct platform_device *vpu_plat_dev;352 struct list_head ctx_list;353 spinlock_t irqlock;[all …]