Searched defs:mtk_vcodec_dec_dev (Results 1 – 1 of 1) sorted by relevance
253 struct mtk_vcodec_dec_dev { struct254 struct v4l2_device v4l2_dev;255 struct video_device *vfd_dec;256 struct media_device mdev_dec;258 struct v4l2_m2m_dev *m2m_dev_dec;259 struct platform_device *plat_dev;260 struct list_head ctx_list;284 int (*subdev_prob_done)(struct mtk_vcodec_dec_dev *vdec_dev); argument287 atomic_t dec_active_cnt;288 u32 vdec_racing_info[132];[all …]