Searched defs:mtk_vcodec_dev (Results 1 – 1 of 1) sorted by relevance
339 struct mtk_vcodec_dev { struct340 struct v4l2_device v4l2_dev;341 struct video_device *vfd_dec;342 struct video_device *vfd_enc;344 struct v4l2_m2m_dev *m2m_dev_dec;345 struct v4l2_m2m_dev *m2m_dev_enc;346 struct platform_device *plat_dev;347 struct platform_device *vpu_plat_dev;348 struct list_head ctx_list;349 spinlock_t irqlock;[all …]