Searched refs:mtk_vcodec_wait_for_done_ctx (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/media/platform/mtk-vcodec/ |
D | mtk_vcodec_intr.c | 14 int mtk_vcodec_wait_for_done_ctx(struct mtk_vcodec_ctx *ctx, int command, in mtk_vcodec_wait_for_done_ctx() function 45 EXPORT_SYMBOL(mtk_vcodec_wait_for_done_ctx);
|
D | mtk_vcodec_intr.h | 15 int mtk_vcodec_wait_for_done_ctx(struct mtk_vcodec_ctx *data, int command,
|
/Linux-v5.4/drivers/media/platform/mtk-vcodec/venc/ |
D | venc_vp8_if.c | 223 if (!mtk_vcodec_wait_for_done_ctx(ctx, MTK_INST_IRQ_RECEIVED, in vp8_enc_wait_venc_done()
|
D | venc_h264_if.c | 318 if (!mtk_vcodec_wait_for_done_ctx(ctx, MTK_INST_IRQ_RECEIVED, in h264_enc_wait_venc_done()
|
/Linux-v5.4/drivers/media/platform/mtk-vcodec/vdec/ |
D | vdec_h264_if.c | 416 err = mtk_vcodec_wait_for_done_ctx(inst->ctx, in vdec_h264_decode()
|
D | vdec_vp8_if.c | 492 mtk_vcodec_wait_for_done_ctx(inst->ctx, MTK_INST_IRQ_RECEIVED, in vdec_vp8_decode()
|
D | vdec_vp9_if.c | 536 mtk_vcodec_wait_for_done_ctx(inst->ctx, in vp9_wait_dec_end()
|