Home
last modified time | relevance | path

Searched refs:vcodec_dev (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/platform/mediatek/vcodec/common/
H A Dmtk_vcodec_dbgfs.c158 vcodec_dev->dbgfs.inst_count++; in mtk_vcodec_dbgfs_create()
171 vcodec_dev->dbgfs.inst_count--; in mtk_vcodec_dbgfs_remove()
185 if (IS_ERR(vcodec_dev->dbgfs.vcodec_root)) in mtk_vcodec_dbgfs_vdec_init()
187 PTR_ERR(vcodec_dev->dbgfs.vcodec_root)); in mtk_vcodec_dbgfs_vdec_init()
193 vcodec_dev->dbgfs.inst_count = 0; in mtk_vcodec_dbgfs_vdec_init()
196 mutex_init(&vcodec_dev->dbgfs.dbgfs_lock); in mtk_vcodec_dbgfs_vdec_init()
204 if (IS_ERR(vcodec_dev->dbgfs.vcodec_root)) in mtk_vcodec_dbgfs_venc_init()
206 IS_ERR(vcodec_dev->dbgfs.vcodec_root)); in mtk_vcodec_dbgfs_venc_init()
212 vcodec_dev->dbgfs.inst_count = 0; in mtk_vcodec_dbgfs_venc_init()
218 mtk_vcodec_dbgfs_venc_init(vcodec_dev); in mtk_vcodec_dbgfs_init()
[all …]
H A Dmtk_vcodec_dbgfs.h54 void mtk_vcodec_dbgfs_remove(struct mtk_vcodec_dec_dev *vcodec_dev, int ctx_id);
55 void mtk_vcodec_dbgfs_init(void *vcodec_dev, bool is_encode);
62 static inline void mtk_vcodec_dbgfs_remove(struct mtk_vcodec_dec_dev *vcodec_dev, int ctx_id) in mtk_vcodec_dbgfs_remove() argument
66 static inline void mtk_vcodec_dbgfs_init(void *vcodec_dev, bool is_encode) in mtk_vcodec_dbgfs_init() argument
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_multi_if.c542 static void vdec_h264_insert_startcode(struct mtk_vcodec_dec_dev *vcodec_dev, unsigned char *buf, in vdec_h264_insert_startcode() argument
545 struct device *dev = &vcodec_dev->plat_dev->dev; in vdec_h264_insert_startcode()