Searched refs:decode_work (Results 1 – 4 of 4) sorted by relevance
201 struct work_struct decode_work; member
202 INIT_WORK(&ctx->decode_work, ctx->dev->vdec_pdata->worker); in mtk_vcodec_dec_set_default_params()937 queue_work(dev->decode_workqueue, &ctx->decode_work); in m2mops_vdec_device_run()
278 container_of(work, struct mtk_vcodec_dec_ctx, decode_work); in mtk_vdec_worker()
316 container_of(work, struct mtk_vcodec_dec_ctx, decode_work); in mtk_vdec_worker()