Searched refs:dbgfs_inst (Results 1 – 1 of 1) sorted by relevance
94 struct mtk_vcodec_dbgfs_inst *dbgfs_inst; in mtk_vdec_dbgfs_read() local117 ctx = dbgfs_inst->vcodec_ctx; in mtk_vdec_dbgfs_read()149 struct mtk_vcodec_dbgfs_inst *dbgfs_inst; in mtk_vcodec_dbgfs_create() local152 dbgfs_inst = kzalloc(sizeof(*dbgfs_inst), GFP_KERNEL); in mtk_vcodec_dbgfs_create()153 if (!dbgfs_inst) in mtk_vcodec_dbgfs_create()160 dbgfs_inst->inst_id = ctx->id; in mtk_vcodec_dbgfs_create()161 dbgfs_inst->vcodec_ctx = ctx; in mtk_vcodec_dbgfs_create()167 struct mtk_vcodec_dbgfs_inst *dbgfs_inst; in mtk_vcodec_dbgfs_remove() local170 if (dbgfs_inst->inst_id == ctx_id) { in mtk_vcodec_dbgfs_remove()172 list_del(&dbgfs_inst->node); in mtk_vcodec_dbgfs_remove()[all …]
Completed in 6 milliseconds