Home
last modified time | relevance | path

Searched defs:mtk_vcodec_dev (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_drv.h375 struct mtk_vcodec_dev { struct
376 struct v4l2_device v4l2_dev;
377 struct video_device *vfd_dec;
378 struct video_device *vfd_enc;
380 struct v4l2_m2m_dev *m2m_dev_dec;
381 struct v4l2_m2m_dev *m2m_dev_enc;
382 struct platform_device *plat_dev;
383 struct list_head ctx_list;
384 spinlock_t irqlock;
385 struct mtk_vcodec_ctx *curr_ctx;
[all …]